BLYNK_WRITE(V1) seems not working

VBefore 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.

Hello,I am using Arduino Uno with esp8266. Android version 9. The sketch running gives the output below:

[Badly formatted serial output (missing line breaks) removed by moderator]

My code is:

[Unformatted code removed by moderator]

It seems the BLYNK_WRITE(V1) is not working. Please help…Simply paste your code between ``` If you don’t format your code, your topic can be deleted by moderators.


void loop()

OMG, unreadable ! :stuck_out_tongue_winking_eye:

Your serial output and code is seems to have no line breaks (carriage returns) and is missing triple backticks at the beginning and end.

Please edit your original post (using the pencil icon at the bottom of the post) and post correctly formatted and readable replacements.

Pete.

1 Like