Problem with pyb1.1 and b5500.

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
Eugen
Posts: 2
Joined: Tue Dec 18, 2018 11:10 am

Problem with pyb1.1 and b5500.

Post by Eugen » Fri Sep 13, 2019 7:09 pm

Hi to all ! I have a problem with the B5500 module.
In one of the posts, Damien writes:
"You can switch to use a better socket implementation on the wiznet, by enabling MICROPY_PY_LWIP.
Either build with "make MICROPY_PY_LWIP=1 MICROPY_PY_WIZNET5K=5500", or set these 2 parameters in
mpconfigport.mk".
This is the solution to my problem.
Please!
Who can write a step-by-step guide on how and with what tools to make a build for Pb1.1 with the
above parameters?
Thanks in advance!

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: Problem with pyb1.1 and b5500.

Post by Roberthh » Fri Sep 13, 2019 7:24 pm

To set up the build environment, follow literally and carefully the README.me in https://github.com/micropython/micropython, and then in the port specific subdirectory https://github.com/micropython/micropyt ... orts/stm32.
The best build environment its Linux, Ubuntu or debian.

Eugen
Posts: 2
Joined: Tue Dec 18, 2018 11:10 am

Re: Problem with pyb1.1 and b5500.

Post by Eugen » Sat Sep 14, 2019 11:56 am

Thank you very much Roberthh!
Sorry, but for me it's too hard...

astakhov
Posts: 1
Joined: Wed Sep 18, 2019 8:33 pm

Re: Problem with pyb1.1 and b5500.

Post by astakhov » Wed Sep 18, 2019 8:48 pm

Hello to all.
I am also interested in this question.
Unfortunately, I do not have such knowledge to solve it myself.
I am ready to pay for the finished firmware for pyb1.1, wich working with the W5500 module.
Can I count on someone's help?
Thanks in advance.

Post Reply