Should I Use Arduino Or Experiment?

In summary: I think I will go with the Arduino microcontroller. It is easier to use and I am familiar with it. I also think that it will be less expensive than building my own circuits. In summary, the person is considering using an Arduino microcontroller because it is easier to use and they are familiar with it. They also think that it will be less expensive than building their own circuits.
  • #1
VarietyBook
9
0
I am building a remote control airplane, and naturally the most complex aspect of it is the electronics. I don't know if I should use the Arduino microcontroller or try to build my own circuits that only do one simple thing (I am using commercial electronic speed controls either way for the motors). I need to communicate controls and LARGE streams of data (air quality testing; ). I already have air quality equipment. I am wondering if I should even bother or just buy pre-made everything. I want to learn as much as I can, but I also don't want to take on a task too big for one person to do. Cost is not a big deal (within reason), as this isn't something I am paying for myself.
 
Engineering news on Phys.org
  • #2
“the most complex aspect of it is the electronics”, suggests that you have little experience with the design of electronic circuits at the component level.

You need to get the project functioning as soon as possible for maximum data and psychological reward. You should therefore integrate available modules at the system level. Once it is working, and you know the specifications and requirements, you can progressively replace the heavier modules with simpler light-weight and more efficient circuits.
 
  • #3
Do you know anything about programming java, python, C or C++? There is a hardware platform called the Raspberry Pi which is the size of a credit card. It runs a linux build and you can install any programming tool chain you want. I used it to build a remote control car with a video camera. I made an app on my phone to control it. I plugged a wifi dongle into the RPI and communicated with it via wifi.

I had to build a second board with a little pic12F to control the steering servo. RPi's built-in access to the GPIO pins doesn't provide access to the hardware interrupts so I couldn't create accurately timed pulses. Instead I configured an I2C connection to the PIC and let it genatrate the pulse.
 
Last edited:
  • #4
I should have added that the Raspberry Pi is inexpensive too. I bought it for $35 US.
 
  • #5
I am not experienced in electronics, correct. I am, however, an experienced C programmer, and that is where my interest in electronics came from (although not entirely). I do not want to use a Raspberry Pi for two reasons:
1. It is more like a PC than a microcontroller
2. It gobbles up lots of battery life

Thank you for the advice, everyone.
 

Related to Should I Use Arduino Or Experiment?

1. What is Arduino?

Arduino is an open-source electronics platform based on easy-to-use hardware and software. It allows users to create interactive projects by connecting sensors, actuators, and other electronic components to a microcontroller board.

2. What is an experiment?

An experiment is a scientific procedure that is carried out to test a hypothesis or to demonstrate a known fact. It involves manipulating variables and observing their effects in a controlled environment.

3. How do I decide whether to use Arduino or conduct an experiment?

The decision to use Arduino or conduct an experiment depends on the nature of the question you want to answer. If your question involves designing and creating a physical prototype or interactive project, Arduino would be a suitable choice. However, if your question involves testing a scientific hypothesis, conducting an experiment would be more appropriate.

4. Can I use Arduino to conduct experiments?

Yes, Arduino can be used to conduct experiments, especially in the fields of engineering and technology. Arduino boards can be programmed to collect and analyze data, making it a useful tool for conducting experiments in these fields.

5. Are there any limitations to using Arduino for experiments?

While Arduino can be a valuable tool for conducting experiments, it does have some limitations. It may not be suitable for experiments that require precise and accurate measurements, as Arduino sensors may not have the same level of accuracy as specialized scientific equipment. Additionally, Arduino may not be suitable for experiments that require a high degree of control over variables, as it may be limited by its programming capabilities.

Similar threads

  • Electrical Engineering
Replies
23
Views
5K
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
24
Views
2K
  • Programming and Computer Science
Replies
1
Views
3K
  • Electrical Engineering
Replies
4
Views
5K
  • Electrical Engineering
Replies
9
Views
3K
  • Electrical Engineering
Replies
1
Views
1K
Replies
8
Views
2K
Replies
5
Views
2K
Replies
5
Views
3K
Back
Top