• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Low Power RF & Wireless Connectivity » Low Power RF ZigBee® Software & IEEE 802.15.4 Forum » All Tags » ZStack 2.3.0 SensorDemo
Share
Low Power RF & Wireless Connectivity
  • Forums
  • Announcements
  • Files
  • E2E Wiki

Browse by Tags

Low Power RF & Wireless Connectivity

Welcome to the Low Power RF & Wireless Connectivity Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
ZStack 2.3.0 SensorDemo
  • 2530
  • 802.15.4
  • CC2530
  • CC2530 ZNP
  • CC2530 Z-Stack ZigBee
  • cc2530zdk
  • CC2530ZNP
  • Coordinator
  • end device
  • iar
  • IEEE 802.15.4
  • SmartRF04EB
  • SmartRF05EB
  • timac
  • z_stack
  • z_stack cc2530
  • zigbee
  • ZigBee 2007
  • ZigBee PRO
  • ZStack
  • Z-Stack
  • z-stack 1.4.3
  • Z-Stack 2.3.0
  • Z-Stack 2.3.0 CC2530
  • СС2530
Related Posts
  • Forum Post: SensorDemo application not working in ZStack 2.3.0???

    Amit40228 Amit40228
    Hi, I have bought a CC2530ZDK. For many days I was using the Sensor Demo sample program that can be used with the kit in ZStack 2.2.2.. Today I installed Z-Stack 2.3.0. Surprisingly, I found that the SensorDemo sample program does not work in ZStack 2.3.0. It does not give any error during compilation...
    on Jan 31, 2010
  • Forum Post: ZigBee Fragmentation

    Elian Lima Elian Lima
    Hello, Does someone know how to enable the fragmentation on the Z-Stack 2.3.0 for the CC2530? Because I triyng to do this but the data is not being fragmented. I'm using the SensorDemo Template. Is there any other thing i have to do in addition to the Compile options and the procces and Init...
    on Mar 23, 2010
  • Forum Post: A problem about Joystick at CC2530EM and SmartRF05EB

    Zhai Yihua Zhai Yihua
    I am using the SmartRF05 and CC2530EM for Sensor Demo project, Z-stack 2.3, in the CC2530ZDK Sensor Demo User’s Guide said that Power up the collector node that is connected to the PC (the gateway node). Press joystick center and hold it pressed during power up to bypass NV information i.e. start...
    on Mar 24, 2010
  • Forum Post: Re: Question on SensorDemo end device, why are LED1~3 on SmartRF05EB blinking?

    Yiliang Bao Yiliang Bao
    Hi, After I change the key input checking from polling to interrupt, the LEDs are not blinking as fast. However, there remains an event that happens once every second. The event has task_id equal to 1 (nwk), and event_flag equal to 1 (NWK_AUTO_POLL_EVT). I do not understand much the internal of...
    on Apr 27, 2010
  • Forum Post: Re: How to set the CC2530 output power to 4.5dBm

    Zhai Yihua Zhai Yihua
    Hi Leo, Very thanks, but need your great help more, I found the API as extern ZMacStatus_t ZMacSetTransmitPower( ZMacTransmitPower_t level ); at ZMAC.h , but I don't know how to use it at where and when. I regard that the Sensor Demo project just set the output powre at 1dBm, the TXPOWER=0xD5...
    on May 7, 2010
  • Forum Post: how to write and read some thing from NV_Flash at ZCD_NV_USERDESC

    Zhai Yihua Zhai Yihua
    Dear Friends, Need your great help to solve this problem: how to write something to the NV_flash at defined at ZStack as follow, I am using CC2530 and ZStack 2.3.0. -------------------------------- ZCD_NV_USERDESC Configuration ID: 0x0081; Size: 17bytes; Default value: zero An optional 16bytes...
    on May 12, 2010
  • Forum Post: Please help for HalFlashWrite

    Zhai Yihua Zhai Yihua
    Dear, I am using TIMAC and CC2530 for development, I want to write some butes to FLASH, and the proram as follow: Write_address_2 = ( offset>>2 ) + ( (uint16)page<<9 ); HalFlashWrite(Write_address_2, Buf_2, Write_cnt); I checked the HalFlashWrite function at hal_flash.h, and this...
    on Oct 2, 2010
  • Forum Post: CC2530-CC2591EMK transmission range

    Yanfeng Gong47462 Yanfeng Gong47462
    Hi I am running the ZStack-based Sensor Demo project on two CC2530-CC22591evaluation boards. The effective transmission range between two nodes is only about 200 meters light-of-sight (600 feet). Beyond this distance, communication was halted between two nodes. In the project, I did enable the #define...
    on Oct 8, 2010
  • Forum Post: Porting SensorDemo- SensorEB to the CC2530ZNP board

    J. Silva J. Silva
    Is there anyway to do this quickly either entirely on the CC2530 or porting the application onto the MSP430 so I have access to the button to trigger a new node joining. Is the hardware setup such that I can program the CC250 as if it was a CC2530EM?
    on Jun 27, 2011
  • Forum Post: Maximum time before returning to osal_start_system???

    Kevin Christie Kevin Christie
    I am using TIMAC V1.3.1. What is the maximum time I have for my application before returning to osal_start_system()? Another words, how often do I have to let the osalTimeUpdate(); within the osal_start_system happen for my events to stay on track+accurate? Thanks!
    on Aug 17, 2011
  • Forum Post: Sensor demo application: send gate way report

    Leila Keyvani Leila Keyvani
    Hello, I have worked with sensor demo application with CC2530ZDK. I can see logged data file in the sensor monitor software. In DemoCollector.c the function sendGtwReport prepares the frame to be sent over UART. going through this function it has the length of 15 with clear explanation of the data...
    on Aug 31, 2011
  • Forum Post: polling rate

    Leila Keyvani Leila Keyvani
    Hello, I am developing my code based on sensor demo app in CC2530. I have a question about polling rate. I understand that POLL_RATE defines the number of milliseconds to do sth but I cannot understand what exactly happens when an ED send data request polls to it's parent? and what happens if...
    on Sep 1, 2011
  • Forum Post: Sensor demo application: parentShortAddress

    Leila Keyvani Leila Keyvani
    Hi every one, I am using sensor demo application on cc2530ZDK. I have a question regarding the last bytes of packet sent by the ED. it is parentShortAddress, I thought I only need to put my own data in the packet then rest (adding the address of parent etc.) is done automatically. Is this always the...
    on Aug 31, 2011
  • Forum Post: Sensor demo app: interrupt service based UART configuration

    Leila Keyvani Leila Keyvani
    Hello, as I am developing my application based on sensor demo app on cc2530 which uses zigbee pro stack profile, I faced a question regarding uart baud rate, I would like to use higher baud rate such as 230400bps. I made desired modification, however there is one thing I still do not know what does...
    on Sep 16, 2011
  • Forum Post: sensor application: MAC_MAX_FRAME_SIZE

    Leila Keyvani Leila Keyvani
    Hello all, What can be the maximum number we can use for MAC_MAX_FRAME_SIZE, if I want to send a 100-byte net data over the air( I want the length of my application data be 100 bytes). Thanks in advance, Leila
    on Sep 16, 2011
  • Forum Post: Re: Sensor demo app: increasing reporting rate

    Leila Keyvani Leila Keyvani
    Igor, Regarding disabling ADC, I only managed to send virtual data so there is no ADC used. Did not resolve. I could only receive 4 packets then ED does not send packets regularly instead sends once in a while. it seems like there is no problem with ADC. I am also thinking of increasing polling rate...
    on Sep 22, 2011
  • Forum Post: Re: Sensor demo app: increasing reporting rate

    Leila Keyvani Leila Keyvani
    Hi Igor, As you said, I replaced the loop and ADC part with LED. it works fine for and ED and coord.(in my case gateway or concentrator) Now I added a router to my network so ED->router->gateway. I see led stops toggling after almost 3000packets. gateway displays "match desc req, response...
    on Sep 26, 2011
  • Forum Post: Not receiving Ack in a short range communication

    Leila Keyvani Leila Keyvani
    Hello, an ED and gateway (in sensor demo app) which are binded are located in a close range. As I try to send data, most of the time I do not get ack from gateway and this leads my ED to stop reporting and try to find another gateway. eventually finds the same gateway and the story repeats. Does any...
    on Sep 26, 2011
  • Forum Post: Sensor demo app: increasing reporting rate

    Leila Keyvani Leila Keyvani
    Hi, I want to go to the maximum limit that a packet of 99 bytes can be sent using sensor demo app on cc2530ZDK. I have one ED and one coordinator. the initial value of reporting data is 2000 msec. polling rate and all other values are default except for the packet size which is 99 bytes. My application...
    on Sep 21, 2011
  • Forum Post: Sensor demo application: sequential ADC conversion triggered by timer

    Leila Keyvani Leila Keyvani
    Hello, I would like to change the current configuration of ADC used in the Sensor demo application from TI for CC2530 on Zstack. I would like to have sequential conversions on all channels of ADC to be triggered by a timer. I am not quite sure how this can be added to the current sensor code ( How...
    on Oct 28, 2011
  • Forum Post: DMA

    Leila Keyvani Leila Keyvani
    Hello all, Having the DMA triggered by the timer 1 ch 0 to read some fixed data from the memory, I see some issues with that. I am using CC2530 and the application is in the Zstack using the sensor demo app as the template. Here is the problem, DMA starts moving a couple first data to the memory then...
    on Nov 17, 2011
  • Forum Post: End Device not Transmitting

    Leila Keyvani Leila Keyvani
    Hello, I wonder in what circumstances an ED that has already bound to a coordinator in zstack might not TX a message? looking at the code it seems like if appState = APP_REPORT it will TX other wise even if I have a message ready it will not. so when appState might not be equal to APP_REPORT? Thanks...
    on Nov 21, 2011
  • Forum Post: Binding (Sensor network application)

    Leila Keyvani Leila Keyvani
    Hello all, I have a small network of an ED and a collector (in sensor network application a gateway) and a router that are based on Zigbee pro. This application is based on the sensor demo app by TI, ED binds to router and router binds to coordinator. Question: Do they have to refresh their binding...
    on Sep 26, 2011
  • Forum Post: CC2530 Energy Scan Failed

    Dh Sh Dh Sh
    Folks, In my environment I have a lot of WiFi interference and after a lot of debugging it seems like channel switching is not happening correctly. The TI out of box module which I use as co-ordinator shows me error: "Energy Scan Failed". Is this something to worry about. It may see the...
    on Dec 2, 2011
  • Forum Post: How long it takes for 126 byte packet to be delivered?

    Leila Keyvani Leila Keyvani
    Hi all, I have a 99-byte data in a packet on Zigbee pro, one ED, one router and one gateway. I checked the packet length in packet sniffer, total length of packet with headers becomes 126 bytes. My application reads some analog data from sensors, puts them together and sends out. So, I need to know...
    on Dec 21, 2011
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use