kartben / artificial-nose

Instructions, source code, and misc. resources needed for building a Tiny ML-powered artificial nose.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions?

vmajor opened this issue · comments

commented

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?

commented

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

pio run -t upload