System76 Launch high-end customizable keyboard for PC’s that we covered earlier this week, and ANAVI Macro Pad 2 2-key mechanical USB keypad should not have anything in common, but they do to some extent. Both happen to feature backlit mechanical keys, are open-source hardware, and run the same Quantum Mechanical Keyboard Firmware (QKM) open-source firmware. ANAVI Macro Pad 2 specifications: MCU – Microchip ATtiny85 8-bit AVR microcontroller with 8 KB ISP Flash memory, 512 bytes EEPROM, 512 bytes SRAM Keys – Two Gateron Red mechanical switches with 3 mm LED backlighting and translucent keycaps Host connection – MicroUSB port Dimensions – 40×38 mm OSHWA certification – BG000077. ANAVI Technology says the key is compatible with Windows, MacOS, and GNU/Linux support, but as a USB keypad, it should probably just work with any host device supporting the USB HID class. ANAVI Macro Pad 2 is a smaller version of the earlier […]
Eyecam open-source webcam will make you feel spied on
Most people will use webcams connected to a computer or integrated into a laptop without thinking about the possibility of being spied on, but Eyecam will certainly raise awareness and make you feel like somebody is truly watching. The open-source webcam is shaped like a human eye and acts like one thanks to a Raspberry Pi camera and an Arduino board controlling six servos for eyeball, eyelids, and eyebrows movements. The project was conducted at Saarland University in Germany, and Eyecam looks amazingly realistic – and creepy – with the eyeball and eyelids moving, especially when face tracking is enabled, and expressions are possible with servos controlling the eyebrows. The webcam is comprised of 3D printed parts, a Raspberry Pi camera connect to Raspberry Pi Zero recognized as a USB webcam from the host, and an Arduino Leonardo Pro Micro to control the 6 servo motors. On the software side, […]
ArduinoShrink library slashes code size, boosts speed of Arduino AVR firmware
Arduino AVR Core is supposed to be already efficient, as the resulting code will run on AVR ATmega168 and ATmega328 MCUs with just 16 to 32KB of internal flash storage and 8 to 16 MHz clock speeds. But Nerd Ralph felt there was space for improvement as for instance the Blink sample takes 924 bytes of flash storage when compiled for the Arduino Uno. So he developed ArduinoShrink library with the same functions as Arduino AVR Core but enabling smaller and faster firmware files. The result is pretty impressive as we can see from the screenshot above with the Blink sample now taking just 196 bytes or an almost 80% reduction in size. So how was this feat achieved exactly? Ralph explains it in details in a blog post, but in a nutshell, the following main two steps were taken: Writing modular, self-contained code instead of providing a single static […]
Crowbits magnetic blocks for STEM Education work with Arduino, Micro:bit, ESP32, and Raspberry Pi (Crowdfunding)
Elecrow develops and manufactures electronics products for the maker market, and in recent years entered the STEM education market with products such as CrowPi2 Raspberry Pi 4 education laptop that I reviewed last year. The laptop integrates plenty of electronics modules, and students can learn Scratch visual programming as well as Python programming with the educational software running on the laptop. The company has now launched Crowbits magnetic electronic blocks for STEM education, and compatible with Arduino, ESP32, Raspberry Pi, and Micro:bit boards. There are over 80 programmable electronic magnetic modules and Lego bricks, with three different sizes ( large, middle, and small modules) of different colors with blue used for power control and logic control, green for output, yellow for input, and orange for advanced programming. Out of the 80+ modules, around 30 can be used without programming at all. Elecrow provides 5 kits to let users learn basic […]
MutantC v3 open hardware DIY UMPC works with Raspberry Pi and compatible SBC’s
FOSDEM 2021 open-source developer event will take place online later this week, and yesterday we compiled a list of talks, with one entitled “MutantC PDA introduction – open source and hardware PDA shell” piquing my interest. The talk will be about the third revision of the hardware which allows you to create your own UMPC or handheld computer powered by a Raspberry Pi SBC or other compatible single board computers including Asus Tinker Board S, PINE H64 Model B, Banana Pi BPI-M4B, among others. MutantC v3 is versatile and highly customizable as can be seen from the specifications highlights: Supported SBCs – Raspberry Pi Zero, 2, 3, 4 and compatible. Arduino for keyboard – SparkFun Pro Micro 5v/16Mhz or SparkFun Qwiic Pro Micro – USB-C Display – 2.8-inch, 3.5-inch, or 4-inch “GPIO” LCD such as AdaFruit PiTFT 480×320 display Custom PCBs for display, mainboard, and thumbstick Expansion External 12-pin “docking” […]
Rotary Un-Smartphone is a rotary dial phone based on Arduino, 4G LTE module
If you feel nostalgic and misses the days of the rotary dial phone, Sky’s Edge “Rotary Un-Smartphone” is an open-source hardware rotary dial phone controlled by an Arduino board and equipped with a multi-mode 4G/3G/2G module. It’s a bit more advanced that you old rotary phone with recent cellular technology, ePaper & OLED displays, quick dialing buttons, and the rotary dial can both be used to dial full phone number or quickly access your contact list. Key features of the Rotary Un-Smartphone: MCU board – Arduino board based on AtMega2560 MCU Storage – MicroSD card to store contacts list Displays – Front-side OLED and back-side ePaper displays Cellular Connectivity 4G/3G/2G connectivity via u-Blox TOBY-L2 module Voice calls and SMS (receive-only) supported SIM card slot Internal antenna; expansion space for user-supplied external antenna Audio Microphone and speaker 3.5mm TRRS headset jack Mechanical ringer bell made from polished brass; externally visible Misc […]
Stripped-down Raspberry Pi 3B+ SBC powers YARH.IO Micro 2 DIY handheld PC
We’ve already seen a few DIY Raspberry Pi-based handheld computers in the past with the likes of Zero Terminal V3 or hgTerm powered by a Raspberry Pi Zero and a stripped-down Raspberry Pi 3 board respectively. So why not another? YARH.IO Micro 2 DIY handheld PC is based on a Raspberry Pi 3B+ SBC stripped from its Ethernet port, whose double stack USB connectors have been replaced with single stack USB connectors. The DIY computer also adds off-the-shelf parts with a 4″ touch screen display and a Bluetooth keyboard without touchpad, and gets its power from a 3,500 mAh battery. YARH.IO Micro 2 key components and features: SBC – Stripped-down Raspberry Pi 3B+ SBC Display – HyperPixel 4.0 4-inch IPS display with 800×480 resolution, touchscreen from Pimoroni Keyboard – 49-key mini keyboard with Bluetooth 3.0 ($10) USB – USB straight and right-angle connectors for four USB ports around the device […]
Open-source VSCP IoT/M2M automation framework supports Arduino, Raspberry Pi
VSCP (Very Simple Control Protocol) is an open-source IoT framework that works on development boards like Arduino or Raspberry Pi, and lets you control IoT home automation tasks. The framework is highly scalable, has a very low footprint, and as such is specially designed for resource-limited devices. VSCP is an open-source standard protocol for m2m, IoT and other remote control and measurement applications. It enables simple, low-cost devices to be networked together with high-end computers and/or to work as an autonomous system, whatever the communication media is. The VSCP Protocol has two levels: Level 1 and Level 2. The protocol was primarily used in CAN networks (that is Level 1 for tiny microcontrollers) because CAN is cheap and reliable with high efficiency. However, VSCP can be used for faster transport layers such as TCP/IP, so here comes Level 2 which achieves better performance. We have already seen Souliss, an open-source […]