User Tools

Site Tools


oak:tutorials:serialupdate

Differences

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

Link to this comparison view

Next revision
Previous revision
oak:tutorials:serialupdate [2016/03/21 22:16]
digistump created
oak:tutorials:serialupdate [2018/01/23 02:02] (current)
szalap Added a mention about Windows Defender on Windows 10
Line 11: Line 11:
  
 Windows: Windows:
-Use the exe provided and you do not need to install any other software.+Use the exe provided and you do not need to install any other software. On Windows 10 the exe file is recognized as a threat by built-in Windows Defender and instantly quarantined. Disable Windows Defender or add the file to exceptions.
  
  
Line 30: Line 30:
 ====== Connecting Your Oak ====== ====== Connecting Your Oak ======
  
-To program your Oak over serial, you will want to connect the GND of your USB-Serial Adapter to the Oak's GND, RX to TX, TX to RX, and P2 (on the Oak) to GND (on the Oak). You can then power the Oak via the on-board ​MicroUSB ​slot, or by providing appropriate power to the VIN or VCC pins. +To program your Oak over serial, you will want to connect the GND of your USB-Serial Adapter to the Oak's GND, RX to TX, TX to RX, and P2 (on the Oak) to GND (on the Oak). You can then power the Oak via the on-board ​Micro USB slot, or by providing appropriate power to the VIN or VCC pins. 
  
-//Needs pic of an adapter here, and some more detailed ​explaination ​of pin connections//​+<​code>​ 
 +Adapter ​    Oak 
 +--------------- 
 +GND     ​-> ​ GND 
 +RX      ->  TX 
 +TX      ->  RX 
 +VCC     ​-> ​ VIN/VCC (only if not powered over USB) 
 +            P2 -> GND 
 +</​code>​ 
 + 
 +//Needs pic of an adapter here, and some more detailed ​explanation ​of pin connections//​
  
 ====== Downloading the Programmer Script and Lastest Update ====== ====== Downloading the Programmer Script and Lastest Update ======
  
-Download the latest firmware image here: https://oakota.digistump.com/firmware/​firmware_v1.bin ​(ignore the SSL error to download, you'll see the certificate is registered to us at digistump.com)+Download the latest firmware image here: https://​digistump.com/​firmware_v1.bin ​ 
 + 
 +<​code>​ 
 +wget https://digistump.com/​firmware_v1.bin 
 +</​code>​
  
 Download the latest programming script here: https://​github.com/​digistump/​OakRestore/​archive/​master.zip Download the latest programming script here: https://​github.com/​digistump/​OakRestore/​archive/​master.zip
oak/tutorials/serialupdate.1458623784.txt.gz · Last modified: 2016/03/21 22:16 by digistump