Search found 39 matches

by profra
Wed Nov 07, 2018 9:44 am
Forum: ESP8266 boards
Topic: freezing modules...
Replies: 5
Views: 3520

Re: freezing modules...

@pythoncoder I'm a little confused because on the official page https://github.com/micropython/micropython/tree/master/ports/esp8266 is still written... $ cd ports/esp8266 $ make axtls $ make ... It might be good to fix it, at least for people who do not have so much knowledge of all processes arou...
by profra
Fri Aug 10, 2018 7:46 pm
Forum: WiPy and CC3200 boards
Topic: How to update FW of Wipy 1.0
Replies: 3
Views: 4641

Re: How to update FW of Wipy 1.0

@Roberthh Thank you for confirming that my procedure was correct. FYI... I did all the steps with FileZilla on a Linux PC and therefore I tried the same with FileZilla on a Windows PC… and to my surprise, everything was successful at the first try ... I probably will have to look at the installatio...
by profra
Thu Aug 09, 2018 10:25 pm
Forum: WiPy and CC3200 boards
Topic: How to update FW of Wipy 1.0
Replies: 3
Views: 4641

How to update FW of Wipy 1.0

I have found 2 pcs of WIPY 1.0 in the drawer and I would like to use them for my small project. I wanted to update their firmware and I did all the needed steps... put the newest mcuimg.bin into flash/sys directory with help of FileZilla... no error messages but there was no update of FW... after re...
by profra
Fri Nov 10, 2017 12:23 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh Also from this place... many thanks.
by profra
Fri Nov 10, 2017 11:04 am
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh Hi, I guess you have a lot of experience with PYCOM implementation of MP. It would be nice if you could help me with some good advice as last time. I am trying to build own image for Wipy 2 and I have to flash binaries on another machine. I have found these binaries after build... see the ...
by profra
Wed Nov 08, 2017 9:33 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh Thank you for good advice, in the closest free time I will try to build own Wipy.
by profra
Wed Nov 08, 2017 10:27 am
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh Thank you for your opinion. I also thought about all of from your side mentioned things, and I am glad that there is nothing unknown to me. Yes, the Pin numbers are not matching... do you mean that one needs some remapping module in MP or some in C and build new bin?
by profra
Tue Nov 07, 2017 10:29 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh, @Beta_Ravener FYI... I spent a little more time on the problem and found the next thing... I have flashed WEMOS Lolin32 with binaries for WiPy 2 and the uPL is working normally (in addition, it is still possible to connect via ftp). I compared the files machine_uart.c (Damien's MP) and m...
by profra
Sun Nov 05, 2017 8:32 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh, @Beta_Ravener Hi, I did the same try according to your suggestion and I can only confirm... Guru in action! I should have read your comment first :D I have installed MP from Loboris, the installation is SO EASY... but I have checked (compared) machine_uart.c from both (Damien and Loboris...
by profra
Sat Nov 04, 2017 8:39 pm
Forum: ESP32 boards
Topic: Tool uPyLoader for MP on esp32
Replies: 19
Views: 15160

Re: Tool uPyLoader for MP on esp32

@Roberthh Thank you very much for the exhausting answer ... we will try all the suggested options.