Search found 3 matches

by artran
Tue Jun 23, 2020 9:54 am
Forum: ESP32 boards
Topic: ADC on ADC2
Replies: 2
Views: 1970

Re: ADC on ADC2

From a quick look at the source on GitHub it looks like ADC2 is completely unsupported. Only the pins associated with ADC1 are in the list of valid inputs and all of the functions refer to ADC1. I suspect that the reason is probably because ADC2 is disabled when WiFi is in use and the MicroPython au...
by artran
Mon Oct 28, 2019 11:37 am
Forum: ESP8266 boards
Topic: Constant random WDT on D1 Mini
Replies: 5
Views: 3497

Re: Constant random WDT on D1 Mini

Thanks for the suggestions. I have already tried several different USB cables and USB ports, all with the same behaviour. I should also mention that the setup I'm using is the same as I've been using with MicroPython on an ESP32 for months. I'll try your ideas about the EN and RST pins - as you gues...
by artran
Sun Oct 27, 2019 7:41 pm
Forum: ESP8266 boards
Topic: Constant random WDT on D1 Mini
Replies: 5
Views: 3497

Constant random WDT on D1 Mini

Hi, I'm having some issues with MicroPython on several ESP8266 D1 Mini boards. I can flash them and get a REPL fine. I can put a program on them and it runs. The issue is that I'm getting reboots caused by the watchdog all the time. If I run without WiFi it might run for a couple of minutes before t...