DEAR FATHER CHRISTMAS if you love me at all, please bring me
a big red india-rubber ballGuinness book of World RecordsBeano AnnualBrut after shaveReader's Digest subscriptionMillennium FalconInstead can I have these:
Adafruit 16 channel PWM board -
https://learn.adafruit.com/assets/2292This is a fantastic piece of kit. Using only two wires from an Arduino, control 16 free-running PWM outputs(could be servos)! Chain up 62 breakout boards to control up to 992 PWM outputs(servos) still on just 2 wires. It's an i2c-controlled (2 wire interface) PWM driver with a built in clock. That means you do not need to continuously send it a signal tying up your microcontroller, its completely free running!
And here it is running just 16 servos -
https://www.youtube.com/watch?v=ZDfBCLEh5pgRelay board switch 30v 10A/ 250v 10A these boards are available in 2/4/8 relay configurations and are less than £5 and could be switched from those spare channels on your radio via an Arduino attached to your receiver
https://www.youtube.com/watch?v=tuOrH9sSykkNeoPixel you can chain these together, they are individually addressable RGB LEDS, you only need 2 wires (signal and ground) to communicate with each LED. So you could control (on/off & colour) of each LED individually in your boat. To get an idea what they can do check out this example
https://www.youtube.com/watch?v=lvONX2qOfss Note: This example only uses red/white/blue instructions but it could be in full Technicolor with the same kit.
Xbee this is one of many cheap radio transceivers (transmitter and receiver in one) you can use directly with an Arduino
https://www.youtube.com/watch?v=vKVNmA8C6m8Rock Block and finally this, its nothing to do with Arduino or boats but what an amazing device send a message from anywhere on earth so long as you can see the sky all for a subscription from £8 month (beam me up Scotty)!
https://www.youtube.com/watch?v=NOJ_VtSikAA And finally, finally if you get bored or need to escape the relatives over the festive break,
watch this great video series by John Dutton and his experience with Arduino's
https://www.youtube.com/watch?v=yluDCgYrJxcHappy Christmas
C-3POPossible Arduino model boating applications: (please add your own to this list)
- LED switching
- LED Flashing/strobing
- LED Dimming
- Gun Flasher
- Lighting effects - Fluorescent, Xenon etc. switch on/off effect
- Control individually addressable RGB LEDS
- RC Mixer
- Arduino based full RC system
- Ultrasonic - collision avoidance
- Stepper motor control - precise control over movement - open payload doors, move a boom, raise antennas
- Servo - movement sequence of 1 or more servos e.g. gun turret, gun recoil, Missile tracker - control of 2 servos working together
- Servo travel expander
- Servo travel slower
- Anchor chain movement via servo or stepper motor
- RC switch - e.g. using gear channel on radio
- Engine sound generator
- Wav sound file player
- GPS - data can be read by Arduino - not sure what you would do with it without a complex program
- GPS - waypoint navigation
- GPS - mapping/surveying depth of an area of water, record top SD card and map on Google Maps
- Telemetry - transmit sensor telemetry back to shore - speed, current draw, GPS location, depth, temperature, voltage monitoring - if you can monitor it you can send it!
- Data logger - write telemetry/sensor data to SD card for onshore analysis
- Light sensor
- Gyros ?
- Ballast auto leveller - automatically correct boat listing
- Temperature sensor - auto shutdown/alarm(?)
- Voltage sensor - auto shutdown/alarm(?)
- Bilge pump - automatic sensor triggered
- Control smoke generator to either Puff or increase/decrease smoke relative to speed of vessel
- Compass - hold course
- Pressure gauge - submarine application