|
From: Maciej W. <wa...@gm...> - 2010-10-13 19:02:12
|
Hi Olivier, First mail to the list :) I've managed to connect CVS zigbit to CVS jackdaw recently. The CVS ZigBit code doesn't work with the Jackdaw straight out of the box. The ZigBit code (contiki/platform/avr-zigbit/contiki-avr-zigbit-main.c) in the CVS has RF Channel set to 24, and ravenusb (contiki/platform/avr-ravenusb/contiki-raven-main.c) has RF Channel set to 26. Zigbit code is simple: rf230_set_channel(24); Raven code uses: rf230_set_channel(get_channel_from_eeprom()); It doesn't seem to read 26 from the EEPROM - it takes the value set in rf230bb.h file. I haven't noticed any other problems. I use Win7. Regards Maciej Wasilak sixpinetrees.blogspot.com 2010/10/2 Olivier Fauchon <ol...@ai...> > Hi. > > > * What's the status for AVR-ZIGBIT ? > > It's in CVS for long, but still not in releases (no > contiki-2.4/platform/avr-zigbit ) > Will this code be merged to main releases ? Are there know issues with > avr-zigbit plateform ? > > > * What's the correct way to compile & flash example code on ZigBit > modules > > I compile & flash udp-ipv6 example this way: > > cd contiki-2.x/examples/udp-ipv6/ > make TARGET=avr-zigbit > sudo avarice --erase --verify -1 -g -j usb -p -f > udp-client.avr-zigbit > > Is that correct ? Can this work without bootloader ? > I can't see the IPV6 communications (NA/NS/RS) when sniff packets (on > raven usb stick ) > > I suspect Contiki OS not running on the module, any idea for > troubleshooting ? > > > * What about meshing ? > > Does Contiki supporting mesh networking ? > > If I run multiple contiki zigbit modules, will these modules > forward/route 6lowpan packets and then extend > my network range ? > > * Serial to 802.15.4 adapter with contiki > > Is there a Serial to 802.15.4 application for Contiki, so I can turn > my Zigbit into a cheap > 802.15.4 adapter ? > > Thanks ! > > > -- > Olivier Fauchon > www.oflabs.com > > > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Contiki-developers mailing list > Con...@li... > https://lists.sourceforge.net/lists/listinfo/contiki-developers > |