@mchott I configurated the Wifi connection using the M5burner. I will try to implement it in my code thoug, see if that makes a difference
bmtd111
@bmtd111
Posts made by bmtd111
-
RE: Possible Problems with MQTT?
-
Possible Problems with MQTT?
Hello,
I'm currently working on a Project that requires me to monitor a door and post everytime the door gets opened or closed.
I came up with the following Setup on an Atom Lite using the UIFlow IDE v1.11.1:
On aws I'm subscribed to the Topic:"isDoorOpen/+/data" so i can collect data from different devices.
My Problem is that it seems to be very inconsistent. I download the code to the Atom and it restarts and enters the App mode. At this Point everything seems to be working well, the LED changes and i see the messages on aws. But as soon as I try to attach everything to a door like this:  it doesnt seem to work. The LED sometimes stays red or the LED changes from red to green, detecting the motions correctly but doesnt post anything to aws.Are there any known bugs or complications that could cause this? Or anything wrong with my code?
Thank you!