Skip to content

Tinkercademy MakeCode package for using a microSD adaptor with the BBC micro:bit (beta)

License

Notifications You must be signed in to change notification settings

tinkertanker/pxt-microsd-microbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

how do i sdcard????

important notes about connecting the SF breakout

  • vcc -> vcc
  • gnd -> gnd
  • cmd -> MOSI (labelled MISO on the breakout)
  • D0 -> MISO (labelled MOSI on the breakout)
  • CD -> gnd
  • CLK -> SCLK
  • D3 -> CS (12/16)
  • D1, D2 and WP can be left floating.

the EF breakout probably won't work without stepping it up to 5V first, because there is an unbypassable 3V3 LDO on the VCC line.

known issues:

  • crashes after a couple of fwrites

  • there is apparently a memory leak in fclose() in certain mbedos versions on ARM

potential solutions:

  • use petit-fatfs to reduce footprint even further in memory (potential reason for fwrite crash with pxt)

  • ???

About

Tinkercademy MakeCode package for using a microSD adaptor with the BBC micro:bit (beta)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published