Search found 15 matches

by rjustice
Fri Jun 09, 2023 8:27 am
Forum: Hardware
Topic: ESP-C3-mini-1 QR code does not scan
Replies: 2
Views: 971

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
by rjustice
Sat Feb 25, 2023 10:44 am
Forum: Hardware
Topic: ESP32 C3 boot loop
Replies: 7
Views: 3534

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...
by rjustice
Fri Feb 24, 2023 11:50 am
Forum: Hardware
Topic: ESP32 C3 boot loop
Replies: 7
Views: 3534

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_...
by rjustice
Thu Jan 19, 2023 4:34 pm
Forum: Hardware
Topic: ESP32 C3 boot loop
Replies: 7
Views: 3534

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 ...
by rjustice
Thu Jan 12, 2023 7:29 pm
Forum: Hardware
Topic: ESP32 C3 boot loop
Replies: 7
Views: 3534

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...
by rjustice
Fri Nov 04, 2022 2:32 pm
Forum: ESP-IDF
Topic: Flash Download tool and combining bin for production
Replies: 0
Views: 1002

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'...
by rjustice
Wed Oct 12, 2022 9:45 am
Forum: Hardware
Topic: ESP32C3 BLE 5.0 and long range BLE
Replies: 2
Views: 2477

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...
by rjustice
Tue Oct 11, 2022 2:03 pm
Forum: Hardware
Topic: ESP32C3 BLE 5.0 and long range BLE
Replies: 2
Views: 2477

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...
by rjustice
Mon Oct 10, 2022 1:21 pm
Forum: Hardware
Topic: ESP32-C3-MINI-1-H4 RTC external power and chip enable
Replies: 1
Views: 1140

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 ...
by rjustice
Tue Apr 19, 2022 2:23 pm
Forum: ESP-IDF
Topic: ESP32C3 esp_intr_alloc() on TWAI problems
Replies: 9
Views: 7878

Re: ESP32C3 esp_intr_alloc() on TWAI problems

Yes, I'd like to use the one from IDF frame work ideally, in the IDF driver I'm not sure how an interrupt is raised on recieving a CAN message, how this interrupt can be handled and how to allocate a method to calback when a CAN message is recieved, I don't want to use freeRTOS ideally... Hopefully ...