Luke Wren’s PicoStation 3D Games Console Gives the RP2040 FPGA 3D Powers — or Vice Versa

As-yet untested in hardware, the PicoStation 3D is a highly flexible pairing of an RP2040 microcontroller and iCE40 FPGA.

Engineer Luke Wren has released the design files for a Raspberry Pi RP2040-powered games console dubbed the PicoStation 3D — with a Lattice Semiconductor iCE40 UP5k FPGA as a coprocessor for 3D graphics.

Read more…

Akira Kaneda’s Bike – Arduino & 3D printing

– 3D프린터와 아두이노를 이용해서 제작한 아키라 바이크 입니다.
– RC BIKE V1을 기반으로 디자인을 변경한 버전 입니다.

BLE MotorShield http://www.3demp.com/product/productD…
RC BIKE STL & Arduino code http://www.3demp.com/community/boardD…
Controller App : android : https://play.google.com/store/apps/de…
ios : https://apps.apple.com/kr/app/3demp/i…

ESP32 Dual Core on Arduino IDE including Data Passing and Task Synchronization

The new ESP32 has three cores. Two of them are very fast; the third is ultra-low power.
The Arduino IDE typically only uses one of the fast cores. Today:
– We will take full advantage of the second core of the ESP32
– We will test if it really increases the capacity of our microprocessor
– We will also compare its dual-core speed with the speed of an Arduino UNO
– We will try to synchronize tasks, even if they run on two different cores
– We will also try to use the same data on both cores
– These two mechanisms are mandatory if you want to use the two cores in a productive fashion
– And we will not leave the Arduino IDE. Promised

Thermoelectric Cooler On The RaspberryPi 4! Super Low CPU Temps With Science!

In this video, I test out a Thermoelectric cooler on the Raspberry pi 4 and it worked out really well even when the Raspberry pi is overclocked, it’s actually the best cooler I’ve tested on the I so far. This Cooler uses the Peltier effect and is actually classified as a solid-state active heat pump, It transfers heat from one side of the device to the other using electricity. Basically when you apply power to the heatsink one side gets really hot and one side gets really cold.

The thermoelectric device I use in the video is a low power version but the cold side can still get down to 8 degrees Celsius.

You’ll Need a Microscope to Play This Inch-Tall Game Boy Clone

When the original Game Boy arrived, so did hundreds of accessories designed to improve its gameplay experience, including oversized lenses to help magnify its small screen. For the Arduboy Nano, however, you’ll have a better chance at getting the next high score if you stick it under a microscope.

Way back in 2014, Kevin Bates floored us with a credit card-thin electronic business card that put a fully playable game of Tetris in your wallet. That creation eventually went on to become an officially licensed handheld system and inspired the creation of Bates’ Arduboy: an open-source Arduino-based Game Boy clone with a loyal following of developers who’ve created hundreds of free games for it.

Read more…

Creating a MIDI Pass-Through Recorder

If you’ve ever used audio software on the computer, you probably know that MIDI exists: a signalling protocol that allows controllers to control virtual instruments like synths. It’s also the protocol used by real audio hardware to talk to each, and you can think of it as the language in which, rathar than communicating a fluctuating voltage signal or series of discrete sample values, devices talk about what is being done on them (“A4 got pressed”, “F4 got released”, “the mod wheel moved down”, etc).

Read more…

This pen plotter draws detailed maps the size of walls

Christopher Getschmann wanted a wall-sized map of the world. He soon realized, however, that it’s tough to actually buy such a map that’s both beautiful and detailed enough to satisfy his cartographic tastes. While many would simply move on to the next “thing,” Getschmann instead took things into his own hands, and built a pen plotter specifically to draw a massive 2×3 meter map for his wall.

Read more…