Should I Use Arduino Or Experiment?

  • Thread starter Thread starter VarietyBook
  • Start date Start date
  • Tags Tags
    Arduino Experiment
Click For Summary
When building a remote control airplane, the choice between using an Arduino microcontroller or creating custom circuits is crucial, especially for managing complex electronics and data communication. Integrating available modules for quick functionality is recommended, allowing for gradual upgrades to lighter, more efficient circuits once the system is operational. The Raspberry Pi, while powerful and inexpensive, is not ideal due to its PC-like nature and high battery consumption. The user has programming experience in C but lacks electronics design skills, leading to a preference for simpler solutions. Ultimately, the focus should be on achieving a working prototype efficiently while balancing learning and project complexity.
VarietyBook
Messages
9
Reaction score
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
“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.
 
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:
I should have added that the Raspberry Pi is inexpensive too. I bought it for $35 US.
 
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.
 
I am trying to understand how transferring electric from the powerplant to my house is more effective using high voltage. The suggested explanation that the current is equal to the power supply divided by the voltage, and hence higher voltage leads to lower current and as a result to a lower power loss on the conductives is very confusing me. I know that the current is determined by the voltage and the resistance, and not by a power capability - which defines a limit to the allowable...

Similar threads

  • · Replies 23 ·
Replies
23
Views
7K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 27 ·
Replies
27
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
6K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K