cubieboard.blogspot.com
Cubieboard: More about serial connection
http://cubieboard.blogspot.com/2013/06/more-about-serial-connection.html
Monday, June 17, 2013. More about serial connection. The importance of communication. Our cubieboard have enough connection to control almost of our sensors, using I2C. But in my case I'll have a few more analogical sensors, and I want to avoid that, and the cubieboard doesn't have to work with the simplest things. For this, my cubieboard will be a brain, the arduino will be then the senses, and the connection will be made over a serial connection. The arduino part.(Serial vs SoftwareSerial). And if I wa...
cubieboard.blogspot.com
Cubieboard: And now what ???
http://cubieboard.blogspot.com/2013/04/and-now-what.html
Sunday, April 7, 2013. After some months of studies, the blog need to improve. So I'm migrating to wordpress, and my first project will be start on it. Http:/ doingDrones.wordpress.com. In this new blog I'm going to improve and learn all the knowledge needed to build a drone. I'll try to do all the steps from zero. By the moment it's the most simple design, a terrestrial vehicle with wheels (it could have legs, or jump , crawl, so it's no so trivial ). But for start, I'm going to design my own vehicle.
cubieboard.blogspot.com
Cubieboard: April 2013
http://cubieboard.blogspot.com/2013_04_01_archive.html
Sunday, April 7, 2013. After some months of studies, the blog need to improve. So I'm migrating to wordpress, and my first project will be start on it. Http:/ doingDrones.wordpress.com. In this new blog I'm going to improve and learn all the knowledge needed to build a drone. I'll try to do all the steps from zero. By the moment it's the most simple design, a terrestrial vehicle with wheels (it could have legs, or jump , crawl, so it's no so trivial ). But for start, I'm going to design my own vehicle.
cubieboard.blogspot.com
Cubieboard: June 2013
http://cubieboard.blogspot.com/2013_06_01_archive.html
Monday, June 17, 2013. Still more about serial connection. Serial connection at the cubieboard side. As we see at the previous post ( More about serial connection. I've done the serial part at the arduino's side, but what happen at the cubieboard side. At the cubieboard side we have to make a program quite similar, which should open the serial connection, and take care about send and receive the data. There are a lot of documentation in internet better than mine. Configure port for arduino. Cout "Puerto ...
dronesandrovs.wordpress.com
How to control a brushless motor through a ESC with Arduino | Drones and ROVs and Arduinos
https://dronesandrovs.wordpress.com/2012/11/24/how-to-control-a-brushless-motor-esc-with-arduino
Drones and ROVs and Arduinos. A journey building drones and ROVs and other open hardware and Arduino based stuff. How to control a brushless motor through a ESC with Arduino. Electronic speed control (most commonly known as ESC. Are nasty beasts: not from the controlling software point of view but for the way they need to be powered up, and because they need to be calibrated. Before putting a ESC in any complex Arduino project, it is better to get used to how a ESC works using a very simple sketch. It ju...