Skip to content

Detección del epicentro de una fuente de sonido con red de sensores inalámbricos.

License

Notifications You must be signed in to change notification settings

jebentancour/MoteSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoteSync

Detección del epicentro de una fuente de sonido con red de sensores inalámbricos.

esquema

Contiki-NG

Para bajarse Contiki-NG, abrir una terminal y ejecutar:

git clone https://github.com/contiki-ng/contiki-ng.git
cd contiki-ng
git submodule update --init --recursive

Hola mundo

Máquina nueva

Actualizar el GitHub:

cd /home/user/contiki
git config --global user.email federico.maximiliano.diaz@fing.edu.uy
git fetch origin
git pull origin master

Descargar ejemplos:

cd /home/user/contiki
git remote add iot-workshop https://github.com/alignan/contiki
git fetch iot-workshop
git checkout iot-workshop

Correr:

git submodule update --init

Compilar ejemplos

cd contiki/examples/zolertia/tutorial/01-basics/
make TARGET=zoul savetarget
make 01-hello-world BOARD=remote-revb
sudo make 01-hello-world.upload MOTES=/dev/ttyUSB0
sudo make login MOTES=/dev/ttyUSB0
make 02-led-and-button BOARD=remote-revb 
sudo make 02-led-and-button.upload MOTES=/dev/ttyUSB0 NODEID=0x0014
sudo make login MOTES=/dev/ttyUSB0

Cambiar la radio

En el project-conf poner:

#undef  NETSTACK_CONF_RADIO
#define NETSTACK_CONF_RADIO         cc1200_driver
#define NETSTACK_CONF_RDC           nullrdc_driver
#define CC1200_CONF_USE_GPIO2       1
#define CC1200_CONF_USE_RX_WATCHDOG 0
#define ANTENNA_SW_SELECT_DEF_CONF  ANTENNA_SW_SELECT_SUBGHZ
#define RPL_MRHOF_CONF_MAX_LINK_METRIC 10000

Zolertia Getting Started

Pines

Remote-revB

Pines ADC

About

Detección del epicentro de una fuente de sonido con red de sensores inalámbricos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages