KiCad 7.0.0 open-source EDA software has just been released with a range of new features from custom fonts to 3Dconnexion SpaceMouse integration to opt-in Sentry crash reporting, and many more. It took over three years between KiCad 5.0.0 and KiCad 6.0.0 announcements, but only a little over a year for the release of KiCad 7.0.0. Did KiCad developers acquire superhuman abilities or did AI get involved in the development somehow? Most probably not, and instead they change the release schedule to a yearly one, so we should get annual releases of the open-source EDA suite going forward, with KiCad 8.0.0 to be released in Q1 2024. Some notable changes to KiCad 7.0 include: Custom Fonts support is now available in the schematic, PCB, and worksheet editors to allow the use of any system font. Text box support was added in both the schematic and PCB editors. 3Dconnexion SpaceMouse support in […]
ESP32 MPY-Jama is a MicroPython IDE for ESP32 boards
ESP32 MPY-Jama is a cross-platform MicroPython IDE specifically designed for ESP32 boards with a file manager, a REPL terminal, real-time dashboards, and various ESP32-specific features. The IDE is an open-source Python program using pyWebView and pySerial plus some JavaScript for the user interface, and the developer of the program, Jean-Christophe Bos, provides binaries for Windows 64-bit and macOS 64-bit Arm or x86. It’s also possible to use it in Linux but needs to be built from source. Some of the key features of the ESP32 MPY-Jama IDE include: MicroPython code editor with syntax highlighting REPL interface Access to information dashboards with real-time data about WiFi and Bluetooth connections, system info with GPIO status, CPU frequency, memory and SPI flash details Easy 2-click methods to connect to WiFi and create an access point Graphical interface to install a new firmware through esptool Ability to create, import, and run “Jama Funcs” mini-applications […]
Orange Pi OS – An Android-based desktop OS with Windows 11’s look and feel
The manufacturer of Orange Pi boards, Shenzhen Xunlong Software, has formally announced the release of Orange Pi OS based on Android with a Windows 11-styled desktop that we are told can also be switched to macOS look and feel, and offering features typically found in desktop operating systems such as multi-window support. I understand the current release of the operating system works on Orange Pi 800 keyboard PC and the Orange Pi 5 SBC should also be supported once soon. We’re told Orange Pi OS is based on Android 12, but that may be an error since I’m not aware of an Android 12 SDK for the Rockchip RK3399 processor. The company plans to release an Arch Linux Arm version named Orange Pi OS (Arch) as well as an Open Harmony variant called Orange Pi OS (OH) next year. Orange Pi OS highlights: Design similar to Windows 11 with a […]
Luxonis OAK-D series 2 USB and PoE cameras integrate 3D depth and AI for robotics applications
Luxonis OAK-D Series 2 are the second-generation of USB or PoE cameras with 3D depth and a built-in AI accelerator mostly used for computer vision in robotics applications. We first wrote about Luxonis’ DepthAI module for Raspberry Pi based on the Intel Myriad X AI accelerator in 2019, and later found the module integrated into OpenCV AI Kit Lite, aka OAK-D Lite camera. The second-generation OAK-D cameras replace the module with a Robotics Vision Core 2 (RVC2) “chip-down design” equipped an SoC and Myriad X AI accelerator for up to 4 TOPS of processing power, including 1.4 TOPS for AI inference. Luxonis OAK-D Series 2 specifications and features: Robotics Vision Core 2 based on Myriad X AI accelerator 4 TOPS of processing power (1.4 TOPS for AI) Video encoding – H.264, H.265, MJPEG @ 4Kp3, 1080p60 Computer vision – Warp/dewarp, resize, crop via ImageManip node, edge detection, feature tracking, custom […]
Arduino IDE 2.0 is now officially released
The first stable release of Arduino IDE 2.0 is now out. Based on the Eclipse Theia framework, the new IDE provides a more modern and user-friendly user interface, faster compilation time, and more features we’ll discuss in this post. Arduino initially introduced the Arduino IDE 2.0 beta in March 2021 with a live debugger with breakpoints support, a revamped user interface with features such as autocompletion of variables and functions. After 18 months of debugging with the help of members of the community such as Paul Stoffregen (the maker of the Teensy boards), the Arduino IDE 2.0 is not an experimental software anymore, and it’s the first version you’d see in the download page. The Arduino IDE 2.0 is available for Windows 10 64-bit and newer, Linux X86-64, and macOS 10.14 “Mojave” or newer. If you’ve already installed Arduino 1.x, it will inform you of updates for your installed libraries […]
Turing Smart Screen – A low-cost 3.5-inch USB Type-C information display
“Turing Smart Screen” is a low-cost 3.5-inch USB-C display that connects to systems with a USB port, and works with Windows, Linux (including Raspberry Pi), MacOS, and other operating systems that support Python3. But contrary to my initial assumptions, it does not exactly act as a second monitor, and instead, it is an information display, originally designed to show resource utilization, e.g. CPU and memory usage, in Windows, and controlled through commands send to the USB port. Turing Smart Screen specifications: 3.5-inch IPS display with 480×320 resolution, portrait and landscape support MCU – WCH CH552T 8-bit E8051 core MCU for USB devices Host interface – USB Type-C interface Auto start on power on Dimensions Product: 85 x 55 x 8 mm Display area: 74 x 49 mm The manufacturer says it works with Windows only using its own software, and not AIDA64. The Windows software features functions to change the […]
Picovoice Cobra Voice Activity Detection Engine shown to outperform Google WebRTC VAD
Picovoice Cobra Voice Activity Detection (VAD) engine has just been publicly released with support for Raspberry Pi, BeagleBone, NVIDIA Jetson Nano, Linux 64-bit, macOS 64-bit, Windows 64-bit, Android, iOS, and web browsers that support WebAssembly. Support for other Cortex-M and Cortex-A based SoCs can also be made available but only to enterprise customers. Picovoice already offered custom wake word detection with an easy and quick web-based training and offline voice recognition for Raspberry Pi, and even later ported their voice engine to Arduino. Cobra VAD is a new release, and, like other VADs, aims to detect the presence of a human voice within an audio stream. Picovoice Cobra can be found on Github, but note this is not an open-source solution, and instead, libpv_cobra.so dynamic library is provided for various targets, together with header files and demos in C, Python, Rust, and WebAssembly, as well as demo apps for iOS […]