Schedule alarm from an app to esp8266

Showroom for MicroPython related hardware projects.
Target audience: Users wanting to show off their project!
Post Reply
rufus_251
Posts: 1
Joined: Thu Mar 03, 2022 12:50 pm

Schedule alarm from an app to esp8266

Post by rufus_251 » Thu Mar 03, 2022 1:05 pm

Hello,
Im new to micropython. Right now im working on a social project to help the elderly. In the procces, I need to connect an app to esp to schedule an alarm which might trigger an LED. I can pnly establish connection with socket programming, but confused whether to go for RTC module and how to use API call.Would be helpful if someone could help me.Thank you

davef
Posts: 811
Joined: Thu Apr 30, 2020 1:03 am
Location: Christchurch, NZ

Re: Schedule alarm from an app to esp8266

Post by davef » Thu Mar 03, 2022 6:51 pm

Are you planning to connect to the internet? Do you have to use an ESP8266?

Post Reply