Search found 29 matches

by ARTaylor
Thu Mar 29, 2018 10:57 pm
Forum: ESP32 boards
Topic: ESP32 power conditioning
Replies: 32
Views: 29394

Re: ESP32 power conditioning

Capstan wrote:
Fri Mar 23, 2018 3:16 pm
Invoking deepsleep() without having enabled WiFi shows a vastly lower power draw, about .001mA, so maybe the trick is to disable WiFi before entering sleep.
Once I have charged my 1000mAh battery back up I will try this out and report back
by ARTaylor
Thu Mar 29, 2018 10:54 pm
Forum: ESP32 boards
Topic: ESP32 power conditioning
Replies: 32
Views: 29394

Re: ESP32 power conditioning

I'm looking for the same answer as you capstan - did my usual thing of posting before searching :P I have a 1000mAh lipo battery and at full charge will run my application for 10 hours - I'm using the machine.deepsleep module now and got up to 72 hours - this is the app running for under 10 seconds ...
by ARTaylor
Thu Mar 29, 2018 9:47 pm
Forum: ESP32 boards
Topic: Question about 3v3 pin and Deep Sleep
Replies: 4
Views: 5111

Question about 3v3 pin and Deep Sleep

EDIT: I see this thread is on the same subject and further along in the discussion from mine, so I will continue over there: https://forum.micropython.org/viewtopic.php?f=18&t=4546&p=26517#p26517 Hello - I've been playing with an ESP32 for a little project, it gets data from an LDR and DHT11 and sen...
by ARTaylor
Thu Mar 29, 2018 8:50 pm
Forum: ESP32 boards
Topic: Code editor
Replies: 8
Views: 6878

Re: Code editor

If you post your code we can probably help you

I use Atom Text Editor with Hydrogen and the Platform IO Terminal Packages - works great for me

EDIT: rshell for your terminal session is pretty useful as well
by ARTaylor
Mon Mar 26, 2018 10:03 pm
Forum: General Discussion and Questions
Topic: ESP32 stuck after wifi connect
Replies: 1
Views: 1768

Re: ESP32 stuck after wifi connect

station.ifconfig(('192.168.0.178','255.255.255.0','192.168.0.1','192.168.0.1')) I'm not sure if that is what .ifconfig does - are you copying your code or is that the output of .ifconfig? Other than that, I don't have any problem connecting using the network module exactly the way you are and my ES...
by ARTaylor
Mon Mar 26, 2018 6:40 am
Forum: Hardware Projects
Topic: Interactive Text Adventure Boxes
Replies: 5
Views: 6819

Re: Interactive Text Adventure Boxes

Yes, the wireless possibilities of the ESP32 (and cost!) Could bring a lot to something like this. I live right next to Caerleon where we have Roman Baths an ampitheatre and barracks, so yeah I think there could be a continuation of your work at some point!
by ARTaylor
Sun Mar 25, 2018 11:08 am
Forum: Hardware Projects
Topic: Seedling Enviroment Monitor with ESP32
Replies: 0
Views: 2402

Seedling Enviroment Monitor with ESP32

Hi, I'm pretty new to MicroPython and the forum, but I just put together my first little project. I'm getting into growing veg and herbs, and the interest has been pushed along by creating "smart" growing projects - my first IoT planter recently won a prize in a Hackster.io competition, this project...
by ARTaylor
Sun Mar 25, 2018 10:39 am
Forum: Hardware Projects
Topic: Interactive Text Adventure Boxes
Replies: 5
Views: 6819

Re: Interactive Text Adventure Boxes

Sorry that I am late to this post - but I just wanted to drop in and say THIS IS COOL!

Are you based in the UK cefn?
by ARTaylor
Fri Mar 23, 2018 4:27 pm
Forum: ESP32 boards
Topic: ESP32 MQTT: publish and subscribe in same script
Replies: 5
Views: 7854

Re: ESP32 MQTT: publish and subscribe in same script

Great project! I'm working on a little environmental monitor based on the ESP32 to monitor ambient conditions in close proximity to seedlings grown in my lab. I have a Raspberry Pi Zero W doing watering routines. Sorry to sideline the discussion, but I can't get the umqtt.simple module to work - I g...