Open Roberta Lab Artificial Neural Networks for EV3 #1646
Replies: 3 comments 2 replies
-
I have found that Windows 10 & 11 do both support PC internet sharing with the EV3 via Bluetooth -- note the 192.168.138.nnn range IP in the screen snips below. Consequently, a connection to Open Roberta Lab's EV3 programming interface www page via Bluetooth is possible... In other words, with Windows 10 & 11 OpenRobertaLab may be used via the EV3 onboard Bluetooth, making optional a purchase of a USB WIFI adapter that works with EV3dev & EV3G such as the "Netis WF2120 Wireless N150 Nano USB Dongle, Ideal for Raspberry, Linux, RTL8188CUS" : EV3 Bluetooth to PC Mobile Hotspot Connection via Windows 11 (click images to enlarge): EV3 Bluetooth to PC Mobile Hotspot Connection via Windows 10 (click images to enlarge): |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
An Arduino project using a trained ANN... A) we 'ported' the Arduino "RoachBot" ;-) by @seanhodgins to the EV3 drive base with 4 color sensors & the Open Roberta Lab xNN interface: https://www.instructables.com/Arduino-Neural-Network-Robot/ https://youtu.be/97R3TcUh5eI?si=P7N_xfIN4DT-XDgf&t=658 https://github.com/IdleHandsProject/makennbot?tab=readme-ov-file B) Might also port to a Line Follower for comparison with P & PID: nikodembartnik: "I am thinking about implementing neural net in a line follower project. I know that PID algorithm can be simpler faster and better but just for scientific purposes and because of my curiosity I want to try that. SeanHodgins: "That is an excellent idea. This code would adapt well to that too if you wanted to try and port it over to your robot. This robot is basically an upside down line follower that follows shadows instead of lines." see EV3 Line Follower P & PID formulas & discussion at: Why might one explore this way with Open Roberta Lab's xNN? --Reinforce understanding & study of differences in P, PID, & ANN formulas/methods... --maybe look up "Karnaugh map": --have fun ;-) --or maybe someday even get an experiment sent to the ISS: https://code4space.org/ Note on network training: alexeykrylov9995: augustineprem5587 |
Beta Was this translation helpful? Give feedback.
-
Following up on #1645, creating this thread to discuss & share tinkering with EV3 and Artificial Neural Networks:
Direct link to Open Roberta Lab xNN for EV3:
https://lab.open-roberta.org/?loadSystem=ev3dev&extensions=nn
links to tutorials: #1645 (comment)
Since the images in the tutorial PDFs are in German, I've shared templates for some of the example xNN shown in the tutorial PDFs via the Open Roberta Lab Gallery:
Please share your EV3 xNN ideas & projects as well :-)
Open Roberta xNN is funded by the Ministry of School and Education of the State of North Rhine-Westphalia and developed in cooperation with teachers
Beta Was this translation helpful? Give feedback.
All reactions