Show Posts
|
|
Pages: [1]
|
|
1
|
Forum 2005-2010 (read only) / Troubleshooting / Re: Arduino Mega serial not working
|
on: October 15, 2009, 02:58:31 pm
|
|
I just tried to download a C application compiled with gcc-avr and uploaded with avr-dude. No use of Arduino 0016. This simple application just write on the serial port (USB/serial) some datas. It works like a charm.
So, definitely, it looks arduino0016 has something wrong with Arduino mega and serial port.
|
|
|
|
|
2
|
Forum 2005-2010 (read only) / Troubleshooting / Arduino Mega serial not working
|
on: October 15, 2009, 02:21:28 am
|
|
My arduino mega does not output anything on its link to the PC. I tried the Ascii matrix example program, nothing in received on the console window of Arduino software. What is strange, is that the USB link to the mega is working as I can download and run applications on it. This Ascii matrix example program works fine with a Arduino duemillanove. I use the Arduino software version 16. Is there anything special to do on the Mega for the setting of the serial port 0 ? Any idea ? Olivier
|
|
|
|
|
10
|
Forum 2005-2010 (read only) / Exhibition / Re: R/C Arduino & Xbee based
|
on: October 16, 2008, 02:33:15 pm
|
|
"How difficult would it be to make this bi-directional, and how much bandwidth is left over? " Making communication bidirectional is easy, but probably not very efficient because of the acknowledge.
Regarding bandwith, for sure there is still some space for other datas. However I am sure about the current data loss I have. I am under the impression that the more the bandwith is high, the more there is character loss. This is one of the reason why I added to my protocol a crc to check data integrity and to avoid this problem.
"if this works out cheaper than a normal 2.4 Ghz radio set ..." A xbee pro is approx 40$ and you'll need at least 2. Then add the arduino + wee 34$+20$ + hardware and you'll be at 140$ or more. It seems that you can buy 2.4Ghz small plane for that price. So I doubt that you can't find cheaper.
"I noticed on your website that you had your first flight! Congratulations, it seems to work nice! " Yes I did yesterday. The plane flew with no suprise even while I was flying far away. This is encouraging to continue developments.
|
|
|
|
|
11
|
Forum 2005-2010 (read only) / Exhibition / Re: R/C Arduino & Xbee based
|
on: October 16, 2008, 02:12:13 am
|
|
Yes, you are right this is exactly an RC transmitter/receiver using Arduino. On transmitter side there is: Arduino Diecemilla + Xbee Pro Or receiver side there is: Sparkfun Wee + Xbee. Trasmitter takes input from joysticks (4 currently) and send it to the Xbee. Receiver takes data from the Xbee and control servos through regular pulse. I used my own protocol between the 2 Xbees. It allows many possibilities with high precision, at least 10 bits per channel.
Regarding interference risk, there are pretty low. First Zigbee is already used in some radio systems (XPS for instance). Then, when it starts, the Xbee choose a "free" channel, and then emit with its own PanID on that channel. This greatly limit the risk of collision between 2 transmitters.
Regarding Range, the XBee pro allow more than 1km range. I have not tested myself, but so far it works fine as you can see on one of the video on my blog.
|
|
|
|
|
13
|
Forum 2005-2010 (read only) / Exhibition / R/C Arduino & Xbee based
|
on: October 14, 2008, 03:23:02 pm
|
|
Here is my first version of an RC transmitter/receiver based on Arduino.
The transmitter uses an Arduino Diecemilla, the receiver use a Sparkfun wee. The wee (Sparkfun) is smaller and lighter than the Arduino to better sit in the plane. Transmission is done with Xbee Pro modules in 2.4GHz. You can see more details and photos on my blog: http://effetdebord.blogspot.com/
|
|
|
|
|
15
|
Forum 2005-2010 (read only) / News / Re: website outage yesterday.
|
on: August 27, 2008, 01:02:51 pm
|
|
gloooooops, file system check for several hours.... this looks more than strange! Does it means that they have only one server available ? Are data replicated somewhere ? What happens if the server disk crash, the complete Arduino web site is lost (forever) ? Why not miroring the Web site on some other servers ? Olivier
|
|
|
|
|