How to find code for my hardware?
Does my hardware work with Blynk? Which example code should I use with my hardware?
Last updated
Does my hardware work with Blynk? Which example code should I use with my hardware?
Last updated
This documentation is for the LEGACY version of Blynk platform which is no longer supported and will be shut down.
You can sign up for the current version of Blynk platform here.
The new mobile apps can be downloaded from App Store and Google Play.
The actual Blynk documentation is here.
Blynk works with hundreds of hardware models and connection types. We prepared Blynk Examples Sketch Builder that allows you to create example code for your hardware.
☝️ Before moving forward, make sure you have Blynk Library properly installed.
Choose your board
Choose your Connection (WiFi, Ethernet, Bluetooth, USB...)
Browse through examples and choose the one you need
Sketch Builder will create a sketch for you.
Copy the whole code and paste it to Arduino IDE
In the example sketch find the line:
Change it with your own Auth Token (it should be in your email inbox after you created the Project in the Blynk app.
Now this line should look similar to this:
🔥 Flash the example code to your hardware