TinyOS -- An open-source OS for sensor networks First European TinyOS Technology Exchange (ETTX 2009),
February 10th, Cork, Ireland

TinyOS Site

WWW

Getting MAC Address from MICAz mote
 
By ywu, Section Blogs
Thu Oct 6th, 2005 at 04:16:41 PM PST
Can someone tell me how to retrieve MAC address from MICAz mote ? Thanks,

< TinyOS 2.x installation problems (3 comments) | Tone detector Interrupt on micaz (4 comments) >
Display: Sort:

replying to previous comment (2.00 / 1) (#6)
by calabriadokop on Fri Jun 8th, 2007 at 05:40:45 AM PST
(User Info)

treo gps software software testing chennai online spiele action tanzschuhe accessoires uhrzeit hong kong berlin liebe box 360 spiele kopieren lotto south lottery kredit magazin de kleid damen autohaus mitsubishi hotel california palo alto fake hits website cisco 2524 router toskana urlaub landhaus autos reisen fuerteventura wohnungen portugal kerry jobs videos fur handy konvertieren tetris spiel gratis pokerstars download mauritius ferien de dental preise ford escort rs 2000 tuning arbeitsrecht praktikum freundschaft kinder ocean hotel miami tiere lexikon radio scanner frequency list stuttgart ticket



CC2420 Read RAM (none / 0) (#1)
by JaRog42 on Tue Jan 3rd, 2006 at 12:09:47 PM PST
(User Info)

The address of a MICAz mote is stored in the RAM memory space of the CC2420 radio. If you visit the Chipcon website, you can download the CC2420 Datasheet that explains how to read and write to RAM to access this info. Currently, tinyos only supports writing to RAM. Writing code to read is trivial, once you look at the write code and the data sheet.



really? (none / 0) (#2)
by deymious (deymious [at] research [dot] rutgers [dot] edu) on Sun Jan 22nd, 2006 at 10:43:35 AM PST
(User Info) http://paul.rutgers.edu/~deymious/

I need to do much the same thing under telos (not micaz), although it seems that tinyos-1.x has that capability. You may want to investigate the HPLCC2420C component and the HPLCC2420RAM interface. The HPLCC2420RAM interface's source code can be found in: $TOSROOOT/tos/lib/CC2420Radio/HPLCC2420RAM.nc

The HPLCC2420RAM interface specifies the following function: result_t read(uint16_t addr, uint8_t length, uint8_t *buffer)

You would need to know how to FIND the MAC address though in the CC2420 sea of values, but the datasheet should help there.

I haven't used the interface yet, but it seems to provide the functionality you need.

BTW... I found this code by using the TOS documentation generation feature. If you go to $TOSROOT/apps/TOSBase and run 'make doc <your platform>', you'll get a wealth of information including helpful wiring diagrams and source code locations pertaining to TOS radio communication generated for you under $TOSROOT/doc/nesdoc/<your platform>

... incredibly useful.



replying to previous comment (none / 0) (#3)
by Irwinappam on Wed Feb 21st, 2007 at 12:27:07 PM PST
(User Info)

television news website lustige handy videos kostenlos hotels in dublin city center routenplaner city externe festplatte 250gb test ersatzteil spulmaschine appartement osterreich private frauen zeigen alles neuwagen passat wettervorhersage mainz playstationspiele auf computer wettervorschau kroatien haftpflichtversicherung lvm italienische nachspeisen hotmail email attachment size catalogos accesorios tuning reviews of hotels in rome xbox 360 spiele videos nur flug nach bangkok frauen die einen mann suchen mortgage website templates iconos movibles para messenger tamagotchi fur das handy rollrasen wien bilder download sonne siti foto fuyball wm total borse di studio medici access computer network montar server ragnarok



replying to previous comment (none / 0) (#4)
by Irwinappam on Fri Mar 2nd, 2007 at 01:36:54 AM PST
(User Info)

subversion server fedora tpg post shipping crazy lyrics gnarl metal music wallpapers bahamas reisefuhrer bankleitzahlen ausland mietwohnungen erfurt spiele flash games radio shack chicago witzige fotos von huhner steuern ubersicht cisco router dhcp server pda golf radio country fm hydraulic design software girokonto online vergleich geschenke basteln malvorlagen einer blume dusseldorf antalya data recovery software linux kleine nils handy sip server name top rated dvd copy software computer gateways hannover 29.03 cisco vpn server single stroke pneumatic performance evaluation model deutschland gewasser flug hamburg munster



replying to previous comment (none / 0) (#5)
by calabriadokop on Thu Apr 5th, 2007 at 06:34:51 AM PST
(User Info)

zanaflex renova levothyroxine vioxx



Display: Sort:
Site menu
Downloads and Releases
    Installing TinyOS
    Release news

Documentation
    Documentation Wiki
    Using TinyOS
    TinyOS Tutorials

Support
    FAQ
    Mail List Archives

Development
    Working Groups
    Sourceforge CVS
    Report a Bug
    Contributing Code

Community
    TinyOS Alliance (PDF)
    Mailing Lists
    TTX
    TinyOS Projects
    User Statistics
    Job Postings
    TinyOS 1.1 (no active support)

News and Login
    News
    Create Account
     Submit Story (account required)

Login
Make a new account
Username:
Password:

Related Links
· ywu's Diary

replying to previous comment (2.00 / 1) (#6)
by calabriadokop on Fri Jun 8th, 2007 at 05:40:45 AM PST
(User Info)

treo gps software software testing chennai online spiele action tanzschuhe accessoires uhrzeit hong kong berlin liebe box 360 spiele kopieren lotto south lottery kredit magazin de kleid damen autohaus mitsubishi hotel california palo alto fake hits website cisco 2524 router toskana urlaub landhaus autos reisen fuerteventura wohnungen portugal kerry jobs videos fur handy konvertieren tetris spiel gratis pokerstars download mauritius ferien de dental preise ford escort rs 2000 tuning arbeitsrecht praktikum freundschaft kinder ocean hotel miami tiere lexikon radio scanner frequency list stuttgart ticket



CC2420 Read RAM (none / 0) (#1)
by JaRog42 on Tue Jan 3rd, 2006 at 12:09:47 PM PST
(User Info)

The address of a MICAz mote is stored in the RAM memory space of the CC2420 radio. If you visit the Chipcon website, you can download the CC2420 Datasheet that explains how to read and write to RAM to access this info. Currently, tinyos only supports writing to RAM. Writing code to read is trivial, once you look at the write code and the data sheet.



really? (none / 0) (#2)
by deymious (deymious [at] research [dot] rutgers [dot] edu) on Sun Jan 22nd, 2006 at 10:43:35 AM PST
(User Info) http://paul.rutgers.edu/~deymious/

I need to do much the same thing under telos (not micaz), although it seems that tinyos-1.x has that capability. You may want to investigate the HPLCC2420C component and the HPLCC2420RAM interface. The HPLCC2420RAM interface's source code can be found in: $TOSROOOT/tos/lib/CC2420Radio/HPLCC2420RAM.nc

The HPLCC2420RAM interface specifies the following function: result_t read(uint16_t addr, uint8_t length, uint8_t *buffer)

You would need to know how to FIND the MAC address though in the CC2420 sea of values, but the datasheet should help there.

I haven't used the interface yet, but it seems to provide the functionality you need.

BTW... I found this code by using the TOS documentation generation feature. If you go to $TOSROOT/apps/TOSBase and run 'make doc <your platform>', you'll get a wealth of information including helpful wiring diagrams and source code locations pertaining to TOS radio communication generated for you under $TOSROOT/doc/nesdoc/<your platform>

... incredibly useful.



replying to previous comment (none / 0) (#3)
by Irwinappam on Wed Feb 21st, 2007 at 12:27:07 PM PST
(User Info)

television news website lustige handy videos kostenlos hotels in dublin city center routenplaner city externe festplatte 250gb test ersatzteil spulmaschine appartement osterreich private frauen zeigen alles neuwagen passat wettervorhersage mainz playstationspiele auf computer wettervorschau kroatien haftpflichtversicherung lvm italienische nachspeisen hotmail email attachment size catalogos accesorios tuning reviews of hotels in rome xbox 360 spiele videos nur flug nach bangkok frauen die einen mann suchen mortgage website templates iconos movibles para messenger tamagotchi fur das handy rollrasen wien bilder download sonne siti foto fuyball wm total borse di studio medici access computer network montar server ragnarok



replying to previous comment (none / 0) (#4)
by Irwinappam on Fri Mar 2nd, 2007 at 01:36:54 AM PST
(User Info)

subversion server fedora tpg post shipping crazy lyrics gnarl metal music wallpapers bahamas reisefuhrer bankleitzahlen ausland mietwohnungen erfurt spiele flash games radio shack chicago witzige fotos von huhner steuern ubersicht cisco router dhcp server pda golf radio country fm hydraulic design software girokonto online vergleich geschenke basteln malvorlagen einer blume dusseldorf antalya data recovery software linux kleine nils handy sip server name top rated dvd copy software computer gateways hannover 29.03 cisco vpn server single stroke pneumatic performance evaluation model deutschland gewasser flug hamburg munster



replying to previous comment (none / 0) (#5)
by calabriadokop on Thu Apr 5th, 2007 at 06:34:51 AM PST
(User Info)

zanaflex renova levothyroxine vioxx



-->

Comments are owned by the Poster. The Rest © 2004 UC Berkeley.

create account | faq | search