Changes between Version 113 and Version 114 of ElekTronik


Ignore:
Timestamp:
Dec 9, 2015, 4:31:00 PM (8 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ElekTronik

    v113 v114  
    126126  * https://communities.intel.com/docs/DOC-23391 - Easy Start
    127127
    128  * wetter.ottenbeck.org
     128 * cvow52.ottenbeck.org
    129129  * http://thule.mine.nu/html/about.html
    130130  * http://www.hameister.org/RaspberryPi_Wetterstation.html
     
    238238== Beschaltung ==
    239239
    240  * Polling Eval Board
    241   * Programmierung TTYUSB0 via ISP (nicht RS232 an der Platine!)
    242   * sudo avrdude -p m8 -c ponyser -P /dev/ttyUSB0 -v -U  flash:w:foobar.hex
    243 
    244240 * Max3232-Pegelwandler (Lochraster)
    245241  * (TTL) TX RX (RS232) TX RX x x CTS x x GND x +3.3V
     
    249245  * usb2seriell: avrdude -p m169 -c butterfly -P /dev/ttyUSB0 -U flash:w:main.hex
    250246
    251  * ISP-Adapter
    252   * http://rumil.de/hardware/avrisp.html
    253   * Welche Leiste nutzen?
    254   * Ueber Stecker geblickt: rechts
    255   * Kabel ISP-Seite an ISP-Adapter Board=zu programmierende Schaltung
    256 
    257247 * http://www.elektron-bbs.de/elektronik/kabel/kfz/index.htm - Autoradio
    258248
    259  * Butterfly-ISP - von SUB an 6pol
    260   * 06 - 1k - 3 SCK
    261   * 07 - 1k - 4 MOSI
    262   * 09 - xx - 2 Reset
    263   * 10 - xx - 5 MISO
    264   * 24/25 - xx - 1 GND
    265 
    266  * Butterfly-ISP - von SUB an 6pol
    267 
    268 {{{
    269 # /etc/avrdude.confn
    270 # http://s-huehn.de/elektronik/avr-prog/avr-prog.htm
    271 programmer
    272   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 
    283249== kraftwerk ==
    284  * GPIO 4 = Gassensor (hothotpiper.rb)
     250 * GPIO 4 = Gassensor
     251 * GPIO 11 = Stromsensor
    285252
    286253== R csd ==