RoboJam: Difference between revisions

From SGMK-SSAM-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
RoboJam Workshop
RoboJam Workshop


Start& Ende: Samstag, 10.10 ab 10h mit Schluss irgendwann am Sonntag, 11.10.2015
== Daten ==
Adresse: Adresse: MechArtLab, Hohlstrasse 52, 8004 Zürich
 
jeweils 10h - 18h
 
* 10.10 / 11.10.2015: Jam
* 10.01 2016: Jam
* 06.02 / 07.02 2016: Jam
* 05.03 / 06.03 2016: Workshop
 
== Adresse ==
 
MechArtLab, Hohlstrasse 52, 8004 Zürich


== Parts ==
== Parts ==
Line 19: Line 29:




== Source ==
== 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... [http://wch.cn/download/CH341SER_MAC_ZIP.html]
 
MacOS 10.10: [http://javacolors.blogspot.ch/2014/08/dccduino-usb-drivers-ch340-ch341-chipset.html]
 
== Source Code ==


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


Feel free to fork it!
Feel free to fork it!

Latest revision as of 13:11, 1 January 2016

RoboJam Workshop

Daten

jeweils 10h - 18h

  • 10.10 / 11.10.2015: Jam
  • 10.01 2016: Jam
  • 06.02 / 07.02 2016: Jam
  • 05.03 / 06.03 2016: Workshop

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!