kartben / artificial-nose

Instructions, source code, and misc. resources needed for building a Tiny ML-powered artificial nose.
347 stars 70 forks source link

Instructions? #27

Open vmajor opened 1 year ago

vmajor commented 1 year ago

I am entirely new to pio and the architecture of the artificial-nose changed from straight up Arduino to PIO since the introduction was written.

Specifically, there are no instructions on how to build the firmware, but I think I managed to get it done, however there are now no instructions regarding what to do with the compiled firmware as the output was not .UF2 but firmware.bin and firmware.elf

Can someone please help?

vmajor commented 1 year ago

Never mind, I figured it out. For those equally lost by the signposts, do this:

  1. Use VS Code
  2. Install PIO extension
  3. Click on build
  4. Click on upload
Avinash-py commented 1 year ago

pio run -t upload