Search found 27 matches

by jcea
Fri Apr 06, 2018 12:55 pm
Forum: ESP32 boards
Topic: Bluetooth on ESP32 running micropython
Replies: 8
Views: 11377

Re: Bluetooth on ESP32 running micropython

Any news about this?.
by jcea
Sat Mar 17, 2018 3:29 am
Forum: ESP8266 boards
Topic: Software serial?
Replies: 57
Views: 72988

Re: Software serial?

Hitting this too. Any plan to integrate SoftUART technology in Micropython?
by jcea
Sat Feb 24, 2018 2:01 am
Forum: Programs, Libraries and Tools
Topic: uasyncio - asyncio-like cooperative multitasking framework for uPy
Replies: 114
Views: 132122

Re: uasyncio - asyncio-like cooperative multitasking framework for uPy

I am confused. Do we have a micropython fork?
by jcea
Fri Nov 03, 2017 12:47 pm
Forum: ESP8266 boards
Topic: Key reinstallation attacks vulnerability
Replies: 2
Views: 2853

Re: Key reinstallation attacks vulnerability

I have the same question. Is Micropython 1.9.3 release safe?.
by jcea
Sun Aug 06, 2017 11:32 pm
Forum: ESP8266 boards
Topic: 2nd ESP8266 projects stretch goal - Embedded Database (btree module)
Replies: 20
Views: 20363

Re: 2nd ESP8266 projects stretch goal - Embedded Database (btree module)

@crizeo, you must compile Micropython in a regular Unix/Linux host, use its btree module to generate the file you what and then copy that file to the ESP8266 device.
by jcea
Wed May 31, 2017 8:52 am
Forum: ESP8266 boards
Topic: micropython R1.9 ETA @@ released @@
Replies: 34
Views: 29224

Re: micropython R1.9 ETA @@ released @@

Maybe I am just adding to the noise, but I would also agree that high/low is the most concise and describes the states the best. True/False and 1/0 mean about the same in my head, and I often use them also, but I feel it does not describe it as well when thinking pin states. Those three options see...
by jcea
Mon May 29, 2017 10:21 pm
Forum: ESP8266 boards
Topic: micropython R1.9 ETA @@ released @@
Replies: 34
Views: 29224

Re: micropython R1.9 ETA @@ released @@

I guess he meant it was never part of the machine module (pyb still supports high/low) To me, high/low refers to an electrical state, and that is what a pin's state is. It is somewhat confusing that on/off is now used for both signal and pins... but maybe it's just me... +1, my friend. "On" and "of...
by jcea
Sun May 28, 2017 12:28 pm
Forum: ESP8266 boards
Topic: micropython R1.9 ETA @@ released @@
Replies: 34
Views: 29224

Re: micropython R1.9 ETA @@ released @@

...Is it 100% compatible with code written for 1.8.7 ?... The changelog is here http://micropython.org/resources/micropython-ChangeLog.txt . One thing that stands out is: "machine.Pin high/low methods are renamed to on/off in esp8266 and zephyr (this is a backwards-incompatible change)" I think thi...
by jcea
Thu May 11, 2017 4:02 pm
Forum: ESP8266 boards
Topic: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?
Replies: 11
Views: 17168

Re: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?

On my own personal router yes, on my customer's router no. I am talking about the ESP8266 knowing the MAC of the router which it is connected to via WIFI. If the code has access to that information (the MAC of the currently connected router), you could filter the wifi scan. I can not check my ESP82...
by jcea
Thu May 11, 2017 7:31 am
Forum: ESP8266 boards
Topic: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?
Replies: 11
Views: 17168

Re: How do I list the RSSI (strength) of the Wi-Fi SSID I'm connected to?

I can not check just now, but do you have access to the WIFI's routers MAC addresses?