Schlagwort: Cyberdeck

  • Toddler receives a custom cyberdeck

    Toddler receives a custom cyberdeck

    Reading Time: 2 minutes

    The cyberdeck community has exploded in recent years, because makers like to use their creativity to create custom machines tailored to their tastes and requirements. But the community has overlooked one very significant target market: toddlers. Young kids love fiddling with buttons and switches, and there is a plethora of evidence that suggests that interactive toys are good for development. With that in mind, a hacker dad named Josh built his son this cyberdeck for little ones.

    Unlike most cyberdecks, this doesn’t actually have to do any real computing. Josh’s son won’t be performing any pentesting with Kali Linux. Instead, it just needs to be fun and engaging for a two-year-old. That means lots of switches, buttons, dials, and LEDs. The top does have a single-board computer and screen from a promotional video player, but it is self-contained and just loops videos. All of the real magic happens in the bottom half.

    Josh created this cyberdeck using a waterproof hard case. The bottom half has a panel covered in buttons and switches. Each of those also has a corresponding LED. An Arduino Mega 2560 board monitors the states of the inputs, then sets the LEDs accordingly. Right now, that is just a one-to-one direct relationship, so flipping a particular switch turns a specific LED on or off. But Josh envisions more complicated relationships, like logic puzzles, that he can incorporate as his son gets older. Implementing those would be as simple as uploading new sketches to the Arduino.

    The post Toddler receives a custom cyberdeck appeared first on Arduino Blog.

    Website: LINK

  • Mega six-screen cyberdeck

    Mega six-screen cyberdeck

    Reading Time: 3 minutes

    Holy cyberdecks! Redditor Holistech (aka Sören Gebbert) really leaned in to the “more is more” idiom when building this big orange cyberdeck using three Raspberry Pis. Why use just one screen to manipulate enemy cyberware and take down your cyberpunk foes, when you can have six?

    six screen cyber deck rear view
    Rear view (keep reading for the big reveal)

    From four to six

    We first came across Sören’s work on hackster.io and we were impressed with what we found, which was this four‑screen creation running Linux Mint on a dual Raspberry Pi setup:

    four screen cyberdeck
    The first, four-screen, iteration of this project is still impressive

    So imagine our surprise when we clicked through to check out Holistech on reddit, only to be confronted with this six‑screen monstrosity of brilliance:

    six screen cyberdeck
    Level up

    He’s only gone and levelled up his original creation already. And before we even had the chance to properly swoon over the original.

    Under the hood

    Originally, Sören wanted to use Raspberry Pi Zero because they’re tiny and easily hidden away inside projects. He needed more power though, so he went with Raspberry Pi 4 instead.

    cyberdecks on a desk
    The whole family

    Sören 3D-printed the distinctive orange frame. On the back of the rig are openings for a fan for active cooling and a mini control display that shows the CPU temperature and the fan speed.

    Six 5.5″ HD resolution screens are the eyes of the project. And everything is powered by hefty 26,000 mAh battery power banks.

    Carry on

    And it gets even better: this whole multi-screen thing is portable. Yes, portable. You can fold it up, pack it away in its suitably steampunk metal box, and carry it with you.

    There are plenty more photos. Head to Instagram to take a closer look at how Sören’s genius design folds in on itself to enable portability.

    Website: LINK

  • A military-looking cyberdeck with a built-in Geiger counter

    A military-looking cyberdeck with a built-in Geiger counter

    Reading Time: 2 minutes

    A military-looking cyberdeck with a built-in Geiger counter

    Arduino TeamNovember 25th, 2020

    Combining cosplay and actual science, as well as an origin story that entails the two, this R.A.T.I.S. (Remote Assault and Tactical Intelligence System) cyberdeck by Paul Hoets is a true retrofuturistic work of art.

    The build supposedly has its roots in the 1970s South African nuclear program, where it was used for radiation measurement and encrypted satellite data transfer. Given the luggable cyberdeck’s superb quality, one could almost believe it was military equipment.

    Looking inside the rugged case reveals a Raspberry Pi 3 that provides computing power along with an Arduino Leonardo for a custom joystick input device. While there’s no satellite uplink (at least not without WiFi), it does feature a functional Geiger counter, which allows one to monitor local conditions for dangerous radiation levels.

    The keyboard (quite nicely shoehorned into the lid of the waterproof case, unlike the, um, actual main panel…) is a combination of wireless Logitech keyboard bunker (a carefully planned slot with magnets holds the keyboard in place), and an Arduino Leonardo connected to a small joystick, click function being right-click, a left-right-up-down set of buttons, and a FIRE button connected to a red LED when pressed. All of which becomes a USB controller when connected with USB to the main panel. This means that you could survive without a mouse, having the same functions available. Of course, the entire thing is reprogrammable, and the little panels were supposed to be removeable for prototyping, but I kinda just got tired and never developed it further. Maybe next time….

    Website: LINK