Search found 24 matches

by askvictor
Sun May 15, 2016 5:43 am
Forum: ESP8266 boards
Topic: Reading VCC level
Replies: 2
Views: 4224

Reading VCC level

ESP8266 has the ability to read the Vcc voltage using the internal ADC. Looking at the source, this is enabled in micropython by reading ADC channel 1 (instead of channel 0 for the 'real' ADC). However, this seems to require defining ESP_INIT_DATA_ENABLE_READVDD33 in user_config.h prior to compiling...
by askvictor
Sat May 14, 2016 4:26 am
Forum: ESP8266 boards
Topic: Recommended IDE?
Replies: 10
Views: 17721

Re: Recommended IDE?

The latest ESPlorer has micropython support; I think there's a bug in the file upload code, but it otherwise works fine.
by askvictor
Sat May 14, 2016 4:02 am
Forum: Programs, Libraries and Tools
Topic: IDEs (PyCharm, NetBeans, etc.) for MicroPython
Replies: 21
Views: 26839

IDE or debugger for micropython?

Hi, I'm trying to find if there exists, or if anyone is working on an IDE for micropython, specifically including a debugger. While I'm looking at this for ESP8266 hardware, it would no doubt be great for any board. My dream/wishlist is that such an IDE would be quick and easy for a beginner to get ...
by askvictor
Tue Mar 22, 2016 9:11 pm
Forum: ESP8266 boards
Topic: Recommended IDE?
Replies: 10
Views: 17721

Re: Recommended IDE?

I've been using ESPlorer with Lua; it seems to say it has micropython support, but I haven't tried it. Might be worth a shot until something else comes along