ecarson
Well-Known Member
- Joined
- Mar 21, 2017
- Messages
- 109
- Reaction score
- 17
Quite by accident, while looking for other information on interfacing Arduino with GPS and Bluetooth, I stumbled upon this website. I was dreading learning how to code for the Arduino, but this software made it quite easy. Instead of hours, it took me just a few minutes to make a program, or "sketch" for my Arduino Uno clone. You connect blocks on a design field, and hook them up.
https://www.visuino.com/
The last time I coded something, it was probably 1985 while still at school. I learned Fortran in the mid-1970's, and then Pascal and Basic in the 80's. After that zip. So it has been a long while, and my gray matter is sure not what it used to be. I got the Arduino clone as part of a learners development kit with lots of goodies for $35.
So I ordered a MPU-6050 ($4.50 from a USA supplier on ebay) board a few days ago, and soldered in the header pins. This is the accelerometer/gyroscope module breakout board, that can be used with an Arduino. Then, I downloaded the Visuino program and installed. It is in early development looks like, but I have 30 days to evaluate it before I purchase. What is the purchase price? $10. Yea, I thought that too. It does have a few rough edges, but it worked exactly as advertised. Another $10 gets you a full year of updates and support.
I rigged up the Arduino with the breakout board on the breadboard, and loaded up the Arduino IDE and got it going. Then, following the tutorial program in this video, I got the whole thing operational in less than 30 minutes.
[video=youtube;JbLg2pG6zvo]https://www.youtube.com/watch?v=JbLg2pG6zvo[/video]
Here are some photos. First the breadboard with the Arduino and MPU-6050 all connected. Second, the screen shot showing the block diagram of my system per the video, with the visual scope of the three outputs. I was twisting and turning the breadboard around to see the outputs.
It really was simple, just drag and drop and connect the elements. Then one button compiles and uploads the sketch to the Arduino. Last shot is the sketch code. It is automatically sent to the Arduino IDE and saved. Hit connect, and suddenly you have data from your inertial measurement unit being output.
This is still a bit crude, and needs refinement, but for a codger like me being able to do this in just a few minutes is astounding. I think it has value as a tool for most any individual who wishes to dive into the world of Arduino and breakouts, but wishes to avoid the hassle of hand coding. Several types and variations of boards are supported, with more to be added in the future they say.
The possibilities are quite broad and far-ranging for the rocket instrumentation hobbyist. There are more videos for more devices, and the process was quite painless.

https://www.visuino.com/
The last time I coded something, it was probably 1985 while still at school. I learned Fortran in the mid-1970's, and then Pascal and Basic in the 80's. After that zip. So it has been a long while, and my gray matter is sure not what it used to be. I got the Arduino clone as part of a learners development kit with lots of goodies for $35.
So I ordered a MPU-6050 ($4.50 from a USA supplier on ebay) board a few days ago, and soldered in the header pins. This is the accelerometer/gyroscope module breakout board, that can be used with an Arduino. Then, I downloaded the Visuino program and installed. It is in early development looks like, but I have 30 days to evaluate it before I purchase. What is the purchase price? $10. Yea, I thought that too. It does have a few rough edges, but it worked exactly as advertised. Another $10 gets you a full year of updates and support.
I rigged up the Arduino with the breakout board on the breadboard, and loaded up the Arduino IDE and got it going. Then, following the tutorial program in this video, I got the whole thing operational in less than 30 minutes.
[video=youtube;JbLg2pG6zvo]https://www.youtube.com/watch?v=JbLg2pG6zvo[/video]
Here are some photos. First the breadboard with the Arduino and MPU-6050 all connected. Second, the screen shot showing the block diagram of my system per the video, with the visual scope of the three outputs. I was twisting and turning the breadboard around to see the outputs.
It really was simple, just drag and drop and connect the elements. Then one button compiles and uploads the sketch to the Arduino. Last shot is the sketch code. It is automatically sent to the Arduino IDE and saved. Hit connect, and suddenly you have data from your inertial measurement unit being output.
This is still a bit crude, and needs refinement, but for a codger like me being able to do this in just a few minutes is astounding. I think it has value as a tool for most any individual who wishes to dive into the world of Arduino and breakouts, but wishes to avoid the hassle of hand coding. Several types and variations of boards are supported, with more to be added in the future they say.
The possibilities are quite broad and far-ranging for the rocket instrumentation hobbyist. There are more videos for more devices, and the process was quite painless.


