Search found 10 matches
- Mon Aug 05, 2024 11:35 am
- Forum: ESP32 Arduino
- Topic: Using ESP_NOW to sendstrings
- Replies: 4
- Views: 1222
Re: Using ESP_NOW to sendstrings
I have a work around. I declared the elements in the structure text as integers then using a if/else statement I set the element to a number based on the drive status as shown below. I have a similar statement for the steering. I then can send the structured text to the receiver ESP32 then set the d...
- Mon Aug 05, 2024 7:51 am
- Forum: ESP32 Arduino
- Topic: Using ESP_NOW to sendstrings
- Replies: 4
- Views: 1222
Re: Using ESP_NOW to sendstrings
I didn't think it was necessary to go into details of what isn't working, but if you look at the end of the code under the comment "Set values to send" are a couple of the attempts. I think part of the problem is the declaration of the variables in the structured message and how I am formatting that...
- Sun Aug 04, 2024 8:02 pm
- Forum: ESP32 Arduino
- Topic: Using ESP_NOW to sendstrings
- Replies: 4
- Views: 1222
Using ESP_NOW to sendstrings
I am building a sip & puff control system so that a quadriplegic can control a RC boat or car. I had it working with Arduino Nanos and NRF24L Wi-Fi modules. Now I am converting it to use a ESP32 and ESP_NOW for communications, the NRF24L's give me troubles now and then plus it reduces the hardware I...
- Wed Nov 01, 2023 4:37 pm
- Forum: ESP32 Arduino
- Topic: MQTT losing server connection
- Replies: 2
- Views: 2138
Re: MQTT losing server connection
Right now the ESP32 is laying on a breadboard, the Lora antenna is on a small angle bracket a few inches away and about an inch or so higher than the ESP. I'll try to reposition them both. I'll look into setting up the debug.
Thanks for the suggestions
Thanks for the suggestions
- Wed Nov 01, 2023 8:11 am
- Forum: ESP32 Arduino
- Topic: MQTT losing server connection
- Replies: 2
- Views: 2138
MQTT losing server connection
I'm working on a Lora system, I have a sending unit using a Sparkfun Firebeetle with a BME280 sensor. That sends the values to a the base unit in my house using a ESP32 Dev module. That part is working fine. I've now added MQTT to the base unit. I have a Raspberry Pi 4 server running Mosquitto and u...
- Fri Feb 25, 2022 7:24 pm
- Forum: ESP32 Arduino
- Topic: Websocket reconnect after sleep mode
- Replies: 0
- Views: 1891
Websocket reconnect after sleep mode
I'm working on a greenhouse monitor, currently I have a BME280 module connected to a ESP32 Dev board, this unit will be battery powered. In the house I have another ESP32 Dev board with a 3.5" TFT display. I connect both to my house WiFi router. I have the monitor connect to the internet to get NTP ...
- Mon Feb 07, 2022 11:27 am
- Forum: Hardware
- Topic: Won't run on battery power
- Replies: 11
- Views: 12746
Re: Won't run on battery power
I installed the AMS1117 with a 330 uF cap across the output and it still doesn't work. Seems like it should, maybe it has to do with this ESP32 board I have some others on order. I do notice that the red LED flickers a bit, maybe as it's drawing current it dips the power although when I put a meter ...
- Sat Feb 05, 2022 3:27 pm
- Forum: Hardware
- Topic: Won't run on battery power
- Replies: 11
- Views: 12746
Re: Won't run on battery power
Thanks for all the comments. I had posted a reply earlier today but it does not appear to be on the thread. I changed the HT-7333 with a TC1262, that has a 500ma output but that did not help. I disconnected the NRF24L01 but it still needs more power. I have ordered some AMS1171 LSO's and 330uf caps,...
- Sat Feb 05, 2022 12:10 pm
- Forum: Hardware
- Topic: Won't run on battery power
- Replies: 11
- Views: 12746
Re: Won't run on battery power
Thanks for all the comments, here's what I've done. The original circuit I am using used a MCP1700 LDO, also a 250 ma output, so I've changed mine to a TC1262-3.3v which has a 500 ma output, put it still doesn't work, actually it did for 2 sleep cycles set for 30 seconds, then stopped. I think betwe...
- Fri Feb 04, 2022 4:15 pm
- Forum: Hardware
- Topic: Won't run on battery power
- Replies: 11
- Views: 12746
Won't run on battery power
I am working on a remote greenhouse monitor. I have a BME280 sensor connected to a ESP32 development board. I can connect the ESP32 via WiFi to my home router and send the readings to ThinkSpeak. I also have a NRF24L01 connected that sends the readings to a Arduino Mega that I have a TFT display in ...