Way back in 2010, Intel introduced the Open Pluggable Specification (OPS) defining mechanical and electrical parameters for players to be integrated into digital signage displays, with the goal of providing an easier upgrade path. Even if it was defined by Intel we’ve seem some Arm based OPS digital players such as the ones offered by ZidooLab. If you’ve checked out the latter link, you’ll know OPS players normally come with a case, and measure 180 x 119 x 30mm to comply with the specifications. But it turns out Intel also introduced a more compact card format for digital signage / displays with Intel SDM (Smart Display Module) available as SDM-S (Small: 60 mm x 100 mm x ~20 mm; up to ~10W TDP) or SDM-L (Large: 175 mm x 100 mm x ~20 mm; up to ~45W TDP) Axiomtek made one of those module with their SDM300S SDM-S module equipped with […]
PiMecha Humanoid Robot Based on Raspberry Pi Sells for about $500
SB Components introduced PiMecha humanoid robot powered by a Raspberry Pi Zero (W)/ A+ / 2 / 3 (B+) board, and offering 17 degrees of freedom (DoF) on Kickstarter a few months ago. But with KS backers expecting their rewards in September, the company is now taking pre-orders on their own website for the robot for 399 GBP, or about $511 at today’s exchange rate. The company has apparently not published any detailed specifications of the robot on their website. But the robot is basically comprised of an outer shell comprised of removable metal pieces, and precise smartbus servo motors. Your chosen Raspberry Pi board would be fitted to the robot’s chest together with PiMecha shield add-on board handling the servo control. PiMecha can be easily customized with a Pi camera, an LCD display, your own sensors an so on. SB Components provide software to program the robot in order […]
Kohler Novita “Therapy Bidet” Bluetooth LE Enabled Toilet Seat Works with Android & iOS Smartphones
If you’ve ever been to Japan, and to a lesser extend in Korea, you’ll probably have used one those toilet seat that sprays water, and ends with a gentle drying once you’re done with business. That’s all good, but you’d still need to press the buttons to activate it, and who knows what kind of germs may be on those buttons. But with Nordic Semi nRF52832 powered Kohler Novita “Therapy Bidet” (BD-TE80M) you don’t need to worry about third party germs, since it can be controlled over Bluetooth LE with your very own smartphone contaminated with your very own germs. The toilet seat bidet supports three different spray modes (active, silky, and mist) aka “water experiences”, as well as dual dry air blower combined with far infrared for “better skin care” and improved blood circulation. An auto-customization mode is available for ladies during the thing that normally happens every moon […]
μArt is a Universal USB to UART-TTL Adapter with Safety Features (Crowdfunding)
I’ve never had specific issues with USB to TTL debug boards personally, but potentially you could damage the target if you select one with the wrong voltage, and for more advanced use cases often do not include GPIOs. μArt USB to UART-TTL Adapter aims to solve those issue with wide voltage range (1.8 to 5.4V), safety features like galvanic isolation or over-current protection, and one header exposing I/Os. Key features: Universal TTL-UART – 1.8 – 5.4 V, up to 3M speed, standard & non-standard baudrates, pins for handshaking and flashing various MCU families, wide OS-support Galvanic isolation, integrated pull-ups, signal- and power-filters Over-current protection, reverse-polarity protection, ESD protection, mechanical protection Voltage-autosensing, LEDs, GPIOs, software-configurable Dimensions – 58 x 33 x 14 mm Weight – 16 grams Everything is also packaged in a case contrary to most (all) other boards in the market. uART-USB-TLL-Board The developer provides drivers for Windows, Linux, […]
How to Make a Cheap Single Channel Gateway with an ESP32 LoRa Board
Actual LoRaWAN gateways based on Semtech SX1301 concentrator can be pretty expensive, and even if you take a LoRa gateway design based on Raspberry Pi for indoor placement or experimentation, price is still around $200. A much cheaper way (~$70) is to use a single channel LoRa gateway, which as the name implies only support one channel, which limits the number of nodes, and forces you to set the nodes at the same frequency as your gateway. Those are not really suitable for commercial offerings, but if you manage your own gateway and nodes that should be usable. If you only plan to implement a network with a dozen nodes or so, you could even use much cheap ESP32 LoRa board like the ESP32 LoRa 1-Channel Gateway sold on Sparkfun for $29.95. Hardware specifications: Connectivity WiFi and Bluetooth 4.2 LE via ESP32-WROOM-32 module with integrated PCB antenna LoRa @ 868 […]
Pocket Science Lab (PSLab) is an Open Source Hardware Electronics Lab
Last Saturday I created a virtual schedule for the Embedded Linux Conference Europe 2018 where I listed some of the sessions relevant to myself and hopefully regular readers of CNX Software, but due to scheduling conflicts one talk did not make it to the list: “Pocket Science Lab – An Open Source Hardware for Electronics Teaching & Learning” by FOSSASIA. The project is also referred to as PSLab, and aims to “create an Open Source hardware device that can be used for experiments by teachers, students, and citizen scientists to learn and teach electronics”. It looks interesting enough so let’s have a closer look. The project is inspired by the earlier expEYES project that combines with Raspberry Pi or other Linux platform to create an electronic labs, and the work by the Open Science Hardware community. PSLab key features and specifications: MCU – Microchip PIC24EP256GP204 16-bit microcontroller @ up to […]
Embedded Linux Conference Europe & OpenIoT Summit Europe 2018 Schedule
The Embedded Linux Conference & OpenIoT Summit 2018 took place in March of this year in the US, but the European version of the events are now planned to take place on October 21-24 in Edinburg, UK, and the schedule has already been released. So let’s make a virtual schedule to find out more about some of interesting subjects that are covered at the conferences. The conference and summit really only officially start on Monday 22, but there are a few talks on Sunday afternoon too. Sunday, October 21 13:30 – 15:15 – Tutorial: Introduction to Quantum Computing Using Qiskit – Ali Javadi-Abhari, IBM Qiskit is a comprehensive open-source tool for quantum computation. From simple demonstrations of quantum mechanical effects to complicated algorithms for solving problems in AI and chemistry, Qiskit allows users to build and run programs on quantum computers of today. Qiskit is built with modularity and extensibility […]
More Speculative Execution Exploits – Meet Foreshadow / L1 Terminal Fault
Speculative execution is a feature to speed up performance of recent processors which works by predicting and loading likely future instructions ahead of time. The features became somewhat famous a few months ago with Meltdown and Spectre vulnerabilities exploiting the features. The exploits impact Intel, AMD, Arm, and other processors to various degrees, and since the feature is built-in into the hardware, there’s no easy fix, and instead operating systems vendors, cloud service providers, hosting services and other stakeholders implemented mitigations. While a lot of progress has been made, work is still going on with the just released Linux 4.18 still getting some code changes related to the exploits. But just as solutions were found for Spectre and Meltdown, a new speculative execution exploitation has raised its ugly head: L1 Terminal Fault also known as Foreshadow. The new flaw appears to be just as serious, and a dedicated website has […]