Search found 39 matches

by profra
Sat Nov 04, 2017 3:23 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15599

Tool uPyLoader for MP on esp32

@Damien I have been using uPyLoader (uPL) (https://github.com/BetaRavener/uPyLoader) to work on esp8266 with MP for a long time. It is a handy tool for beginners (like me)... has GUI and works on both platforms WIN and NIX. A few days ago I started playing with MP on esp32 and I wanted to do it wit...
by profra
Wed Jul 26, 2017 9:09 pm
Forum: ESP8266 boards
Topic: How to do... frozen modules in WSL
Replies: 3
Views: 3743

Re: How to do... frozen modules in WSL

Hi @fangis and @pythoncoder thank you very much for your response but was outside scope of question. As I know now my problems have occurred because I am newbie in using of Windows Subsystem for Linux (WSL). The problem from point b/ brought me with help of "uncle Google" to the right solution. Shor...
by profra
Tue Jul 25, 2017 4:41 pm
Forum: ESP8266 boards
Topic: How to do... frozen modules in WSL
Replies: 3
Views: 3743

How to do... frozen modules in WSL

Being on vacation and having plenty of free time, fast WiFi and notebook with W10 I have decided to install Bash Shell and the whole toolchain for building of MicroPythone (my Linux machine is sleeping at home). Success!!! I have taken also one Feather HUZZAH with and the result is fully functional ...
by profra
Wed Jan 25, 2017 4:31 pm
Forum: ESP8266 boards
Topic: Multiple networks in boot.py
Replies: 4
Views: 6318

Re: Multiple networks in boot.py

@blckpstv This could be useful for you.... I had to solve the same problem... change the place of work with other APs ##...module aps_trusted.py ##APS = { ## "ssid1":"psw1", ## "ssid2":"psw2", ## "ssidN":"pswN" ##} ##...module boot.py ## Create connection to trusted AP from aps_trusted import APS fr...
by profra
Tue Jan 17, 2017 6:27 pm
Forum: Other Boards
Topic: Does anyone have information about this board?
Replies: 1
Views: 2343

Does anyone have information about this board?

Interesting price!!! Cheap pyboard for projects? Look at the picture.
by profra
Wed Nov 23, 2016 8:05 am
Forum: ESP8266 boards
Topic: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)
Replies: 76
Views: 60994

Re: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)

@kfricke It was my logical thought at the beginning, I personally would solve it this way.
But today, I argue that it is a fact. I found lot of evidence of this fact in official documents from ESPRESSIF.
Attached are some sample pictures from their documentation.
by profra
Tue Nov 15, 2016 11:08 pm
Forum: ESP8266 boards
Topic: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)
Replies: 76
Views: 60994

Re: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)

@kfricke Thank you for your reaction. I will try to answer. I will start from the end... So your guess would make half of the ESP SDK methods pointless. I don't agree with this argument. I think that both groups of functions (DEFAULT and CURRENT) have different mission. DEFAULT set is for setting up...
by profra
Mon Nov 14, 2016 10:30 pm
Forum: ESP8266 boards
Topic: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)
Replies: 76
Views: 60994

Re: Avoid flash wearing by altering behavior originally introduced by Espressif (the inventor of the ESP8266)

I was watching this discussion and I thought some "vox populi" could finally appear. Personally I was backer of both MicroPython campaigns. Many years ago I used to work with microprocessors and after 25 years in business I have been back to this wonderful and exciting hobby. As I can see, current l...
by profra
Wed Sep 28, 2016 10:36 pm
Forum: Other Boards
Topic: MicroPython on RedBear Duo
Replies: 2
Views: 3786

MicroPython on RedBear Duo

This small module is interesting in that it has WiFi + BLE... also has perfect documentation. It's a pity that has no floating point math as WiPy. Some info how to install it is here... http://discuss.redbear.cc/t/how-to-load-fw-with-micropython-into-redbear-duo/970/2 I tried a couple of simple thin...
by profra
Wed Sep 28, 2016 9:56 pm
Forum: Other Boards
Topic: MicroPython on Amazon Dash?
Replies: 8
Views: 7909

Re: MicroPython on Amazon Dash?

@dhylands Thank you for all info which leads me straight to the point... I had to find out those things by experimenting... I must learn better to look at github :D