Search found 108 matches

by dmaxben
Fri Aug 31, 2018 12:29 pm
Forum: General Discussion
Topic: What would you like to see in The Next Chip?
Replies: 426
Views: 841337

Re: What would you like to see in The Next Chip?

ESP_Sprite wrote: That does not make sense. Access to GPIOs already is unaffected by WiFi.
ADC-2 does not work when WiFi is enabled....
by dmaxben
Thu Jun 21, 2018 7:02 pm
Forum: Hardware
Topic: ESP-WROOM-32 and extending the flash
Replies: 10
Views: 29630

Re: ESP-WROOM-32 and extending the flash

ESP-WROOM-32 modules with 8 MB and 16 MB Flash are now available (as well as ESP32-Wrover modules ), so there is not much need for adding the external flash chip. Very cool! Ive been waiting for someone to make custom WROOM32 with 16MB of flash, that is also FCC certified with the metal RF shield. ...
by dmaxben
Mon Jun 04, 2018 9:18 pm
Forum: ESP32 Arduino
Topic: ESP32 DAC1 and DAC2 not synchronous on Arduino IDE
Replies: 5
Views: 8691

Re: ESP32 DAC1 and DAC2 not synchronous on Arduino IDE

Why not use ledcWrite?
by dmaxben
Mon Jun 04, 2018 9:16 pm
Forum: ESP32 Arduino
Topic: ESP32 Arduino SSID, PASSWORD not update
Replies: 4
Views: 8788

Re: ESP32 Arduino SSID, PASSWORD not update

I have encountered this once before...using Arduino, the SSID and password seemed to be "permanently" burned in and would not change by uploading a new sketch. Try doing a complete force-erase manually using esptool.py. Then reflash your program using the Arduino IDE. That should clear any existing ...
by dmaxben
Mon Mar 26, 2018 11:53 am
Forum: Hardware
Topic: md5 Error while flashing ESP32-WROVER
Replies: 7
Views: 11596

Re: md5 Error while flashing ESP32-WROVER

Every once in a while I too get that random MD5 error when reflashing the ESP32. Cycling power always fixes the problem though...
by dmaxben
Thu Mar 22, 2018 3:36 pm
Forum: General Discussion
Topic: Processor utilization in percent
Replies: 16
Views: 25507

Re: Processor utilization in percent

Curious if anyone else has any updates on getting CPU utilization working in % using Arduino?

I'd like to print each core's CPU utilization in "xx%" in a serial terminal window...

thanks
by dmaxben
Thu Mar 01, 2018 12:55 pm
Forum: Hardware
Topic: How to re-enable GPIO after deep sleep?
Replies: 4
Views: 8603

Re: How to re-enable GPIO after deep sleep?

WiFive wrote:Well you have to include driver/rtc_io.h. the way it is written it is a function declaration not a function call so it doesn't do anything.

Doh!!!! Stupid me, I totally forgot to include that header file.

Many thanks again for the help...seems to work perfectly now. :D
by dmaxben
Thu Mar 01, 2018 3:41 am
Forum: Hardware
Topic: How to re-enable GPIO after deep sleep?
Replies: 4
Views: 8603

Re: How to re-enable GPIO after deep sleep?

WiFive wrote:Why is esp_err_t there?
It wouldn’t compile without esp_err_t in there...said “rtc_deinit... not declared in this scope”
by dmaxben
Wed Feb 28, 2018 6:41 pm
Forum: Hardware
Topic: How to re-enable GPIO after deep sleep?
Replies: 4
Views: 8603

How to re-enable GPIO after deep sleep?

Hi everyone, had a quick question regarding deep sleep using a hardware interrupt for wakeup. My project is using CAN bus with CAN Rx on GPIO-4, and CAN Tx on GPIO-5. The goal is to have the ESP go into deep sleep when CAN activity stops, and then when CAN activity is detected, wake-up the ESP32 and...
by dmaxben
Wed Feb 28, 2018 5:20 pm
Forum: General Discussion
Topic: When will support for ADC2 (with WiFi) be added?
Replies: 8
Views: 12267

Re: When will support for ADC2 (with WiFi) be added?

Also very interested in using ADC2 simultaneously with wifi!

Specifically in arduino...

thanks