Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
respo [2019/11/29 15:03] yairrespo [2019/12/21 02:22] (current) – [Flashing] yair
Line 1: Line 1:
-====Links==== +====firmware==== 
-  *[[https://hackaday.com/tag/smart-response-xe/|hackaday tags]] +  *[[https://github.com/ea/srxe_cc1101|srxe_cc1101]]
-  *[[https://bitbanksoftware.blogspot.com/2018/09/my-adventures-in-writing-ota-bootloader.html|writing an OTA bootloader for the ATmega128RFA1]] +
-  *[[https://community.arduboy.com/t/smart-response-xe-re-purposed-into-arduboy/6094|Smart Response XE Re-purposed into Arduboy]] +
-  *+
  
-====programming====+modified Arduboy library\\ 
 +{{youtube>6VqPGFtIT8Q?medium}} 
 +====Flashing====
 ===pinouts=== ===pinouts===
 <code> <code>
Line 41: Line 40:
  6 - GND  6 - GND
 </code> </code>
-from [[https://pastebin.com/uFfBCQDG|smartresponsexe-pinouts-v2]]+from [[https://pastebin.com/uFfBCQDG|pastebbin]], [[https://community.arduboy.com/t/smart-response-xe-re-purposed-into-arduboy/6094|source]] 
 ===USBASP V2.0=== ===USBASP V2.0===
-{{:usbasp-v2.0-idc-pinout.png?300}}\\ +{{:usbasp-v2.0-idc-pinout.png?300}} 
-found [[https://tosiek.pl/usbasp-v2-0-warning-cannot-set-sck-period/|here]]+ 
 +eereta: 
 +  *found [[https://tosiek.pl/usbasp-v2-0-warning-cannot-set-sck-period/|here]] 
 +  *does not support its tx/rx ports - see usbasp_tty for 2015 windows exe 
 + 
 + 
 +#connect ISP lines between USBASP and XEresponder 
 +#connect USBISP V2 to pc 
 +<code> 
 +git clone https://github.com/bitbank2/SMART_bootloader 
 +/bin/avrdude -C/etc/avrdude.conf -v -patmega128rfa1 -cusbasp -Pusb -e -Ulock:w:0x3F:m -Uefuse:w:0xF5:m -Uhfuse:w:0xD8:m -Ulfuse:w:0xFF:
 +/bin/avrdude -C/etc/avrdude.conf -v -patmega128rfa1 -cusbasp -Pusb -Uflash:w:./SMART_bootloader/ATmegaBOOT_atmega128rfa1.hex:i -Ulock:w:0x0F:
 +</code> 
 + 
 + 
 +====srxe_cc1101==== 
 +[[https://github.com/ea/srxe_cc1101|srxe_cc1101 hookup]] 
 + 
 +{{:pasted:20191221-001729.png}} 
 +====Tools==== 
 +{{:pasted:20191129-130518.png}}\\ 
 +[[https://www.ebay.com.au/itm/250546684662|pogo pins]] 
 + 
 +====Links==== 
 +  *[[https://hackaday.com/tag/smart-response-xe/|hackaday tags]] 
 +  *[[https://bitbanksoftware.blogspot.com/2018/09/my-adventures-in-writing-ota-bootloader.html|writing an OTA bootloader for the ATmega128RFA1]] 
 +  *[[https://community.arduboy.com/t/smart-response-xe-re-purposed-into-arduboy/6094|Smart Response XE Re-purposed into Arduboy]] 
 +  *[[https://github.com/bitbank2/SmartResponseXE|Larry's SMART Response XE support library]]