Search found 3 matches

by john3368863
Fri Apr 06, 2018 2:13 am
Forum: Development of MicroPython
Topic: what's it meaning?
Replies: 0
Views: 1400

what's it meaning?

Q(boot.py)
Q(main.py)
// Entries for sys.path
Q(/flash)
Q(/flash/lib)
Q(/sd)
Q(/sd/lib)
// for usb modes
Q(MSC+HID)
Q(VCP+MSC)
Q(VCP+HID)
Q(CDC+MSC)
Q(CDC+HID)
Q(/)


// The following qstrings not referenced from anywhere in the sources
Q(CDC)
Q(flash)
by john3368863
Sat Mar 10, 2018 4:43 am
Forum: Other Boards
Topic: stm32L476RG on W5500 cann't find driver.
Replies: 3
Views: 2952

stm32L476RG on W5500 cann't find driver.

I downloaded the firmware of stm32L476RG, and I want to connect a w5500 adapter on it. When I start writing code, it reminds me that I have no WIZNET5K driver. How can I add the driver to the firmware? Ask for help source: import network nic = network.WIZNET5K(pyb.SPI(1),pyb.Pin.board.X5,pyb.Pin.boa...
by john3368863
Sun Jan 28, 2018 8:50 am
Forum: ESP8266 boards
Topic: My esp8266 is not working properly. Ask for help
Replies: 1
Views: 1583

My esp8266 is not working properly. Ask for help

Hello, I have a nodemcu esp2268 board. However, I downloaded the latest firmware from the micropython's official website. The board could not run normally. The blue LED keeps flashing. I don't know what's the reason.