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
Last revisionBoth sides next revision
respo [2019/11/29 15:56] – [programming] yairrespo [2019/12/21 02:22] – [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]] +
-  *[[https://github.com/bitbank2/SmartResponseXE|Larry's SMART Response XE support library]] +
-  *[[https://github.com/ea/srxe_cc1101|Smart Response XE & CC1101]]+
  
 modified Arduboy library\\ modified Arduboy library\\
 {{youtube>6VqPGFtIT8Q?medium}} {{youtube>6VqPGFtIT8Q?medium}}
-====programming====+====Flashing====
 ===pinouts=== ===pinouts===
 <code> <code>
Line 45: Line 41:
 </code> </code>
 from [[https://pastebin.com/uFfBCQDG|pastebbin]], [[https://community.arduboy.com/t/smart-response-xe-re-purposed-into-arduboy/6094|source]] 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
  
  
-<code> 
 #connect ISP lines between USBASP and XEresponder #connect ISP lines between USBASP and XEresponder
 #connect USBISP V2 to pc #connect USBISP V2 to pc
 +<code>
 git clone https://github.com/bitbank2/SMART_bootloader 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:m /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:m
Line 59: Line 58:
  
 </code> </code>
 +
 ====Tools==== ====Tools====
 {{:pasted:20191129-130518.png}}\\ {{:pasted:20191129-130518.png}}\\
 [[https://www.ebay.com.au/itm/250546684662|pogo pins]] [[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]]