-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timing issue or what else? #24
Comments
Shoud I try to lower the send_time below 39000? |
I tried to reduce the send_time to 38650 because on serial monitor I observed that the average time between transmissions was 39350ms (with some variation in the range of 20-30ms). However, this did not bring any difference. One device is still reading but the other is not. |
Lets try to replace |
Hello, |
Hello, |
Hello,
Do you have any clue about this problem:
-If I transmit temp/humidity to my RMR203HG and RMR391PA units using the Transmitter.ino example using THGN132N emulation using an Arduino Uno Ethernet, all is good and both units get the data.
-If I use the same transmission code in the following sketch, the RMR391PA still reads the temperature but the RMR203HG never gets a connection.
Is it a timing issue, due to the additional code? Or what else could it be? For your information, my Arduino Uno ethernet is quite old and has a low reset value for millis().
https://gist.github.com/bibo750four/d6c2acdc8e6cf193c39e147a7f39bf5b#file-oregon_sensor_emulator_arduinojson6-ino
The text was updated successfully, but these errors were encountered: