Difference between revisions of "User:Djmaster"
m |
m |
||
Line 1: | Line 1: | ||
[[File:RJ45Buchse_Pinout.png|400px|thumb|RJ45 Buchse]] | [[File:RJ45Buchse_Pinout.png|400px|thumb|RJ45 Buchse]] | ||
− | + | ||
Line 36: | Line 36: | ||
==Die Software== | ==Die Software== | ||
− | + | [[File:Ethersex det ssr.png|400px|thumb|die Theorie]] | |
+ | [[File:Hausbus v1.JPG|400px|thumb|die Praxis]] | ||
===TFTP-Bootloader & Fuses=== | ===TFTP-Bootloader & Fuses=== | ||
Line 83: | Line 84: | ||
File:3_mosfets.jpg | File:3_mosfets.jpg | ||
File:4_schaltung_fet.png | File:4_schaltung_fet.png | ||
− | |||
− | |||
− | |||
− | |||
− | |||
File:IMG_5286.JPG | File:IMG_5286.JPG | ||
File:IMG_6592.JPG | File:IMG_6592.JPG | ||
File:IMG_6594.JPG | File:IMG_6594.JPG | ||
File:S0-zaehler_img.JPG | File:S0-zaehler_img.JPG | ||
+ | File:Esex sensor1.JPG | ||
</gallery><br> | </gallery><br> | ||
Revision as of 06:46, 26 September 2012
Contents
Person
Nick im IRC: djmaster oder djmaster2
Web: http://wiki.senseye.org/
Bauteile
Für Etherrape Module
Die SoftwareTFTP-Bootloader & FusesMenuconfig: │ │ Load a Default Configuration ---> │ │ [*] Ethernet Bootloader │ │ Network ---> │ │ [*] Ethernet (ENC28J60) support ---> │ │ Etherrape IP address: "192.168.12.220" │ │ Netmask: "255.255.255.0" │ │ [*] UDP support │ │ [*] UDP broadcast support │ │ Applications ---> │ │ [*] TFTP support ---> │ │ Bootloader configuration ---> │ │ [*] TFTP-o-matic │ │ --- TFTP-o-matic configuration │ │ TFTP IP address: "192.168.12.120" │ │ TFTP image to load: "ethersex.bin" make clean && make --> ethersex.hex =======The ethersex project======== Compiled for: atmega644 at 20000000Hz Imagesize: 6064/65536 bytes (9.25%) [==----------------------------] Program (.text + .data) : 6064 bytes Data (.data + .bss) : 826 bytes =================================== sudo avrdude -cusbasp -pm644 -U lfuse:w:0xff:m -U hfuse:w:0xd8:m -U efuse:w:0xfc:m sudo avrdude -cusbasp -pm644 -U flash:w:ethersex.hex sudo avrdude -cusbasp -pm644 -U lock:w:0x0F:m Achtung bei den SMD Typen vom mega644, ich habe mega644P bekommen, wobei ich jetzt nicht weiß ob die SMD immer P Typen sind. Egal das Problem ist man sollte avrdude genau lesen und auch "-p m644p" anhängen da der P Type eine andere Signatur aufweist. Hat mich ne Stunde gekostet. ;)
BilderTestsystemProbleme25.1.2011 - ethersex mit m644 und 32khz uhrenquarz. <obiflix> du könntest https://github.com/ethersex/ethersex/commit/da511f074940423e8e8ef7ee67ca20e6d91f608c rückgängig machen <obiflix> möglicherweise bekommst du dann probleme mit dcf77, falls du das nutzen möchtest, aber einen versuch ist es wert ;) Notiz: Hat funktioniert für den MEGA644 Update#1 master Erik Kunze * ae3ef98 (2 files in 1 dirs): use timer makros for prescaler 64 (32768Hz/256/64=2Hz) - http://bit.ly/eG2d4c --- DCF muss noch getestet werden |