View previous topic :: View next topic |
Author |
Message |
evios
Joined: 24 Nov 2008 Posts: 8
|
The Ember board |
Posted: Mon Nov 24, 2008 10:55 pm |
|
|
Hi all, I am a true newbie on the development kit. I was doing a simple AMR using this kit and may want to seek some basic guidance from the experts here:
1. From the Ember board (The sensor board), I can see there is 10 pins namely G,A5 A6 NC C7 C1 C6 + +. May I know the pin configuration what is that for?
2.What will be the format of the input supported by the I/O for the sensor node?
Any links and datasheets are welcomed. Thank you so much
Last edited by evios on Wed Nov 26, 2008 12:33 am; edited 1 time in total |
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
|
Posted: Tue Nov 25, 2008 9:13 am |
|
|
I have no idea what an "Ember" board is, and since no one else has answered I bet they don't know either. This is a BBS for the CCS compilers on PIC processors. If you are using an AMR processor you should look for a BBS for that processor. At the very least give us a manufacturer and model number or a link to a schematic for this Ember board if you want some help. _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
|
Posted: Tue Nov 25, 2008 9:26 am |
|
|
Looks like he is working on a Zigbee wireless Automatic Meter Reader
project of some sort using the Atmel AVR processor. Normally that would
not be something we would address in this forum.
He needs to go here for Ember support:
http://support.ember.com/
The docs he needs are found here:
http://support.ember.com/training/chips_support
If he is trying to talk to the Ember board via wireless using a PIC and the
CCS compiler we might be able to help..... |
|
|
evios
Joined: 24 Nov 2008 Posts: 8
|
|
Posted: Tue Nov 25, 2008 7:01 pm |
|
|
dyeatman wrote: | Looks like he is working on a Zigbee wireless Automatic Meter Reader
project of some sort using the Atmel AVR processor. Normally that would
not be something we would address in this forum.
He needs to go here for Ember support:
http://support.ember.com/
The docs he needs are found here:
http://support.ember.com/training/chips_support
If he is trying to talk to the Ember board via wireless using a PIC and the
CCS compiler we might be able to help..... |
Well, I finally figured out what is that.
It is the pin connected to the PIC16F886 through the user terminal.
Anyway, thanks for the help |
|
|
evios
Joined: 24 Nov 2008 Posts: 8
|
|
Posted: Wed Nov 26, 2008 2:16 am |
|
|
Hi all:
I am using CCS Ember Wireless Zigbee Kit for my project and I have several questions that wanna seek for advice and guidance:
I will need to transfer my data into my sensor board via the user terminal block.
For the PIC 16F886, it has two oscillators, does it connected to the external timer or it can be programmed?
Beside, what does pin A5 meant for?
Can the data be accumulated as long as the C7 pin sense there is an input? Then the overall sum transmitted once the node activated from sleep mode?
While all the data from the sensor node received, can it be obtained from the terminal as it uses RS232?
What do I need to configure for that?
Sorry, I am really a newbie for the kit. Hope you guys can advice.
Thanks |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Wed Nov 26, 2008 11:58 am |
|
|
CCS does not post the documentation for any of their boards,
so most people on this forum can't help you very much.
Here is the webpage for the Ember board:
http://www.ccsinfo.com/product_info.php?products_id=wirelesszigb
Quote: | Beside, what does pin A5 meant for? |
Click on the photo of the board to enlarge it. One of the push-button
switches is labeled "A5". So, that pin is used for a switch.
Regarding your other questions:
No documentation is posted. There is no way to answer.
Send an email to CCS tech support. |
|
|
|