I have come across the same issue, got it sorted using this video.
It may help anyone https://youtu.be/RAdvZw00wRk
Search found 9 matches
- Thu Mar 04, 2021 1:00 pm
- Forum: ESP-IDF
- Topic: Including files in one custom component from another
- Replies: 5
- Views: 9499
- Thu Mar 04, 2021 12:59 pm
- Forum: General Discussion
- Topic: custom components and include files
- Replies: 6
- Views: 29200
Re: custom components and include files
I have come across the same issue, got it sorted using this video.
It may help anyone https://youtu.be/RAdvZw00wRk
It may help anyone https://youtu.be/RAdvZw00wRk
- Mon Feb 15, 2021 11:41 am
- Forum: ESP32 Arduino
- Topic: External wakeup pin detect issue
- Replies: 12
- Views: 15232
Re: External wakeup pin detect issue
Please have a look at this, It has Arduino library OneButtom with ESP-IDF framework https://youtu.be/vOFBraeLQM0
I was banging my head to design a single button for multi functions, this helped me a lot. I think this would help others too
I was banging my head to design a single button for multi functions, this helped me a lot. I think this would help others too
- Wed Oct 14, 2020 2:38 am
- Forum: General Discussion
- Topic: ESP32 pico D4 SoC heat problem
- Replies: 4
- Views: 5169
Re: ESP32 pico D4 SoC heat problem
Correct. I will measure exact temperature reaching and then let know. My concern is, in the open place itself is getting hot. Just thinking with board enclosure and will be placed behind another wall mounted switch it would be higher than now as there won’t be much air flow too... But mesh will be c...
- Tue Oct 13, 2020 11:46 am
- Forum: Hardware
- Topic: Power source selection for ESP32
- Replies: 0
- Views: 2012
Power source selection for ESP32
I am using esp32 pico D4 and wroom32 which always connected to mesh 24/7.
Max/Min Current it could work better and not to damage chip also?
What could be the recommended power supply for that?
Any AC-to-DC compact converter that is familiar also can be shared.
Max/Min Current it could work better and not to damage chip also?
What could be the recommended power supply for that?
Any AC-to-DC compact converter that is familiar also can be shared.
- Tue Oct 13, 2020 3:54 am
- Forum: ESP-MDF
- Topic: PICO D4 SoC heats with esp-mdf code
- Replies: 0
- Views: 4206
PICO D4 SoC heats with esp-mdf code
I have designed my own PICO board using PICO D4 SoC with help of the document : https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf . Everything works perfectly fine except heat is produced when chip is using mesh functions. Mesh supposed to be connected always...
- Tue Oct 13, 2020 3:35 am
- Forum: ESP-MDF
- Topic: How to send broadcast and multicast
- Replies: 1
- Views: 7389
Re: How to send broadcast and multicast
You can alternatively broadcast messages to all nodes using below code
Just like unicast with destination as "ff:ff:ff:ff:ff:ff".
Let me know if it works.
Code: Select all
const uint8_t _end_dest_node[6] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
mwifi_root_write(_end_dest_node, 1, &data_type, data, len, true);
Let me know if it works.
- Tue Oct 13, 2020 3:26 am
- Forum: General Discussion
- Topic: ESP32 pico D4 SoC heat problem
- Replies: 4
- Views: 5169
ESP32 pico D4 SoC heat problem
I have designed my own PICO board using PICO D4 SoC with help of the document : https://www.espressif.com/sites/default/files/documentation/esp32-pico-d4_datasheet_en.pdf . Everything works perfectly fine except heat is produced when chip is using WiFi functions. Device has to be always connected to...
- Fri Oct 09, 2020 10:44 am
- Forum: ESP-IDF
- Topic: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
- Replies: 22
- Views: 19016
Re: Regarding rmt_tx library to transmit rawData to Mitsubishi AC
How can I post new topic? Could you help?