Maker Pro
Maker Pro

Programming a microcontroller wirelessly

lovrinho

Apr 5, 2023
12
Joined
Apr 5, 2023
Messages
12
I'm using a Raspberry Pi Pico Zero W for my project and flashing it wirelessly would save a lot of time. Since the board has wireless capabilities, is there a way to flash the code to it wirelessly?
1694451101314.png
 

danadak

Feb 19, 2021
621
Joined
Feb 19, 2021
Messages
621
It would be possible to upload apps and do programming, but a search seems to indicate
you would have to write the code to do it. OS install I have my doubts because the wifi
drivers, etc.. you would have to get a kernel of some sort loaded then the drivers for wifi,
it looks like great deal of work.

You could always think about using an ESP32 to manage the upload and programming,
if you can get your hooks into the external flash....if thats used.


Regards, Dana.
 
Top