Converting from Blynk Legacy

Before creating the topic

  1. Search forum for similar topics
  2. Check http://docs.blynk.cc and http://help.blynk.cc/
  3. Add details :
    • Hardware model + communication type. For example: Arduino UNO with Ethernet Shield
    • Smartphone OS (iOS or Android) + version
    • Blynk server or local server
    • Blynk Library version
    • Add your sketch code. :point_up:Code should be formatted as example below.

Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

I have both ESP 8266 and ESP 32 devices with Auth codes that I used with blank legacy… I would like to continue having this capability which means I will have to switch to the new platform. I tried the new free version and it said you have not added any devices yet. When I clicked “add a device” it says you have exceeded the number of devices.

I would like to know what I have to change in the code and how to get the new version working. Is there a tutorial available ?

Thanks
Mike

You have to start by adding templates, not devices.
This is best done from the web console.
Also in the web console you can create devices from your template(s) unless you are using Blynk Edgent, in which case you add them from the app as you’ve described.

If you can see devices in your web console initially then delete them.

Pete.

You should read this
https://docs.blynk.io/en/blynk-1.0-and-2.0-comparison/migrate-from-1.0-to-2.0

Thank you. I will do that.