MicaZ Quick Start
First, install the normal Nano-RK toolchain, but instead of using avrdude to download, you will need to install uisp. The MIB520 should work with uisp set to use the MIB510 (if MIB520 is not supported). The MIB520 works well under linux, but may be problematic using cygwin.
For Linux:
- Download uisp if you are using linux or uisp-mib510.exe if using cygwin in windows and copy it to /usr/local/bin/uisp. This uisp version is patched by Phil Buonadonna and David Gay to support MIB510.
- Make sure uisp has permission to execute. As root type:
// go to the directory where you downloaded uisp mv uisp /usr/local/bin chmod +x /usr/local/bin/uisp
- The MIB510 and MIB520 require permissions to access the serial port
- As root, make sure you add your user name to the uucp group for serial port access. (edit /etc/group then you need to log out and in again)
- You will need to use a terminal program to see serial output.
- 115200 8N1 with no Hardware / Software Flow Control (The baudrate is defined by nrk_setup_uart())
- In linux we suggest using Minicom. Instructions can be found here: Minicom
- Make sure uisp has permission to execute. As root type:
- Edit the makefile for the project you wish to compile changing the PLATFORM variable to micaZ
# Platform name cc2420DK, firefly, micaZ PLATFORM = micaZ
- Enjoy!
Attachments
- uisp (83.6 kB) -
linux executable uisp with support for mib510
, added by npereira on 03/06/07 11:20:08. - uisp-mib510-20050207 (92.8 kB) -
widows (cygwin) executable uisp with support for mib510
, added by npereira on 03/06/07 11:50:39. - uisp-mib510.exe (1.0 MB) -
uisp for MIB510 in cygwin
, added by agr on 06/26/07 12:50:03.
