Search found 3 matches

by Antonio
Tue Mar 31, 2020 7:25 am
Forum: MicroPython pyboard
Topic: pyboard with LAN8720
Replies: 3
Views: 3703

pyboard with LAN8720

I have a board which have stm32f405 and LAN8720 PHY,it use the mcu mac, i want to use it in mpy,but when i import network module,the module has no 'LAN' method(only a router method),i download a pyboard network DFU , it has no 'LAN' method either. Does any one test pyboard using its own mac with a P...
by Antonio
Sun Mar 29, 2020 1:30 pm
Forum: MicroPython pyboard
Topic: Is there any way else to extend the FLASH
Replies: 2
Views: 2098

Re: Is there any way else to extend the FLASH

Hi, There is in fact a new version of the pyboard that has (two) onboard SPI flash parts -- the Pyboard D. It is also possible to use external SPI flash with the Pyboard 1.x if you connect it to the SPI pins either on the X or Y bus. You can do this entirely in Python (i.e. with the stock firmware)...
by Antonio
Tue Mar 24, 2020 7:52 am
Forum: MicroPython pyboard
Topic: Is there any way else to extend the FLASH
Replies: 2
Views: 2098

Is there any way else to extend the FLASH

The pyboard do have a SDcard, but when i use the pyboard in a new PCB in my project, the SDcard is a bit too BIG. I want to change the SD to a SPI FLASH, but in the MicroPython downloads links there is no DFU like this,so I can not do that and have to use the SDcard. so I suggest to make a new pyboa...