Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« on: June 29, 2011, 01:47:36 am » |
I've been working on a pin and software compatible Arduino variant for some time, the Zigduino. It is based around the ATmega128RFA1, which gives it a built-in 802.15.4 radio as well as a good deal more flash and RAM than a standard Arduino (128K and 16K, respectively). It is substantially more electrically rugged than a standard Arduino -- each pin can handle a +/-30V transient. It is now on sale at http://www.logos-electro.com/zigduino. My sales announcement on my company blog is at http://www.logos-electro.com/blog/2011/6/28/zigduinos-for-sale.html. 
|
|
|
|
|
Logged
|
|
|
|
|
Seattle, WA
Offline
God Member
Karma: 5
Posts: 673
|
 |
« Reply #1 on: June 29, 2011, 02:30:27 am » |
Nicely done! The ATmega128RFA1 is a firecracker. Nice to see it on a board. I think I am going to go after one of your prizes.
|
|
|
|
|
Logged
|
|
|
|
|
Dubuque, Iowa, USA
Offline
Edison Member
Karma: 15
Posts: 1587
|
 |
« Reply #2 on: June 29, 2011, 05:56:05 am » |
Have you tested the open air transmit range using the supplied antenna? I do not see any estimates in your product description or any of your documentation.
|
|
|
|
|
Logged
|
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #3 on: June 29, 2011, 09:44:54 am » |
Chagrin,
Achievable range is subject to a great variety of variables. Since I'm not equipped to do a range test to the applicable IEEE standards, I decided it was better to not make formal claims as to range rather than to make ones that I don't have full support for.
That said, you should see range equivalent to the base XBee module, which is about 300 ft outdoors, unobstructed. Your range may vary.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 592
|
 |
« Reply #4 on: June 29, 2011, 09:55:41 am » |
Aww I've been waiting for another ATmega128RFA1 product on the market but you've taken away a lot of the extra I/O pins (no second USART makes me sad), and didn't give me enough cost savings to justify the missing pins (I take that back... I kind of like it more now). Hopefully you can break-out more pins in another revision
|
|
|
|
« Last Edit: June 29, 2011, 09:03:13 pm by frank26080115 »
|
Logged
|
I'm an electrical engineering student. I designed the USnooBie (V-USB dev kit) which is sold at Seeed Studio 
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #5 on: June 29, 2011, 11:15:20 pm » |
Frank, I think you are the third person today to ask for all of the pins to be broken out in the next major revision.  I'm considering it.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Full Member
Karma: 1
Posts: 173
www.rocketscream.com
|
 |
« Reply #6 on: June 30, 2011, 03:07:54 am » |
You might want install a light box on your website.  People will want to see the board image larger.
|
|
|
|
|
Logged
|
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #7 on: June 30, 2011, 08:42:09 am » |
I'll do that, now that I have images worth seeing bigger. 
|
|
|
|
|
Logged
|
|
|
|
|
SF Bay Area
Offline
Full Member
Karma: 1
Posts: 182
Arduino rocks
|
 |
« Reply #8 on: June 30, 2011, 05:24:49 pm » |
What's the throughput of the zigbee on that unit?
It must be obvious to some, but I don't know much about zigbee yet.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 592
|
 |
« Reply #9 on: June 30, 2011, 08:47:55 pm » |
rocketgeek
Although it's great that you've made all the pins 5V compatible, I have found myself almost exclusively using 3.3V components now-a-days. If the cost of making more pins 5V compatible is prohibitive, know that at least I myself would not care if you took away 5V compatibility.
It's 2011, 5V logic is dying
Other microcontrollers with built-in 2.4 GHz RF are not as beefy as the ATmega128RFA1, so taking away pins would be taking away one of the only things that makes the ATmega128RFA1 unique
|
|
|
|
|
Logged
|
I'm an electrical engineering student. I designed the USnooBie (V-USB dev kit) which is sold at Seeed Studio 
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #10 on: July 01, 2011, 07:25:08 pm » |
Dying != dead; most of the shields currently for sale listed on shieldlist.org are 5V. I'm looking into ways to pull the other two ports out for the next revision.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 592
|
 |
« Reply #11 on: July 02, 2011, 03:00:12 pm » |
it'll be great if you can come up with a open source MAC, is there any plans for that?
|
|
|
|
|
Logged
|
I'm an electrical engineering student. I designed the USnooBie (V-USB dev kit) which is sold at Seeed Studio 
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #12 on: July 02, 2011, 09:14:48 pm » |
Frank, I'm talking to the uracoli guys about porting that over, and offering free hardware for porting uracoli and contiki. Dropping a line to the uracoli project might make it happen faster. 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
God Member
Karma: 0
Posts: 592
|
 |
« Reply #13 on: July 02, 2011, 10:09:17 pm » |
That's good news.
There's a good chance that Atmel simply threw the silicon from the standalone transceivers into the MCU, eliminating the need for a SPI interface, meaning porting over existing code should be as easy as replacing some SPI functions. Hopefully this is the case.
|
|
|
|
|
Logged
|
I'm an electrical engineering student. I designed the USnooBie (V-USB dev kit) which is sold at Seeed Studio 
|
|
|
|
Seattle WA
Offline
Full Member
Karma: 1
Posts: 205
Arduino rocks
|
 |
« Reply #14 on: July 02, 2011, 10:34:56 pm » |
There's a high probability that they did exactly that. I'm told that's a very common approach for companies making their first SoC products. Inspection of the PAL/TAL/TFA modules in the Atmel MAC also tends to support that assumption.
|
|
|
|
|
Logged
|
|
|
|
|
|