Search found 9748 matches
- Fri Nov 22, 2024 2:20 am
- Forum: Sample Code
- Topic: ESP-Now which sending information to 2 led on and off with 2 buttons.
- Replies: 7
- Views: 7131
Re: ESP-Now which sending information to 2 led on and off with 2 buttons.
Tis jouw code: doe eens een poging om te implementeren wat ik zei? Als je het fout heb corrigeer ik je wel.
- Fri Nov 22, 2024 2:11 am
- Forum: Hardware
- Topic: No UART signal from ESP32-C3-Mini (Custom PCB)
- Replies: 1
- Views: 192
Re: No UART signal from ESP32-C3-Mini (Custom PCB)
You cannot connect EN directly to Vcc; it needs a power-on reset network. Please check the hardware design guidelines for more info.
- Fri Nov 22, 2024 2:03 am
- Forum: Hardware
- Topic: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set
- Replies: 1
- Views: 161
Re: ESP32C6 still resets with DTR when USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS is set
You mean this development board? If so, make sure to connect to the 'USB' header; the other one is connected to an USB-serial chip.
- Fri Nov 22, 2024 2:01 am
- Forum: General Discussion
- Topic: Persistent time counter using NVS without burning a hole in the FLASH?
- Replies: 7
- Views: 919
Re: Persistent time counter using NVS without burning a hole in the FLASH?
Maybe @Espressif could consider providing a Vbat pin with automatic switch-over for retention power of RTC RAM and timer on future chips... (Potentially also enable the ULP to run uninterrupted via that supply, or even the option to wake-up the ULP upon main power loss?) I think the P4 has a pin li...
- Fri Nov 22, 2024 1:59 am
- Forum: General Discussion
- Topic: Suggestion for Setting up a Mesh Network
- Replies: 4
- Views: 479
Re: Suggestion for Setting up a Mesh Network
Could you tell us a little bit more about your use case? Ideally we'd like to know what you are designing, but if you cannot, it would be good to know about the data going to be sent/received: How big is it? From where to where does the data flow go? Is latency important? Standard mesh networking in...
- Fri Nov 22, 2024 1:57 am
- Forum: General Discussion
- Topic: JTAG error with ESP32-S3-DevKitC
- Replies: 9
- Views: 9854
Re: JTAG error with ESP32-S3-DevKitC
About the STRAP_JTAG_SEL strapping pin for being able to control whether standard (pad) JTAG or USB-JTAG is used. on most documents I find that it's GPIO3 that can be used for this function, but espfuse tells me that it's actually GPIO10 . Anyone make any headway? STRAP_JTAG_SEL (BLOCK0) = False R/...
- Thu Nov 21, 2024 8:48 am
- Forum: General Discussion
- Topic: Persistent time counter using NVS without burning a hole in the FLASH?
- Replies: 7
- Views: 919
Re: Persistent time counter using NVS without burning a hole in the FLASH?
Once again I'm designing weird features into my clock OS/platform. This time I want the settings menu to display a runtime counter on vacuum tube based displays, to be able to tell how many hours the VFD/plasma display has spent actively showing something and/or with the heater turned on. Of course...
- Thu Nov 21, 2024 3:44 am
- Forum: ESP-IDF
- Topic: How to add gpio component
- Replies: 2
- Views: 361
Re: How to add gpio component
Unless you specify otherwise, the 'main' component implicitly 'require's all available components (including e.g. the flash driver). What you did is specify a component explicitly, which makes it depend on *only* that component (and not the flash driver). In other words: the REQUIRES line was never ...
- Wed Nov 20, 2024 4:21 am
- Forum: ESP-IDF
- Topic: Deep sleep ulp interrupt pulse counter high power consumption
- Replies: 5
- Views: 814
Re: Deep sleep ulp interrupt pulse counter high power consumption
I would not be surprised if it is; the ULP and peripherals are still powered on.
- Wed Nov 20, 2024 4:19 am
- Forum: Hardware
- Topic: ESP32 high power draw (fake chips?)
- Replies: 4
- Views: 770
Re: ESP32 high power draw (fake chips?)
It was the bloody wires and or the breadboard I use to prototype this. Yeah, I'm not surprised tbh. I soldered the components on a protoboard and suddenly it worked and is still working. Using MPC1700 (250ma max) a 1000uf and a 10uf ceramic. I would still have to do more testing, trying the other L...