Search found 4 matches

by CUHenri
Mon Mar 27, 2023 3:08 pm
Forum: ESP RainMaker
Topic: Communication between MEGA2560, ESP32C3 and Rainmaker
Replies: 3
Views: 2328

Re: Communication between MEGA2560, ESP32C3 and Rainmaker

Yup, I have changed all the '=' to '==' for all my sensor's function. This also means that I need to change 'Water Level' to "Water Level", right? However, this creates another issue for me. That is to say, the value cannot be stored in the string: WaterLevelS, which makes that the program cannot ex...
by CUHenri
Sun Mar 26, 2023 4:29 am
Forum: ESP RainMaker
Topic: Communication between MEGA2560, ESP32C3 and Rainmaker
Replies: 3
Views: 2328

Communication between MEGA2560, ESP32C3 and Rainmaker

Hello, I am doing an automation project for an aquaponics system, and I installed six sensors inside the fish tank to collect the parameters. Firstly, the data will be received by the Bluno Mega 2560 and transmitted to ESP32C3 through the TX pin (2560) to the RX pin (C3). And the values should be se...
by CUHenri
Sat Mar 25, 2023 8:27 am
Forum: ESP RainMaker
Topic: Plz help! Sensor cannot update its value (EVEN with a Timer setup)
Replies: 2
Views: 2581

Re: Plz help! Sensor cannot update its value (EVEN with a Timer setup)

Sorry for my late reply. Yes, I found out that if I change the gpio to another value, everything works fine. The problem has been solved. Thank you so much!!!
by CUHenri
Sun Mar 19, 2023 5:25 am
Forum: ESP RainMaker
Topic: Plz help! Sensor cannot update its value (EVEN with a Timer setup)
Replies: 2
Views: 2581

Plz help! Sensor cannot update its value (EVEN with a Timer setup)

Hello, I have been setting up an ultrasonic sensor for calculating object distances on the Rainmaker recently. However, I have encountered an error when using the timer library. Originally, I used the SimpleTimer (by Kiryanenko Alexander) to set up an interval to update the parameters every 5s, but ...