Search found 15 matches

by GryKyo
Wed Jan 16, 2019 9:53 pm
Forum: ESP32 boards
Topic: uPyCraft - Issues on Windows 10
Replies: 7
Views: 13793

Re: uPyCraft - Issues on Windows 10

I have not been able to fix this and I am not alone. I have come across somebody else having similar problems which are all related to run time environment, dependencies and processor architecture. Being a new PC I don't want to do anything crazy. The uPyCraft application won't even start on the Win...
by GryKyo
Thu Jan 10, 2019 12:06 am
Forum: ESP32 boards
Topic: uPyCraft - Issues on Windows 10
Replies: 7
Views: 13793

uPyCraft - Issues on Windows 10

Seeking any good/bad experiences from people who have tried to run uPyCraft on Windows 10 64 bit and failed, had error messages etc? I have been using uPyCraft on a windows 8 laptop and it is great, robust and very easy to edit code on the fly, I like it. I have so far failed to get it to start on m...
by GryKyo
Thu Jan 03, 2019 7:55 pm
Forum: ESP32 boards
Topic: ESP32 ADC always reads 4095
Replies: 4
Views: 6275

Re: ESP32 ADC always reads 4095

Many thanks @Roberthh, that works well. I must crack out the multi-meter now and calibrate...

Garry
by GryKyo
Thu Jan 03, 2019 6:29 pm
Forum: ESP32 boards
Topic: deepsleep wake with external interrupt
Replies: 0
Views: 2537

deepsleep wake with external interrupt

Hoping this will be of some help... I struggled over much online help to find code that worked for deepsleep and external wake interrupt. # magnetic reed switch on IO13 reed = machine.Pin(13, mode = machine.Pin.IN, pull = machine.Pin.PULL_DOWN) # an external interrupt to wake from sleep if the door ...
by GryKyo
Thu Jan 03, 2019 6:24 pm
Forum: ESP32 boards
Topic: ESP32 ADC always reads 4095
Replies: 4
Views: 6275

ESP32 ADC always reads 4095

Hi All, New here and not seeing any way to post code, apologies if I am getting up your noses already! Anyway, I have a Wemos D32 ready to deploy, deep sleeps for most of the time but should check IO35 on wake-up to alarm in case of low battery. Seems that any time I read Vbatt I get full scale 4095...