I'd like to propose a new, cheaper oilpan with (much) cheaper sensors embedded. The goal would be to have an oilpan (that probably couldn't be used for quads, but for gliders or some planes it would be OK) that is priced at around 30-40$ instead of 160$. It would be pin-compatible with current oilpan.
Features (modified from Oilpan specs)
- Single 3.3V regulator
- Relay switch for cameras, lights or payloads
- LSM303DLH 3-axis Accel / 3-axis Magnetometer (~5 dollars) (I2C communication)
- LYPR540AH 3-axis gyro (~5 dollars) (analog)
- 3-channel, 12-bit ADC for gyro
- No Data logger
- No DIP switch
- Built-in FTDI, making the board native USB. [can this be removed?]
- No OSD port.
- No extra I2C port
- No user-programmable buttons
- No analog expansion ports
- Reset button.
- No voltage dividers
- One status LED
- Airspeed sensor port (optional, sold separately).
- Pressure sensor and temp for accurate altitude (can this be made optional?).
I'm going to start working on the EAGLE files this weekend, what is everybody's thoughts on this?
Comments
@Marshall, Op amps (741) are nearly the first circuits commercially implemented as an "integrated circuit"
First Integrated Circuit - Scale: 1/16 of an inch wide
Op amps have undergone two important changes: 1, the price has dropped from like ~$1000* per chip to < $0.15 cents per amplifier. and 2. The initial requirement for a split power supply (+- 15V) has moved to single side supply.
A Wheatstone Bridge is pretty cool; it is the basic component of nearly all force sensors and illustrates a basic concept in temperature compensation. By using the same circuit twice (one inverted) the effects of temperature are linearized. The challenge of Wheatstone bridge is that the signal is not high as it turns on small changes in the dimensional cross section of stretched wires. (I've implemented a similar sensor - Plan on initial gain of ~100x)
*Todays dollars IIRC
Marshall,
yes we could start with your board, but it'd be good to have its footprint and pinout identical to Oilpan so that all those with APMs can now have a cheaper option. I think the price of APM is pretty good and the board is obviously very well designed so I'd like to maintain compatibility with it.
bGatti, that pressure sensor looks good. I'm not familiar with designing with opamps, I guess I can look at a tutorial on how to implement one, like an MCP6021?
There is a pressure sensor for $1 while you're looking for low-cost. (Speed not altitude)
http://www.allelectronics.com/make-a-store/item/TDR-120/PRESSURE-TR...
It needs an OpAmp because it's a Wheatstone bridge.
If you/we put the PPM encoding in the main chip (code) does this give us access to the PPM output?
Could we record an in flight maneuver and replay it? If so, maybe we don't want to git rid of the data logger.
pete, I am making a board similar to what is requested on this page too, only for the regular ardupilot, if you are willing i could use your help too, also I could adapt my board designs for use on the ardupilot mega.
my project page can be found here: http://diydrones.com/forum/topics/ardupilot-imu
thanks
Hi Jonathan ,
if you need only gyro and acc you can hack wii :) See multiwii project only .. it's a good toy:)