
Mickey666Maus
Germany
Asked

Experiments With Google Just Launched Teachable Machine 2.0
Go over to their website to check the new features!! https://teachablemachine.withgoogle.com/
Teachable Machine is a web-based tool that makes creating machine learning models fast, easy, and accessible to everyone. You can now export code to use it offline...
Or connect an Arduino to drive your robot directly by using a web app!! So there are a lot of options... https://experiments.withgoogle.com/tiny-sorter/view
The above sketch runs an the Arduino Leonardo, which is supported hardware on the Synthiam platform!!
So who will be first to do some ARC integration for this?
Related Hardware Arduino Leonardo
Thank you very much !!!
In my Tech Bandits adventures I stumbled across this series of Coding Train...Teachable Machine tutorials...great stuff in here! https://www.youtube.com/watch?v=kwcillcWOg0
Hello! Mickey! Please tell me the code how to connect to this: https://editor.p5js.org/gbose/sketches/NgBTJZQktR
@dhewlett I love The Coding Train, he also has a series on Runwayml!!
@3603d I will take a look!!
@3603d To see if I can help I need to know, which device you are planning to connect...and please show me where you found that code so I can access further information on what you are trying to accomplish!! A detailed description of your idea would also help! You can also open a new question thread here on the forum, to keep things organised!
In general you can send these RGB values or the slider values to ARC the same way as in the example above!!
And I very much apologize for my "8 we write, 2 in the mind", that is, for incomplete thoughts! I want to connect a servo drive to arduino instead of the LEDs in this sketch and connect it directly with p5.js TM that you used.
I came to the sketch of controlling LEDs studying creativity: https://experiments.withgoogle.com/tiny-sorter/view
@3603d I am sorry to say that I might not be able to help here, I do not own the Arduino Leonardo which is required to connect, when using this setup! The boards I own, do not work...I tried and had no luck!! The way I used the above code, is to send those values to the ARCs native Http Server!
So if you want to build the Tiny Sorter, I would advise you to buy the Arduino Leonardo and follow the steps provided on their page!
If you want to send values from your own Teachable Machine project to ARC to eg drive a servo, you can use the example above...
If you want to send values from your own Teachable Machine project to an Arduino Leonard via serial, I cannot help because I do not have the hardware to test if this works...but maybe someone in the Forum with an Arduino Leonard could help?