Metaboard/2010 activities: Unterschied zwischen den Versionen
Chrysn (Diskussion | Beiträge) more links |
Chrysn (Diskussion | Beiträge) K even more links |
||
Zeile 39: | Zeile 39: | ||
* [http://www.tahina.priv.at/electronics.html cm's wireless temperature and humidity sensor with USB interface]: one of the V-USB example projects, pretty close to what we want to build | * [http://www.tahina.priv.at/electronics.html cm's wireless temperature and humidity sensor with USB interface]: one of the V-USB example projects, pretty close to what we want to build | ||
* [http://iad.projects.zhdk.ch/physicalcomputing/hardware/arduino/dmx-shield-fur-arduino/ Arduino DMX shield]: pretty straight forward DMX master | * [http://iad.projects.zhdk.ch/physicalcomputing/hardware/arduino/dmx-shield-fur-arduino/ Arduino DMX shield]: pretty straight forward DMX master | ||
* [http://www.makesomecode.com/2009/12/30/arduino-osc-iphone-and-dmx/ iPhone and DMX]: Arduino with DMX and ethernet shield | |||
* [http://www.embedds.com/interfacing-rfm12-transceiver-module/ RFM12 transceiver module]: a board with ATmega8, with the RFM12 completely connected (see [http://comwebnet.co.funpic.de/RFM12/Projekt-RFM12-Tranceiver.pdf schematics]) | |||
=== Physical resources === | === Physical resources === | ||
Zeile 49: | Zeile 51: | ||
** [http://www.hoperf.com/rf_fsk/rfm12.htm RFM12 supplier website] | ** [http://www.hoperf.com/rf_fsk/rfm12.htm RFM12 supplier website] | ||
** [http://blog.strobotics.com.au/2008/06/17/rfm12-tutorial-part2/ RFM12 tutorial] | ** [http://blog.strobotics.com.au/2008/06/17/rfm12-tutorial-part2/ RFM12 tutorial] | ||
** [http://news.jeelabs.org/2009/05/06/rfm12-vs-rfm12b-revisited/ RFM12 vs RFM12B]: the differences | |||
** [http://www.mikrocontroller.net/articles/RFM12 RFM12 on mikrocontroller.net]: german description of RFM12 commands | |||
** [http://www.mikrocontroller.net/articles/AVR_RFM12 AVR RFM12 on mikrocontroller.net] | |||
* DMX: | * DMX: | ||
** [http://www.maxim-ic.com/datasheet/index.mvp/id/1111 Maxim RS485 controllers] | ** [http://www.maxim-ic.com/datasheet/index.mvp/id/1111 Maxim RS485 controllers] | ||
** [https://www.distrelec.ch:443/ishop/Datasheets/nk645805_e.pdf SN75176BP data sheet]: the TI RS485 transceiver | |||
** [http://www.theater-technisch-lab.nl/dmxen.htm DMX512 introduction] | ** [http://www.theater-technisch-lab.nl/dmxen.htm DMX512 introduction] | ||
* gEDA/PCB: | * gEDA/PCB: | ||
Zeile 57: | Zeile 63: | ||
** [http://ftp.sunet.se/geda/docs/current/tutorials/gsch2pcb/tutorial.html gsch2pcb tutorial]: how to get a .pcb file from a .sch file and how to update it | ** [http://ftp.sunet.se/geda/docs/current/tutorials/gsch2pcb/tutorial.html gsch2pcb tutorial]: how to get a .pcb file from a .sch file and how to update it | ||
** [http://www.geda.seul.org/wiki/geda:scg.fr gEDA symbol creation]: creating custom symbols, includes footprint naming convention | ** [http://www.geda.seul.org/wiki/geda:scg.fr gEDA symbol creation]: creating custom symbols, includes footprint naming convention | ||
** [http://www.geda.seul.org/wiki/geda:pcb_tips#how_do_i_edit_change_an_existing_footprint editing PCB footprints] | |||
* General Arduino related stuff | * General Arduino related stuff | ||
** [http://www.ladyada.net/library/arduino/bootloader.html Arduino Hacks: Bootloader Hacks]: maybe this could show how to integrate the bootloader with the program so we can upload new software from USB w/o physically touching the device | ** [http://www.ladyada.net/library/arduino/bootloader.html Arduino Hacks: Bootloader Hacks]: maybe this could show how to integrate the bootloader with the program so we can upload new software from USB w/o physically touching the device | ||
Zeile 64: | Zeile 71: | ||
** [[Metaboard]] | ** [[Metaboard]] | ||
** [[PCB CNC]] | ** [[PCB CNC]] | ||
** [[Avrprog-metaboard]] |