0

Well, I want to make an rc plane with an arduino that logs to an sd card
A) Video
B) Accelerometer data
C) Tempature
D) Humitity
E) Atmospheric pressure
F) Gyroscope Data
What arduino/parts should I use? I have a maximum of 170 grams or 6 OZ. The arduino will not control the plane, just log data. I'm thinking an arduino 101... but I would like to know if there is a lighter/better way.
THANKS! :)

Ubuntu User
  • 133
  • 6

2 Answers2

2

It is not an Arduino answer but a Raspberry Pi with a Sense hat will record most of what you need with little coding. Add a Pi camera and you have all this for about $100. The Sense Hat temperature sensor doesn't work because it is too close to the CPU but you could get a digital thermometer for a few bucks.

GBG
  • 178
  • 1
  • 8
0

I've completed a similar project.

Dat Ha
  • 2,943
  • 6
  • 24
  • 46