PowerStep01 on Fez Duino


Well, I managed to rewire my powerStep01 sandwich to use Fez Duino. And the wifi connects!

Duino is a much faster beast than the Fez Cerb.

2 Likes

Yes it is faster :flexed_biceps:

I need to copy a blazor WASM app to the SD card (or perhaps the SPI flash, who knows). Is there any way to use the debugger to write data to the SD card?

Debugger to SD?

Yeah, like to auto-copy files to the SD Card. Right now, I’m trying to host files on a web server and then write code to automatically download them to the SD card. Seems tricky.

1 Like

Well, the WIFi is too slow to copy over or serve 42MB of files to the browser in a jiffy. So I had to put the files on a CDN. Solves my problem at least.

1 Like