Raspberry Pi, Blynk and Programming in C Language

Blynk works on the RPi under three currently “acknowledged” languages… finding much support or examples is another thing :stuck_out_tongue: but getting better via the community.

  • WiringPi usies C++ methods, but not all Arduino libraries or Blynk commands are supported. I also find it the more complex to setup.

  • NodeJS (Javascript) while also limited in official example support, seems to be growing… a learning curve for Blynk command integration, but otherwise js is well documented on the web.

  • Python is in Alpha support for Blynk… not much else available yet.

1 Like