RoboJam: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
Line 21: Line 21:
== Drivers ==
== Drivers ==


Arduino Nano ATMega328 Chinese Version.  
Arduino Nano ATMega328 Chinese Version.


MacOS 10.5 - 10.8: [http://wch.cn/download/CH341SER_MAC_ZIP.html]  
MacOS 10.5 - 10.8: If you work with one of these operating systems and the driver in the following link, it may occure the first two or three times works and than, your computer crashes. Very bad. We work on it... [http://wch.cn/download/CH341SER_MAC_ZIP.html]  


MacOS 10.10: [http://javacolors.blogspot.ch/2014/08/dccduino-usb-drivers-ch340-ch341-chipset.html]
MacOS 10.10: [http://javacolors.blogspot.ch/2014/08/dccduino-usb-drivers-ch340-ch341-chipset.html]


== Source Code ==
== Source Code ==

Revision as of 16:57, 11 October 2015

RoboJam Workshop

Start& Ende: Samstag, 10.10 ab 10h mit Schluss irgendwann am Sonntag, 11.10.2015 Adresse: Adresse: MechArtLab, Hohlstrasse 52, 8004 Zürich

Parts

  • Microcontroller: Arduino Nano
  • Motortreiber: L293D
  • Antrieb: Pollin Motoren + Inline Skate Kugellager

Sensoren:

  • Schalter
  • 1 Schnurrhaar
  • zwei LEDs als Lichtsensor
  • MP6050 3Achs Gyro+Beschl.


Drivers

Arduino Nano ATMega328 Chinese Version.

MacOS 10.5 - 10.8: If you work with one of these operating systems and the driver in the following link, it may occure the first two or three times works and than, your computer crashes. Very bad. We work on it... [1]

MacOS 10.10: [2]

Source Code

https://github.com/ChrisMicro/freiBot

cd ~/path/to/your/arduino/sketchbook
git clone https://github.com/ChrisMicro/freiBot

Feel free to fork it!