Search found 1642 matches: adafruit

Searched query: adafruit

by pythoncoder
Sat Feb 17, 2018 11:32 am
Forum: ESP32 boards
Topic: Tiny ESP32 board
Replies: 6
Views: 6096

Tiny ESP32 board

... the ESP32 into sleep mode for a period before taking a reading. Otherwise buy without the HTU21D and use an external HTU21D breakout (e.g. from Adafruit).
by tuupola
Sat Feb 17, 2018 6:37 am
Forum: ESP8266 boards
Topic: Adafruit CircuitPython
Replies: 22
Views: 34028

Re: Adafruit CircuitPython

One of the reason I am actually considering CircuitPython over MicroPython for a project is the unified API between boards. That and ATSAMD support. I would however prefer the vanilla MicroPython API.
by deshipu
Wed Feb 14, 2018 2:49 pm
Forum: General Discussion and Questions
Topic: [NEWS] Article on micropython
Replies: 4
Views: 5014

Re: [NEWS] Article on micropython

Adafruit’s ESP8266
I see some top-notch journalism has been done there. Great research.
by philwilkinson40
Wed Feb 14, 2018 12:44 pm
Forum: ESP8266 boards
Topic: microSD card - clarification
Replies: 9
Views: 9991

Re: microSD card - clarification

sadly os.unmount(True) returns the old OSError: [Errno 22] EINVAL ...invalid argument! I have also tried following the Adafruit tutorial and that also fails on >>> vfs=os.VfsFat(sd, "") Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: function takes ...
by d4ß
Tue Feb 13, 2018 8:14 pm
Forum: Programs, Libraries and Tools
Topic: mu editor for micropython
Replies: 46
Views: 67974

Re: mu editor for micropython

Hello, today I saw at Adafruits website some article about using Mu Editor with there CircuitPython. So I remembered this threat and want to ask if this actually means I can use Mu Editor now also for ESP8266's flashed with real MicroPython ...
by cefn
Mon Feb 12, 2018 12:27 am
Forum: ESP8266 boards
Topic: Blynk app and MicroPython?
Replies: 2
Views: 2562

Re: Blynk app and MicroPython?

... actually what you are after, you could look into doing it directly with Micropython after successfully flashing it with esptool... https://learn.adafruit.com/micropython-basics-blink-a-led/blink-led
by deshipu
Sat Feb 10, 2018 10:48 am
Forum: ESP8266 boards
Topic: Adafruit CircuitPython
Replies: 22
Views: 34028

Re: Adafruit CircuitPython

It's actually the other way around.
by pythoncoder
Sat Feb 10, 2018 8:36 am
Forum: ESP8266 boards
Topic: Adafruit CircuitPython
Replies: 22
Views: 34028

Re: Adafruit CircuitPython

Quite. Also consider the applications. A great merit of the pyb library is its stability. I can't recall a single instance of a breaking change in 3.5 years of using it. Alas machine hasn't been quite as good in that regard, but breaking changes - at least in their effect on my applications - have b...
by deshipu
Fri Feb 09, 2018 6:09 pm
Forum: ESP8266 boards
Topic: Adafruit CircuitPython
Replies: 22
Views: 34028

Re: Adafruit CircuitPython

Well you always can add versioning? And if some big change would happen, you can rewrite tutors for the new one and before they are ready, use old tutors with older version. I don't think you realize how much hard work went into all those materials, and how much more would be required every time a ...
by danhalbert
Fri Feb 09, 2018 4:41 pm
Forum: ESP8266 boards
Topic: Adafruit CircuitPython
Replies: 22
Views: 34028

Re: Adafruit CircuitPython

... mention of micropython on the circuitpython landing page.. That's odd imho.. I'm not sure which landing page you're referring to. On https://www.adafruit.com/circuitpython, the first sentence is: CircuitPython is Adafruit's branch of MicroPython designed to simplify experimentation and education ...