Message In A Bottle: Bicycle Trailer On A Mission

Graffiti is a controversial subject, and whether you see it as art or vandalism usually depends where and how you come across it. From the scribbled tag on a house wall, to highly sophisticated murals, they tend to have one thing in common though: making a statement — whether that’s political, showing appreciation, or a simple “I was here”. [Sagarrabanana] had his own statement to make, but chose a less permanent way to express himself with his type of graffiti.

Unhappy about the lack of dedicated cycle lanes in his area, he built an automatic, Arduino-controlled water dispensing bicycle trailer, writing his message on every street he rides on. The build is documented in a video, and shown in action in another one — which are both in Spanish (and also embedded after the break), but pictures are worth their thousand words in any language.

Inspired by persistence of vision (POV), where moving LEDs sync up their blinking to give the illusion of a static image, [Sagarrabanana] transformed the concept to water on a road using an array of solenoids attached to a water tank. Each solenoid is controlled by a relay, and a predefined font determines when to switch each relay — the same way pixels on a display would be set on or off, except small amounts of water are squirted out as the bicycle is moving along. The message itself is received via serial Bluetooth module, and can be easily modified for example from a phone. To adjust the water dispensing to the cycling speed, the whole system is synced to a magnetic switch mounted to one of the trailer’s wheels, so you could theoretically take it also with you on a run.

Time will tell if [Sagarrabanana]’s mission has the success he hopes for, but there’s no doubt the trailer will attract attention anywhere he goes. Well, we wish him all the best to get the message through without requiring a too drastic alternative as writing medium. Although, we’ve seen a graffiti robot that uses chalk spray in the past, so there’s certainly room for a not-too-permanent upgrade if needed.

Continue reading “Message In A Bottle: Bicycle Trailer On A Mission”

Capture The Flag, Along With The Game Data

With events of all sizes on hold and live sports mostly up in the air, it’s a great time to think of new ways to entertain ourselves within our local circles. Bonus points if the activity involves running around outside, and/or secretly doubles as a team-building exercise, like [KarelBousson]’s modernized version of Capture the Flag.

Much like the original, the point of this game is to capture the case and keep it for as long as possible before the other team steals it away. Here, the approach is much more scientific: the box knows exactly who has it and for how long, and the teams get points based on the time the case spends in any player’s possession.

Each player carries an RFID tag to distinguish them from each other. Inside the case is an Arduino Mega with a LoRa shield and a GPS unit. Whenever the game is afoot, the case communicates its position to an external Raspi running the game server.

If you haven’t met LoRa yet, check out this seven-part introductory tutorial.

Arduino Magnetic Board Is Anything But Boring

Magnets (especially those ball magnets!) are endlessly fascinating, aren’t they? It’s almost dangerous to combine them with LEDs, because how are you supposed to get anything done with something like [andrei.erdei]’s Arduino Magnetic Board beckoning from beyond your keyboard?

This tons-of-fun board uses ball magnets to light up RGB LEDs as they roll around on the sexy Plexiglas field. Underneath the LED matrix is an orchestra of 36 reed switches — those little glass gas-filled grains of rice with axial leads that snap together or fly apart in the presence of magnetic fields. The LEDs are controlled with an Arduino Pro Mini, and so is the 8Ω speaker for sound effects.

[andrei.erdei] has already developed a few applications for this delightful desk toy, and they’re all on GitHub. There’s a chase game that involves tilting the board to catch the next red dot with the magnet, a light painting game, and a sequencer that mimics the ToneMatrix. Roll past the break to check out the series of short demo videos.

Want to play with reed switches but can’t source any at the moment? You could just make them yourself.

Continue reading “Arduino Magnetic Board Is Anything But Boring”

Fiber Optic Ceiling Pumps To The Beat

For years [Centas] dream was to take the stars to his home and build a fiber optic ceiling. Even though there are many fiber optic star ceiling kits commercially available, we are glad he decided to go full DIY on this project as the result is simply astonishing.

[Centas] chose to make a model of a section of the sky as it is visible from his home and generated a map of 1,200 stars with the planetarium software Celestia. The most time-consuming part of making a star ceiling is always poking lots of holes for the fibers. In [Cenas] case this turned out to be especially cumbersome as he decided to install the fibers after hanging the ceiling panel so he came up with a method to catch the fiber with a fishing pole after pushing it through from the bottom. The finished ceiling looks really great though with its rounded edges that contain RGB LED strips for side illumination. [Cenas] also painted the ceiling after installing the fibers so they are not visible when they are not lit but there is still enough light shining through the paint.

Continue reading “Fiber Optic Ceiling Pumps To The Beat”

Arduino Reduces Heating Costs

While almost everyone has a heater of some sort in their home, it’s fairly unlikely that the heat provided by a central heating system such as a furnace is distributed in an efficient way. There’s little reason to heat bedrooms during the day, or a kitchen during the night, but heating systems tend to heat whole living space regardless of the time of day or the amount of use. You can solve this problem, like most problems, with an Arduino.

[Karl]’s build uses a series of radiator valves to control when each room gets heat from a boiler. The valves, with a temperature monitor at each valve, are tied into a central Arduino Mega using alarm wiring. By knowing the time of day and the desired temperature in each room, the Arduino can control when heat is applied to each room and when it is shut off, presumably making the entire system much more efficient. It also has control over the circulating pump and some of the other boiler equipment.

Presumably this type of system could be adapted to a system which uses a furnace and an air handler as well, although it is not quite as straightforward to close vents off using a central unit like this as it is to work with a boiler like [Karl] has. With careful design, though, it could be done. Besides replacing thermostats, we can’t say we’ve ever seen this done before.

Thanks to [SMS] for the tip!

Electronic Connect Four Has No Pieces To Lose

Recreating classic games in software is a great way to get better at coding or learn to code in the first place. If you do it in hardware though, you’ll gain a lot more than coding skills. Just ask [Kelly] and [Jack] did, when they built this Arduino-based electronic Connect Four for a school project.

We love that their interpretation manages to simplify game play and make it more fun than the original version. All the players have to do is turn it on and start pushing the arcade buttons along the bottom to choose the column where they want to make a play. The LEDs animate from top to bottom to imitate the plastic disc dropping down through the board. If a win is detected — four in a row of the same color going any direction — the board fills up with the winning color and the game starts over.

The state machine doesn’t currently do anything about tie situations, so there’s a reset button hidden on the side. As [Kelly] and [Jack] explain in their walk-through video after the break, that is something they would like to address in the future, along with making it possible to choose whatever battle color you want. We think a reset animation that mimics the look of the discs spilling out the bottom would be cool, too.

If you’ve never implemented a game on hardware before, something like this might be a bit daunting. May we suggest a game of 4×4 Tic Tac Toe instead?

Continue reading “Electronic Connect Four Has No Pieces To Lose”

Tiny Barcode Scanner Beeps Your Shopping List Together

Taking a paper list to the grocery store seems like a good idea, at least until you get there and try to use it. Did you remember to bring a pen? Great. How about a clipboard so you don’t punch through the paper when crossing something off? Apps are easier to use for this, especially the ones with checkboxes, but you’ll still have to enter everything manually. Wouldn’t it be easier (and way more fun) to just scan the barcodes of stuff you need into a list before you chuck the packaging?

That’s exactly the idea behind [DavidE281]’s barcode scanner, which is designed to work with the Bring! app. All he has to do is scan a barcode, and the product ends up in a tidy list on his phone. It’s a simple build that’s based around the M5StickC, which is an ESP32 dev kit that has a small display and a 6-axis IMU along with some other goodies. [David] combined it with a 2D barcode scanner that has a serial port and designed a printed case that joins them together.

Here’s how it works: the M5Stick sends the barcode over MQTT to an external Raspberry Pi that’s running Home Assistant. The Pi does a lookup in a spreadsheet and sends the data to the Bring! app over a community-built API. At the same time, it sends the product name back to the M5Stick’s display to confirm that it was added to the list. Check out bite-sized demo video after the break.

Scanning barcodes is super fun. So why not use an IoT barcode scanner to keep track of everything you own?

Continue reading “Tiny Barcode Scanner Beeps Your Shopping List Together”