Search found 14 matches
- Fri Mar 06, 2020 3:22 pm
- Forum: Pyboard D-series
- Topic: SD card not working in D-series
- Replies: 11
- Views: 3510
Re: SD card not working in D-series
Hi Johnny, if an SD card is inserted in a PYBD, it will not be automatically mount in the board’s filesystem. Put the following code in your boot.py, to automatically mount the SD Card: import sys, os, pyb if pyb.SDCard().present(): os.mount(pyb.SDCard(), '/sd') sys.path[1:1] = ['/sd', '/sd/lib'] Yo...
- Tue Jul 02, 2019 12:17 pm
- Forum: Pyboard D-series
- Topic: Availability of F723 Board
- Replies: 1
- Views: 774
Re: Availability of F723 Board
Hi,
more PYBD with the F723 should be with us by the end of August.
Best,
Christine
more PYBD with the F723 should be with us by the end of August.
Best,
Christine
- Mon Apr 01, 2019 2:06 pm
- Forum: Pyboard D-series
- Topic: Building
- Replies: 13
- Views: 3185
Re: Building
Hi,
you can put a PYBD in DFU mode with these steps:
1. Hold down USR button and press the RST button
2. The RGB LED flashes red, green, blue, white
3. Release the USR button as soon as the RGB LED flashes white to enter DFU mode
4. Now the RGB LED blinks red, to show PYBD is in DFU mode
you can put a PYBD in DFU mode with these steps:
1. Hold down USR button and press the RST button
2. The RGB LED flashes red, green, blue, white
3. Release the USR button as soon as the RGB LED flashes white to enter DFU mode
4. Now the RGB LED blinks red, to show PYBD is in DFU mode
- Fri Dec 21, 2018 9:58 am
- Forum: General Discussion and Questions
- Topic: pyboard v1.1 with headers - OUT OF STOCK :-(
- Replies: 1
- Views: 753
Re: pyboard v1.1 with headers - OUT OF STOCK :-(
Hi,
a few PYBv1.1H are still in stock but won't ship before 27th of December. Please contact the store directly.
Thanks
a few PYBv1.1H are still in stock but won't ship before 27th of December. Please contact the store directly.
Thanks

- Fri Dec 21, 2018 9:56 am
- Forum: MicroPython pyboard
- Topic: LCD skin availability?
- Replies: 9
- Views: 1960
Re: LCD skin availability?
Hi there,
sorry for the delay on getting the new LCD160CRv1.1 in the store. There will be two versions available and they'll be available shortly.
sorry for the delay on getting the new LCD160CRv1.1 in the store. There will be two versions available and they'll be available shortly.
- Wed Jan 10, 2018 8:24 pm
- Forum: General Discussion and Questions
- Topic: FOSDEM Micorpython 2018
- Replies: 3
- Views: 1570
Re: FOSDEM MircoPython 2018
That's a shame, you can't be there this year. I was looking forward to see some of the PewPew FeatherWings in action. If it's not too much trouble for Kasia, it would be really great to get some of your projects. Thanks to both of you!
- Wed Jan 10, 2018 5:29 pm
- Forum: General Discussion and Questions
- Topic: FOSDEM Micorpython 2018
- Replies: 3
- Views: 1570
Re: FOSDEM MicroPython 2018 – show off your project
Hi Nicholas, great to hear you'll be at FOSDEM next month! I would like to invite you and other members of the Forum to drop by the MicroPython table. It would be nice to show some of the projects you realised with MicroPython. Please let me know, if you like to show your MicroPython project in pers...
- Mon Sep 25, 2017 11:02 am
- Forum: MicroPython pyboard
- Topic: Pyboard not recognized by Windows 10
- Replies: 3
- Views: 2375
Re: Pyboard not recognized by Windows 10
This should be fixed by firmware v1.9.1 (and later ones). Which firmware are you using? You can download the firmware here: http://micropython.org/download
- Thu May 04, 2017 4:57 pm
- Forum: MicroPython pyboard
- Topic: HOUSING-CB-1
- Replies: 1
- Views: 1359
Re: HOUSING-CB-1
There are a few Housings with closed lid left. Please contact the MicroPython store.
- Sun Mar 12, 2017 8:59 am
- Forum: General Discussion and Questions
- Topic: embedded world Conference 2017
- Replies: 0
- Views: 1171
embedded world Conference 2017
There will be a talk at the embedded world Conference next Wednesday.
Real-Time Software Using Micro Python
15.03.2017 16:30 - 17:00 Session 17
http://www.embedded-world.eu/program.html
Is anybody planning on going there? Would be great to meet afterwards.
Real-Time Software Using Micro Python
15.03.2017 16:30 - 17:00 Session 17
http://www.embedded-world.eu/program.html
Is anybody planning on going there? Would be great to meet afterwards.