Roboreactor – A Web-based platform to design Raspberry Pi or Jetson-based robots from electronics to code and 3D files

Roboreactor Web based interface to design robots

Roboreactor is a web-based platform enabling engineers to build robotic and automation systems based on Raspberry Pi, NVIDIA Jetson, or other SBCs from a web browser including parts selection, code generation through visual programming, and generating URDF models from Onshape software. You can also create your robot with LLM if you wish. The first step is to create a project with your robot specifications and download and install the Genflow Mini image to your Raspberry Pi or NVIDIA Jetson SBC. Alternatively, you can install Gemini Mini middleware with a script on other SBCs, but we’re told the process takes up to 10 hours… At this point, you should be able to access data from sensors and other peripherals connected to your board, and you can also start working on the Python code using visual programming through the Roboreactor node generator without having to write code or understand low-level algorithms. Another […]

RP2350-USB-A – A Raspberry Pi RP2350 board with an extra USB Type-A port using a PIO implementation

Raspberry Pi RP2350 board with USB-A port

Waveshare RP2350-USB-A is a small Raspberry Pi RP2350  board with a USB-C port for power and programming and a USB-A port to use the board as a USB device or host through a programmable IO (PIO) implementation. The board also features an RGB LED and two GPIO headers, which could make it useful for controlling GPIO/I2C/UART/SPI-connected devices when connected to a USB keypad or similar input. Alternatively, it could emulate a keyboard, mouse, or other USB device when connected to a host. RP2350-USB-A specifications: SoC – Raspberry Pi RP2350A MCU CPU Dual-core Arm Cortex-M33 @150MHz with Arm Trustzone Dual-core 32-bit Hazard3 RISC-V @ 150MHz Up to two cores can be used at the same time Memory – 520KB SRAM Storage – 2MB SPI flash for firmware USB USB Type-A port connected to GPIO12, GPIO13, 5V, and GND USB 1.1 Type-C port for power and programming Expansion – 2x 9-pin 2.54mm […]

V-Link leverages GMSL2 to extend Raspberry Pi camera with up to 15-meter cable (Crowdfunding)

V-Link Raspberry Pi GSML2 camera

Videtronic’s V-Link is a compact solution designed to extend the range of Raspberry Pi MIPI DSI cameras using GMSL2 (Gigabit Multimedia Serial Link v2)  technology with up to 15-meter cables. We covered this type of solution in several NVIDIA Jetson Nano development kits and embedded computers, but never for the Raspberry Pi SBC. The V-Link relies on a MAX96717-based MIPI CSI-to-GSML2 board that connects to the MIPI CSI connector on the Raspberry Pi and a MAX96714-based GSML2-to-MIPI CSI board connected to the Raspberry Pi Camera Module. The solution provides an alternative to THine THSER101 Raspberry Pi camera extension kit that works with LAN cables up to 20 meters long. V-Link specifications Transmitter board Analog Devices MAX96717 CSI-2 to GMSL2 Serializer MIPI CSI input connector GSLM2 output connector Receiver board Analog Devices MAX96714 Single GMSL2/GMSL1 to CSI-2 Deserializer GSLM2 input connector MIPI CSI output connector to Raspberry Pi Camera Module Compatibility […]

Meshtastic Designer helps you build custom Meshtastic solutions with RAKwireless Wisblock components

Meshtastic Designer

RAKWireless introduced the Wisblock IoT Modular System in 2020 to let developers easily create LoRaWAN IoT solutions with various core modules, baseboards, and sensor/IO modules. The company kept adding new Wisblock modules year after year, and there are now over 120 modules part of the Wisblock ecosystem. While the large choice of modules makes designing IoT prototypes more flexible, customers often face challenges in checking compatibility and selecting the right modules for the right slots. That’s why RAKWireless has been working on web-based online designer tools for the Wisblock ecosystem. The first release is the Meshtastic Designer used to quickly configure and create their own Meshtastic devices from the module to enclosure, and place an order from there once the design is complete. I’ve given it a quick try myself. I wanted a Meshtastic device with a display, a keyboard, a GNSS module, and an air quality sensor since the […]

HackCable is a wireless-enabled, USB-C keystroke injection cable powered by ESP32 or RP2040 (Crowdfunding)

HackCable ESP32 and RP2040 Keystroke Injection

HackCable is a wireless-enabled USB-C keystroke injection cable described as the “ultimate tool for cybersecurity enthusiasts and ethical hackers.” powered by the ESP32-S3 or the Raspberry Pi RP2040. The ESP32-S3 version is described as the Wi-Fi Version and offers a built-in Wi-Fi hotspot, remote operation, and master-slave configuration for multiple cables. The Normal Version is a cheaper variant powered by the Raspberry Pi RP2040 microcontroller and built for focused, offline tasks where wireless control isn’t needed. The HackCable promises hardware keylogging, remote control, and master-slave synchronization for multiple cables. We have covered other USB penetration testing tools like the Diabolic Drive and Pendrive S3, but those were USB dongles while the HackCable looks like a standard USB Type-A to USB Type-C cable. There is very little information about the product, other than the microcontrollers that power it. It is likely running SuperWiFiDuck or some other USB rubber ducky program. It […]

PCIe3.0 to Dual M.2 HAT+ for Raspberry Pi 5 features ASMedia ASM2806 PCIe 3.0 switch

PCIe 3.0 to dual M.2 HAT for Raspberry Pi 5

We’ve already covered Raspberry Pi HAT+ boards with multiple M.2 sockets with various keyings including the Geekworm X1004 HAT+, Pineboards HatDrive! AI, and  HatDrive! Dual with two sockets, and the Geekworm X1011 with four M.2 Key-M sockets. So when I saw Seeed Studio introduced a dual M.2 HAT+ board I initially thought it was uninteresting being a very similar board. However, all aforementioned PCIe to M.2 HAT+ boards are based on either the ASMedia ASM1182e or ASM1184e PCIe Gen2 x1 packet switches with 5GT/s shared bandwidth, and Seeed Studio’s PCIe3.0 to Dual M.2 HAT+ for Raspberry Pi 5 features instead an ASMedia ASM2806 PCIe 3.0 switch supporting up to 8GT/s shared bandwidth through the Raspberry Pi 5’s PCIe Gen3 x1 interface. Seeed Studio PCIe 3.0 to Dual M.2 HAT+ key features and specifications: Supported SBC – Raspberry Pi 5 and potentially other SBCs with a PCIe FFC connector like the […]

Linux 6.13 Release – Main changes, Arm, RISC-V, and MIPS architectures

Linux 6.13 Changelog

Linus Torvalds has just announced the release of Linux 6.13 on the Linux Kernel Mailing List: So nothing horrible or unexpected happened last week, so I’ve tagged and pushed out the final 6.13 release. It’s mostly some final driver fixes (gpu and networking dominating – normal), with some doc updates too. And various little stuff all over. The shortlog is appended for people who want to see the details (and, as always, it’s just the shortlog for the last week, the full 6.13 log is obviously much too big). With this, the merge window for 6.14 will obviously open tomorrow. I already have two dozen pull requests pending – thank you, you know who you are. Linus Release about two months ago, Linux 6.12 – the new LTS version – brought us real-time “PREEMPT_RT” support that had always required out-of-tree patchsets until now, the completion of the EEVDF (Earliest Eligible […]

NextPCB offers free PCBA prototypes for RP2350/RP2040 designs, RP2040 MCU as low as 30 cents (Sponsored)

NextPCB Free PCBA with Raspberry Pi RP2040 RP2350 MCU

NextPCB Accelerator is an initiative from the PCB and PCBA manufacturer to empower innovators and creators to bring their ideas to life, and the ongoing campaign features the Raspberry Pi RP2350 and RP2040 microcontrollers. Specifically, NextPCB offers two free PCBA prototypes for any original design based on either the RP2350 Cortex-M33/RISC-V microcontroller or RP2040 Arm Cortex-M0+ MCU  from Raspberry Pi. The company also offers subsidized bulk pricing for the Raspberry Pi RP2040 for any company or maker mass-producing their design with NextPCB. Besides PCB manufacturing, NextPCB will offer professional assembly of the RP2040 or RP2350 chips using their precision pick-and-place machines, advanced automated inspection equipment, and carefully controlled manufacturing practices. NextPCB’s IC programming and firmware burning services will free up time for customers, and functional testing services will make sure all prototypes are tested for functionality before leaving the production line. The conditions of the offer are pretty straightforward. NextPCB […]

EmbeddedTS embedded systems design