Search found 16 matches
- Mon Jun 10, 2024 3:52 pm
- Forum: ESP-IDF
- Topic: arduino as a component-> fatal error: driver/twai.h: No such file or directory
- Replies: 0
- Views: 468
arduino as a component-> fatal error: driver/twai.h: No such file or directory
I have a ESP-IDF project which was made with ESP-IDF 4.4.2, it had arduino as a component, https://github.com/espressif/arduino-esp32.git, when i look at the commit I have checked out for the arduino component it is dated 3rd OCt 2022 6f0c55e0 I have recently checked out the project onto a new machi...
- Fri Jun 09, 2023 8:27 am
- Forum: Hardware
- Topic: ESP-C3-mini-1 QR code does not scan
- Replies: 2
- Views: 1389
ESP-C3-mini-1 QR code does not scan
Hi,
For the ESP-C3-mini-1 SOC we would like to scan the QR code in order to identify each chip.
When we try and scan it we do not have any success, can you recommend software that we should use to scan it?
Thanks
For the ESP-C3-mini-1 SOC we would like to scan the QR code in order to identify each chip.
When we try and scan it we do not have any success, can you recommend software that we should use to scan it?
Thanks
- Sat Feb 25, 2023 10:44 am
- Forum: Hardware
- Topic: ESP32 C3 boot loop
- Replies: 7
- Views: 5961
Re: ESP32 C3 boot loop
So to calrify, you suggest holding GPIO9 low then performing a reset of the mcu? I.e. instead of the DTR and RTR lines putting the unit into boot mode on the programmer you suggest I do it manually? I will have to try that Monday. Here is the reset pin on the board getting flashed and the RTR and DT...
- Fri Feb 24, 2023 11:50 am
- Forum: Hardware
- Topic: ESP32 C3 boot loop
- Replies: 7
- Views: 5961
Re: ESP32 C3 boot loop
WE still have the same problem and are having to bin about 1 in 10 boards, this is no good for any sort of production, is there a way to raise the priority of this? Could someone explain what causes the following errors? ESP-ROM:esp32c3-api1-20210207 Build:Feb 7 2021 rst:0x1 (POWERON),boot:0xe (SPI_...
- Thu Jan 19, 2023 4:34 pm
- Forum: Hardware
- Topic: ESP32 C3 boot loop
- Replies: 7
- Views: 5961
Re: ESP32 C3 boot loop
Thanks for the reply I can't see how that will help me because most PCB's are fine, there is no way of knowing which one will fail. I did manage to check one prior to flashing that failed, and recieved the normal invalid header 0xfffffff before flashing... When i tried to flash it it failed and the ...
- Thu Jan 12, 2023 7:29 pm
- Forum: Hardware
- Topic: ESP32 C3 boot loop
- Replies: 7
- Views: 5961
ESP32 C3 boot loop
I have a load of identical PCB's with an ESP32-C3 on. I'm using the factory flash tool, I'm using a mass programmer, the USB to serial chip is offboard and the unit is programmed via spring loaded pins Most Boards flash fine, others don't, when I look at the ones that don't over the serial port I ge...
- Fri Nov 04, 2022 2:32 pm
- Forum: ESP-IDF
- Topic: Flash Download tool and combining bin for production
- Replies: 0
- Views: 1450
Flash Download tool and combining bin for production
Hi, On ESP32-C3 I have it setup as: Single app not OTA 0x8000 offset of partition table flash encryption is set to release mode When I use flash to v3.9.3 and set it up as follows: esp32FlashTool.png ...and press start, it appears to flash the device from the loading bar at the bottom, but it doesn'...
- Wed Oct 12, 2022 9:45 am
- Forum: Hardware
- Topic: ESP32C3 BLE 5.0 and long range BLE
- Replies: 2
- Views: 3790
Re: ESP32C3 BLE 5.0 and long range BLE
Thanks for your reply, the examples there are for advertising and a security server. I'm not bothered about implementing the security server part just a server for now. Are those settings all that are needed to enable the long range features of ble5 in server mode? Is there any change in settings fr...
- Tue Oct 11, 2022 2:03 pm
- Forum: Hardware
- Topic: ESP32C3 BLE 5.0 and long range BLE
- Replies: 2
- Views: 3790
ESP32C3 BLE 5.0 and long range BLE
Hi, I'm interested in increasing the BLE range of the ESP32C3 and I am a little confused about BLE 5.0 vs 4.2, as I understand it BLE 5.0 is longer range. Is BLE 5.0 purely a hardware level change (that the programmer does not see) or are there software level changes? I notice there are configuratio...
- Mon Oct 10, 2022 1:21 pm
- Forum: Hardware
- Topic: ESP32-C3-MINI-1-H4 RTC external power and chip enable
- Replies: 1
- Views: 1768
ESP32-C3-MINI-1-H4 RTC external power and chip enable
I notice the supply for the RTC is also connected to the general 3V3 supply on the schematic for the ESP32-C3-MINI-1-H4 module. If i supply 3.3V power to the ESP32-C3-MINI-1-H4 but have the enable line low, so chip disabled, will the RTC keep on running if it has been set previously? Or for the RTC ...