Changes between Version 113 and Version 114 of ElekTronik
- Timestamp:
- 12/09/2015 04:31:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ElekTronik
v113 v114 126 126 * https://communities.intel.com/docs/DOC-23391 - Easy Start 127 127 128 * wetter.ottenbeck.org128 * cvow52.ottenbeck.org 129 129 * http://thule.mine.nu/html/about.html 130 130 * http://www.hameister.org/RaspberryPi_Wetterstation.html … … 238 238 == Beschaltung == 239 239 240 * Polling Eval Board241 * Programmierung TTYUSB0 via ISP (nicht RS232 an der Platine!)242 * sudo avrdude -p m8 -c ponyser -P /dev/ttyUSB0 -v -U flash:w:foobar.hex243 244 240 * Max3232-Pegelwandler (Lochraster) 245 241 * (TTL) TX RX (RS232) TX RX x x CTS x x GND x +3.3V … … 249 245 * usb2seriell: avrdude -p m169 -c butterfly -P /dev/ttyUSB0 -U flash:w:main.hex 250 246 251 * ISP-Adapter252 * http://rumil.de/hardware/avrisp.html253 * Welche Leiste nutzen?254 * Ueber Stecker geblickt: rechts255 * Kabel ISP-Seite an ISP-Adapter Board=zu programmierende Schaltung256 257 247 * http://www.elektron-bbs.de/elektronik/kabel/kfz/index.htm - Autoradio 258 248 259 * Butterfly-ISP - von SUB an 6pol260 * 06 - 1k - 3 SCK261 * 07 - 1k - 4 MOSI262 * 09 - xx - 2 Reset263 * 10 - xx - 5 MISO264 * 24/25 - xx - 1 GND265 266 * Butterfly-ISP - von SUB an 6pol267 268 {{{269 # /etc/avrdude.confn270 # http://s-huehn.de/elektronik/avr-prog/avr-prog.htm271 programmer272 id = "swppi";273 desc = "Simple wire parallel port interface for ISP connector";274 type = par;275 sck = 6;276 mosi = 7;277 miso = 10;278 reset = 9;279 ;280 281 }}}282 283 249 == kraftwerk == 284 * GPIO 4 = Gassensor (hothotpiper.rb) 250 * GPIO 4 = Gassensor 251 * GPIO 11 = Stromsensor 285 252 286 253 == R csd ==