All Projects → IeiuniumLux → FRILLER

IeiuniumLux / FRILLER

Licence: Apache-2.0 license
FRILLER is a 3D printed compact robot that can change the radius of its wheels to overcome obstacles.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FRILLER

Libaums
Open source library to access USB Mass Storage devices on Android without rooting your device
Stars: ✭ 769 (+5026.67%)
Mutual labels:  android-things
Android Robocar
Build your own robocar, remote-controlled or autonomous, with Android Things.
Stars: ✭ 95 (+533.33%)
Mutual labels:  android-things
Drivers Samples
Peripheral driver samples
Stars: ✭ 153 (+920%)
Mutual labels:  android-things
Awesome Android Things
A curated list of awesome android things tutorials, libraries and much more at one place
Stars: ✭ 883 (+5786.67%)
Mutual labels:  android-things
Sample Usbenum
Discover connected devices using the Android USB Host APIs
Stars: ✭ 81 (+440%)
Mutual labels:  android-things
Sample Simpleui
Connect GPIO states with a graphical UI on Android Things
Stars: ✭ 116 (+673.33%)
Mutual labels:  android-things
Contrib Drivers
Open source peripheral drivers
Stars: ✭ 539 (+3493.33%)
Mutual labels:  android-things
Weatherstation
Sensor-based peripheral sample using Android Things
Stars: ✭ 210 (+1300%)
Mutual labels:  android-things
Surviving With Android
Source code related to the posts in the blog
Stars: ✭ 1,275 (+8400%)
Mutual labels:  android-things
Jlibmodbus
JLibModbus is an implementation of the Modbus protocol v1.1b in java language.
Stars: ✭ 149 (+893.33%)
Mutual labels:  android-things
Androidthings Googleassistant
Integrate Google Assistant into Android Things
Stars: ✭ 28 (+86.67%)
Mutual labels:  android-things
Android Sitemap
👓 Every link ever to Android Developer site.
Stars: ✭ 61 (+306.67%)
Mutual labels:  android-things
Android Things Electricity Monitor
Electricity Monitor using Android Things and Firebase Realtime Database
Stars: ✭ 118 (+686.67%)
Mutual labels:  android-things
Androidthings rainbowhatdemo
This Android Things project executes all the hardware that is on the Pimoroni Rainbow HAT for Android Things and Raspberry Pi 3
Stars: ✭ 17 (+13.33%)
Mutual labels:  android-things
Sample Bluetooth Le Gattserver
Build a Bluetooth GATT server with Android Things
Stars: ✭ 159 (+960%)
Mutual labels:  android-things
Sample Tensorflow Imageclassifier
Classify camera images locally using TensorFlow models
Stars: ✭ 623 (+4053.33%)
Mutual labels:  android-things
Sample Button
Basic input and output using a button and LED
Stars: ✭ 107 (+613.33%)
Mutual labels:  android-things
photobooth
Cloud-connected talking photobooth using TensorFlow
Stars: ✭ 40 (+166.67%)
Mutual labels:  android-things
Sample Simplepio
Basic Peripheral I/O examples with Android Things
Stars: ✭ 191 (+1173.33%)
Mutual labels:  android-things
Sample Bluetooth Audio
Bluetooth A2DP sample using Android Things
Stars: ✭ 146 (+873.33%)
Mutual labels:  android-things

FRILLER

FRILLER (FRILL Explorer Robot) is a 3D printed compact robot that changes the radius of its wheels to overcome obstacles. It can be used to explore extreme terrains and reach targets of interest. On a level dirt path, FRILLER can drive about 2000 feet (610 meters) on one battery charge. That could fluctuate a bit depending on how much any onboard instruments or sensor are used. Its expanded wheels and flat fishtail allows it to traverse desert or snow terrains.

demo

How it works

FRILLER employees a Raspberry Pi 3b running the Android Things embedded OS platform; which receives command via WiFi to control the motors though the Adafruit motor hat. The wheel deformation mechanism is composed of two DC geared motors, sliding racks, and an elastic cord. When the motors push out the racks, the wheel diameter becomes larger. The elastic cord around the wheels assists with the return of the spikes to the close position when the motors pull the racks back inside. The wheels remain round for faster travel on roads or indoors, but transform into spikes to overcome obstacles off-road.

fritzing For testing purposes, it was easy to use the TouchOSC app to send UDP packets to the robot; which was also cheaper than the traditional hobby RC. However, you will have to setup your Android device as an access point (hotspot) so the FRILLER can connect to it; which is useful for field tests.

touchosc

What you'll need

Part Qty
Raspberry Pi 3 Model B
1
DC & Stepper Motor HAT
1
Extra Tall Header
1
3mm Pegs (package of 100)
1
Micro-B USB DIY Connector
1
50:1 Brushed DC Gearmotor
2
Solarbotics Geamotor 90deg Output
2
Voltage and Current Sense Breakout
or similar
1
Lithium Ion batter
1
XT60 Connector
1
Vytaflex-60
1

Improvements

  • Make FRILLER smarter. Right now, it runs off WiFi and can be controlled remotely, but I'd like to add autonomy.
  • Add GPS and compass sensors for position control.
  • Replace the 3D printed body with a lighter and flexible structure; capable to resist high temperatures and handle impacts from a fall.

Acknowledgement

The FRILLER prototype is based on former OSU student Carter Hurd's design.

MagPi Article

References

License

Copyright 2018 Al Bencomo

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].