User Tools

Site Tools


doc:crazyflie:dev:starting

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
doc:crazyflie:dev:starting [2016-03-18 01:52]
whoenig Add information about how to use SEGGER J-Link
doc:crazyflie:dev:starting [2020-05-12 14:16] (current)
kimberly
Line 1: Line 1:
 +<WRAP center round important 60%>
 +This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https://www.bitcraze.io/documentation/system/]]
 +</WRAP>
 +
 +
 ====== Getting started developing for Crazyflie ====== ====== Getting started developing for Crazyflie ======
  
Line 129: Line 134:
 ===== Contributing code back ===== ===== Contributing code back =====
 ===== Finding more information ===== ===== Finding more information =====
 +===== Tips and Tricks =====
 +==== Reset EEPROM ====
 +The EEPROM stores configuration data, which persists even after a firmware update. You might want to reset this information. For example, if you forget the address of your Crazyflie, you won't be able to connect wirelessly anymore. In order to reset the EEPROM, follow the following steps:
 +  - Unplug your Crazyradio
 +  - Connect the Crazyflie to the PC using a USB-cable
 +  - Execute the following from the examples of [[https://github.com/bitcraze/crazyflie-lib-python|crazyflie-lib-python]]:
 +<code>
 +python3 write-eeprom.py
 +</code>
 +    
 +
 +This will find your first Crazyflie (which is the one you connected over USB) and write the default values to the EEPROM.
  
  
doc/crazyflie/dev/starting.1458262366.txt.gz · Last modified: 2016-03-18 01:52 by whoenig