-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial on using the hardware / tools #15
Comments
Hi! Ya, i need to do a better job of having the GitHub repo more "self-contained" in terms of centralizing all the instructions/tutorial. Your best starting point for now would be this article I wrote for Make: Magazine https://makezine.com/projects/second-sense-build-an-ai-smart-nose/ Please let me know if that helps you get started, and please do not hesitate to reach out if you get stuck somewhere! |
Thank you for the response. I will get right into that. |
Can someone please help me with the last 2 steps of the ‘Teach a Faux New Tricks’ section. I am having trouble recompiling the firmware onto the nose. Additionally, I am struggling to replace the lib/ei-artificial_nose-arduino source folder of the nose’s firmware with the contents of your new ZIP file. |
for compilation use pio run and for upload use pio run -t upload make sure u have that particular IDE where you can run pio (plateformio.ini) recommended IDE VS Code |
I was interested in experimenting with this project after getting an email from Seeed Studio. On this page there is a link that says "Follow Benjamin’s all open-source libraries and tutorial" which points to the project on GitHub.
I looked for the tutorial, but I could not find anything on the page other than BOM, Wiring diagram, source code, 3D model. Is there some documentation that walks through loading and using TFLite, training, inference etc.? Thanks!
The text was updated successfully, but these errors were encountered: