Replies: 1 comment
-
Is this related to Bonsai? Maybe you posted it in the wrong forum? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day to everyone,
currently I'm working on Arduino project for University. In particular, I'm developing an environment which consists in Arduino Uno R4 Wifi, 2 led, a force sensor and a Telegram bot. Basically, the force sensor detects a force and the first led power up; then, when the force is detected longer than 10 sec, the second led light up. In this case, I want to receive a notification from my Telegram bot on my smartphone. The problem is that Arduino doesn't send any message (or Telegram doesn't receive?). Belove the sketch I am using:
The code is working regarding the sensor and led, but fails in sending the notification via Telegram. I've already created my bot and start a conversation, I also written some code in Pyhton to better customize it.
Any help in this matter is welcome. I thank you in advance.
Regards
Beta Was this translation helpful? Give feedback.
All reactions