All Projects → nikivanov → Watney

nikivanov / Watney

Licence: gpl-3.0
Watney is a low-cost 3D-printable FPV rover

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Watney

Volute
Raspberry Pi + Nodejs = Speech Robot
Stars: ✭ 224 (-7.44%)
Mutual labels:  raspberry-pi
Tflite gles app
GPU accelerated deep learning inference applications for RaspberryPi / JetsonNano / Linux PC using TensorflowLite GPUDelegate / TensorRT
Stars: ✭ 230 (-4.96%)
Mutual labels:  raspberry-pi
Storagesystem
🗒️ Personal Stock Control System
Stars: ✭ 236 (-2.48%)
Mutual labels:  raspberry-pi
Headunit Desktop
HeadUnit Desktop is a car PC software built with Qt 5 and QML
Stars: ✭ 225 (-7.02%)
Mutual labels:  raspberry-pi
Magicmirror
MagicMirror² is an open source modular smart mirror platform. With a growing list of installable modules, the MagicMirror² allows you to convert your hallway or bathroom mirror into your personal assistant.
Stars: ✭ 15,705 (+6389.67%)
Mutual labels:  raspberry-pi
Turing Pi Cluster
Turing Pi cluster configuration for Raspberry Pi Compute Modules
Stars: ✭ 233 (-3.72%)
Mutual labels:  raspberry-pi
Orac
Orac : virtual modular synth
Stars: ✭ 224 (-7.44%)
Mutual labels:  raspberry-pi
Deeppicar
Deep Learning Autonomous Car based on Raspberry Pi, SunFounder PiCar-V Kit, TensorFlow, and Google's EdgeTPU Co-Processor
Stars: ✭ 242 (+0%)
Mutual labels:  raspberry-pi
Rpicheck
RasPi Check - an Android app for checking your Raspberry Pi status.
Stars: ✭ 227 (-6.2%)
Mutual labels:  raspberry-pi
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-2.48%)
Mutual labels:  raspberry-pi
Allsky
A Raspberry Pi operated Wireless Allsky Camera
Stars: ✭ 225 (-7.02%)
Mutual labels:  raspberry-pi
Pikvm
Open and cheap DIY IP-KVM based on Raspberry Pi
Stars: ✭ 3,950 (+1532.23%)
Mutual labels:  raspberry-pi
Mqtt Io
Expose GPIO modules (Raspberry Pi, Beaglebone, PCF8754, PiFace2 etc.) and digital sensors (LM75 etc.) to an MQTT server for remote control and monitoring.
Stars: ✭ 234 (-3.31%)
Mutual labels:  raspberry-pi
Tomboy Ng
Next generation of Tomboy
Stars: ✭ 226 (-6.61%)
Mutual labels:  raspberry-pi
Smart Mirror
The fairest of them all. A DIY voice controlled smart mirror with IoT integration.
Stars: ✭ 2,668 (+1002.48%)
Mutual labels:  raspberry-pi
Web
(DEPRECATED) An open source GUI to configure the machinery and to view events that were detected by the machinery.
Stars: ✭ 225 (-7.02%)
Mutual labels:  raspberry-pi
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+980.58%)
Mutual labels:  raspberry-pi
Berrylan
Raspberry Pi WiFi setup
Stars: ✭ 243 (+0.41%)
Mutual labels:  raspberry-pi
Mt32 Pi
🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.
Stars: ✭ 231 (-4.55%)
Mutual labels:  raspberry-pi
Raspi Cluster
Notes and scripts for setting up (yet another) Raspberry Pi computing cluster
Stars: ✭ 235 (-2.89%)
Mutual labels:  raspberry-pi

Watney Rover

Watney is a low-cost, open source, Raspberry Pi-enabled telepresence rover made of readily available parts. Non-electronic parts of Watney are 3D printable. Watney provides a low-latency HD video feed as well as bi-directional audio. Watney uses a wireless charging dock with passthrough charging so it can be left on indefinitely.

Watney uses Janus WebRTC Server and Raspberry Pi Turnkey

Components

Head over to Bill of Materials for a list of components you need to purchase to build your own Watney. You'll also need a 3D printer, some PETG / Tough PLA as well as TPU filament. Lastly, you'll need a soldering iron and some wires, though most connections are made using standard breadboard jumper wire.

Assembly

Detailed assembly instructions can be found here. One of the goals of developing Watney is to make it easy to assemble - like IKEA furniture of electronics. Go slow and double-check your work. Take extra caution not to reverse polarity when hooking up components, as most of them will burn out if hooked up in reverse. You'll be working with LiPol batteries - please be careful not to puncture or short them, as they can become a fire hazard if used improperly. You assume all responsibility for damages that may be caused by your Watney, whether it's assembled correctly or otherwise.

Raspberry Pi 3A+ Image

A pre-compiled SD card image can be found in Releases. Find the latest release, expand "Assets" and download the large .zip file.

Configuration

Upon startup, Watney will detect if it's connected to a Wi-Fi hotspot. If not, it will host its own hotspot "Watney4". Once you connect to the hotspot, you can control it directly by going to https://192.168.4.1:5000, or connect it to a Wi-Fi hotspot by going to http://192.168.4.1 Once you specify your WiFi credentials, Watney will take some time to reboot. Once you hear the startup sound, you're good to go!

Default SSH credentials for Watney are pi / watney4. Watney's mDNS name is watney4.local.

Watney's configuration can be found in ~/watney/rover.conf:

  • If you want to use different GPIO pins, you can specify them here
  • If you find motors on either side running in reverse (backwards when it's supposed to be rotating forward) simply swap ForwardPin and ReversePin
  • Restart your Watney for configuration changes to take effect

Remote Access

Watney has no authentication / security. If you'd like to set it up for remote access, I recommend using Zerotier. Adding Watney and your client computer to the same Zerotier network will make it appear as if they are on the same local network.

Troubleshooting

  • Raspberry Pi has no ADC which means there's no way to read battery voltage without additional circuitry. However, an easy way to verify that your Watney is charging is to place the dock near a wall - you should be able to see the reflection of the glow from the charger via Watney's video feed.
  • When camera moves up and down, you may notice stuttering / jitter. This happens because servo's PWM signal is generated in software. Since PWM is used for audio and PCM is used for I2S microphone, there are no more hardware interrupts for hardware-timed PWM signal generation. See Future Improvements for additional info.
  • If you find your Watney randomly restarting when you move the camera, that means that the servo is drawing too much power from the Raspberry Pi. You can hook up the amplifier to one of the 3V outputs of the power board instead, and power the servo from the 5V output that was previously used by the amplifier.
  • Watney works best with Chrome. Other browsers may not work well, or at all.
  • Feel free to file an issue on GitHub if you have questions!

Future Improvements

  • Better browser compatibility. There's no reason it can't work in all major browsers.
  • Mobile-optimized control. You'll be able to control your watney from your phone / tablet, especially in tandem with Remote Access.
  • Better volume scaling. The volume slider is only usable at the top range - anything below 70% is barely audible. The slider should be scaled to control only the usable range instead.
  • Hardware-timed PWM. Currently, PWM signal for motors and the camera servo are generated in software, which is the cause for the servo jitter. pigpio is capable of generating very accurate hardware-timed PWM signals on any GPIO pin, but it needs either hardware PWM or PCM, both of which are used for audio. However, we only use one PWM channel for audio, so it may be possible to use the second channel for pigpio.
  • Timing Belts. Coupling each pair of motors with a timing belt should greatly improve driving over very rough terrain.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].