Search found 8 matches
- Wed Jun 28, 2023 6:21 pm
- Forum: ESP32 Arduino
- Topic: How To Enable ESP NOW Long Range Mode in Arduino
- Replies: 5
- Views: 13844
Re: How To Enable ESP NOW Long Range Mode in Arduino
I am amazed nobody has replied to this with an answer. I really wonder how many people actually use ESP-NOW. I would also like to know if long range mode will help with interference issues. I seem to be having some interference that causes me to loose communication between ESP32's. Does it push more...
- Mon Jun 26, 2023 2:35 pm
- Forum: ESP32 Arduino
- Topic: How To Enable ESP NOW Long Range Mode in Arduino
- Replies: 5
- Views: 13844
Re: How To Enable ESP NOW Long Range Mode in Arduino
I would also like to know the answer to IMK123's question. I would like to implement Long Range mode, but everything I see online has completely different code and much of it is in (Python?). I am using Arduino IDE and would like to know if adding the one line used above to enable it is all I need. ...
- Thu Jun 22, 2023 6:49 pm
- Forum: ESP-IDF
- Topic: ESP-NOW continue to send data if it fails
- Replies: 2
- Views: 1639
Re: ESP-NOW continue to send data if it fails
So does that replace the line I have above, or do I need to add that as a seperate line?
- Wed Jun 21, 2023 5:18 pm
- Forum: ESP-IDF
- Topic: ESP-NOW continue to send data if it fails
- Replies: 2
- Views: 1639
ESP-NOW continue to send data if it fails
I am using 3 ESP32's and talking between the three of them. I am only sending sensor data, but sometimes it isn't received. I tried to use the "result == ESP_OK" to determine if the message was received, if not, continue to send until it is received, but that doesn't seem to work. Am I missing somet...
- Thu Apr 20, 2023 2:14 pm
- Forum: General Discussion
- Topic: Display and processor to use for project.
- Replies: 6
- Views: 2224
Re: Display and processor to use for project.
Thank you, I figured it shouldn't be any more difficult than programing the separate devices. I went ahead and ordered the ESP BOX. I also ordered the LILYGO T display with touch since it's so cheep. Whichever I don't use on this project will get used somewhere. This weekend I will concentrate on ge...
- Wed Apr 19, 2023 3:23 pm
- Forum: General Discussion
- Topic: Display and processor to use for project.
- Replies: 6
- Views: 2224
Re: Display and processor to use for project.
One thing about the ESP32 Box is that I don't see much support for it online. It seems very few people have used it, so I am not sure if I will get much help if I run into roadblocks. I have also considered using the Lilygo T display. For this "base station", I don't need any I/O. This will be talki...
- Wed Apr 19, 2023 11:36 am
- Forum: General Discussion
- Topic: Display and processor to use for project.
- Replies: 6
- Views: 2224
Re: Display and processor to use for project.
Thanks, do you know if it is easily programmable in the Arduino IDE? I forgot that is the environment I am familiar with.
I also considered the Lilygo T display as a nice all in one system. But they don't offer the touchscreen version in the prebuilt box.
I also considered the Lilygo T display as a nice all in one system. But they don't offer the touchscreen version in the prebuilt box.
- Tue Apr 18, 2023 7:39 pm
- Forum: General Discussion
- Topic: Display and processor to use for project.
- Replies: 6
- Views: 2224
Display and processor to use for project.
I am creating a project that will have three ESP32's. I need to have two of them at locations where I have a couple simple sensors and one will be used as an operator interface. This project will be timing a dog from the first set of sensors to the second and the operator will read the course time o...