User Tools

Site Tools


playground:thbbi

This is an old revision of the document!


The Hidden Blog By Inne

Dus… Je hebt deze mooie sectie van de wiki gevonden, welkom. Dit is verzamel plek voor al Inne zijn ge(pre)publiceerde stukken tot hij een eigen blog heeft. Kijk gerust rond en lees de posts etc. het was ook een beetje de bedoeling dat willekeurige “peers” af en toe deze pagina vinden. Het wordt namelijk ook gebruikt voor proofreaden.

Meest recent

Doel: Stukje schrijven voor Adafruit's CircuitPython newsletter n.a.v. de show and tell van 03-03-2021. Publicatie plek: HackadayIO
status: proofreaden (prepublicatie)
datum: 19-04-2021

The Desktop Bubble

intro

Soft robotics is a field that has fascinated me for the longest time. Though the research field is maturing I haven't seen many hobby level soft robotic projects. Starting with no prior experience, a little more than a year ago I got to use them in an “art” installation for a local festival. Recently I revisited this project, due to the new raspberry pi Pico. Now I am trying to make a Desktop Bubble that runs Circuit Python with the purpose of showing what soft robotics could look like. This blog post is a recap how I got started with the soft robotics bubbles as well as a glimpse of what's to come for the future.

road to winter festival

In the summer of 2019 I found myself with a bit of time on my hands. So a great opportunity to do some experiments with soft robotics. The first step was ordering a lot of silicone. This isn't cheap, however 1kg of type shore 8A (very flexible) will go a long way and it is super multi purpose. luckily the other things like DC-airpumps, solenoid valves, some kind of h-bridge and a micro-controller were reasonably priced, i.e. cheap.

As with anything unfamiliar its wise to start designing something simple. A soft robotic bubble is a great project. It let's you get the hang of both motor control and pouring silicone. The less complexity the less that can go wrong. For dealing with the always critical onlooker, just tell them you are working on a one degrees of freedom soft robotic actuator.

Around the time I was working on this our community Makerspace got visited by the neighborhood committee. They were looking to spice up the local winter festival with some technology. The prototype bubble turned into an “art” installation of 17 independent bubbles that could change color via Neopixels. Scaling the prototype and making a fitting enclosure for it took a lot of effort. But with tons of help from my awesome fellow Makerspace participants we managed to finish the installation just in time.

The winter festival is a weekend long event with, by and for our neighborhood. It's free and anyone is welcome to visit. The soft robotic bubbles garnered a lot of attention especially with the many kids at the festival. The bubbles themselves proved to be very robust which made the installation weirdly interactive. It is nice to have something to show for your work and I really enjoyed my time at the festival.

road to desktop bubble

The festival bubbles have some unresolved challenges. Time constraints made the neopixels run a selection of the code used to test LED-strips.Thankfully the Adafruit strandtest.ino code has some beautiful parts, especially the rainbow chase can be quite nice. Another weak point was that it wasn't possible to control the airpumps and the neopixel animation at the same time. This made the whole thing look very rigid. The bubbles were also lacking a pressure sensor. Though testing proved it wasn't mandatory to have one since the airpumps couldn't burst the bubbles. Pressure sensing will be nice to have when programming the behavior of the robots though.

When I heard the announcement of the raspberry pi Pico, I got pretty excited about the PIO functionality. PIO seems to be perfect to control both neopixels and airflow, while still being able make decisions with the main loop. So a great prospect for soft robotics control. Thus I decided to reincarnate the festival bubbles into a desktop bubble, a portable soft bubble for code testing, prototyping and showing of soft robotics.

Assembling the first version went pretty well. The electronics for the festival prototype could be reused and there were still spare bubbles. Running Circuit Python on the Pico was also really straightforward. The only challenging bit so far was running the airpump via PIO. Though with the book, the datasheet and code examples (which were are all really readable) I got the job done in the end. Since then there have been learn guides[link to guide] published about how to specifically do PIO on Circuit Python so it should be more straightforward to get into at the time writhing. All said and done it was still pretty fun.

what is next?

The next milestone will be adding the pressure sensor and making it battery powered. My main goal is to turn the Desktop Bubble into a learn guide and the electronics into a feather wing. Hopefully this will make starting off easier and also encourage more people to give soft robotics a try. It would be nice to see more hobby level projects using these techniques. If you see something cool let me know!

Feedback

Naam: Datum:
Feedback

Oudere Blogs

Nog geen.

playground/thbbi.1620259938.txt.gz · Last modified: 2022/09/29 21:26 (external edit)