How to include BlynkSimpleEsp32.h on arduino ide ?
1 Like
I think you need to provide more information about what it is you are trying to achieve and what issues you are facing.
Include details of any error messages you are receiving.
Pete.
- Open Arduino IDE
- Go to File > Preference
- Copy this > https://dl.espressif.com/dl/package_esp32_index.json
- Paste it at the box (besides Additional Boards Manager)
- Go to Tools > Board > Boards Manager > search “esp32” by Espressif Systems > Install
- Go to Sketch > Include Library > Manage Libraries
- Search “Blynk” by Volodymyr Shymanskyy > Install
- I prefer that you restart your Arduino IDE
- Go to Tools > Board > Your ESP32 Board Type (usually Esp32 Dev Module)
You’re done.
Then, you can try Blynk example.
- Go to File > Example > Blynk > Boards_WiFi > Esp32_WiFi
- You can see
#include <BlynkSimpleEsp32.h>
I’m not an expert. But I’m trying to help others with what I can
Atikahamdan
3 Likes
Thanks
go to Tool and open …by Volodymyr Shymanskyy and then install. thanks