Need Help Creating a Project-Raspberry Pi Servo with Button

I need help with creating a project that uses the blynk app to connect to the raspberry pi 3 in order to turn a servo motor from 90 degrees to 0. I don’t know how or where to start and have been looking for any form of tutorial or guidance to help.

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()

To be honest, not many people use the Pi as a Blynk client. They aren’t really a great choice from a hardware point of view because of their cost, power supply requirements, the need to load an operating system and therefore the slow boot times.

However, if you’re committed to using the Pi then you’ll need to decide which flavour of programming language you want to use, and download the appropriate Blynk library.
The choices are really just Python or NodeJS.

Once you’ve made this decision and installed the library you’ll be using then take a look at the Blynk example code for that library.

Pete.