

RSS Bot
Bot-
Posts
4207 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Description As extlinux is not matured within the armbian tools (armbian-config in particular), revert change until such a time as the proponents of extlinux mature the Armbian utilities. -Fixes use of overlays How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Build [X] Boot Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules View the full article
-
ADLINK has launched an IP-i IoT Prototype Kit based on their Express-ADP COM Express Type 6 Basic “Alder Lake-H” module with either an Intel Core i5-12600H 12-core (4P+8E) processor clocked at up to 4.5 GHz or a Core i3-12300H 8-core (4P+4E) processor reaching up to 4.3 GHz. The kit also includes the Express-BASE6 R3.1 carrier board, a thick heatsink with an active fan, a debug board (DB30 x86), and various cables for SATA storage, a DB9 COM port, and I/Os, and the kit can be used to develop applications for industrial automation and control, medical ultrasound, image processing and analysis, high-speed video encoding and streaming, predictive traffic analysis, multi camera-based AI, etc… The Express-ADP module supports up to 64GB DDR5 memory, optional on-module NVMe storage, up to 4x 4K displays, multiple PCIe Gen4 and Gen3 interfaces, SATA 3.0, and so on. You’ll find detailed Express-ADP COM Express module specifications in [...] The post IoT Prototype Kit is powered by an Alder Lake-H COM Express module with up to Core i5-12600H CPU appeared first on CNX Software - Embedded Systems News. View the full article
-
Just over a year has passed since the futex_waitv() syscall, part of the new futex2 systems calls, landed in Linux 5.16. But why are both needed? What role do they play in the context of gaming on Linux? Let's find out. View the full article
-
Just over a year has passed since the futex_waitv() syscall, part of the new futex2 systems calls, landed in Linux 5.16. But why are both needed? What role do they play in the context of gaming on Linux? Let's find out. View the full article
-
Description Hotfix for missing bluetooth on Asus Tinkerboard (rk3288) in RC build for Quoll 23.02 release. Also reinstate AUFS kernel module that was lost in some previous iteration. For reference: https://forum.armbian.com/topic/26661-armbian-2302-quoll-testings/?do=findComment&comment=160020 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] Compiled deb packages, installed and tested successfully on a running system Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
I don’t think I’ve ever written about open-source hardware headphones. But that’s precisely what Ploopy offers with an amplifier based on a Raspberry Pi RP2040, a Texas Instruments PCM3060 24-bit DAC, and an amplifier circuit, as well as 3D printed parts and open-source firmware written in C. As we’ll see further below the project is reasonably well documented, and you can either build it from scratch, purchase a fully-assembled kit, or something in the middle. I suppose you could even do some knitting since woven covers are part of the build just in case making your own PCBs and 3D printing parts are not your things. The electronics are comprised of two boards: The Gould amplifier board with the Raspberry Pi RP2040, Texas Instruments PCM3060 24-bit 96/192 kHz DAC, and several TI OPA1688 audio operational amplifiers The Mazzoleni driver flex boards going into the left and right rings with a [...] The post Ploopy – 3D printed open-source hardware headphones feature Raspberry Pi RP2040 MCU, TI PCM3060 24-bit DAC appeared first on CNX Software - Embedded Systems News. View the full article
-
Purism has just announced the Lapdock kit to turn their Librem 5 Linux smartphone into a laptop with a 13.3-inch touchscreen display thanks to the NexDock 360 laptop dock. I was a big believer in mobile desktop convergence around 10 years ago, expected to be soon able to use my phone as a computer or laptop with a dock, and it looked like it might have become a reality when Canonical launched the Ubuntu Edge smartphone crowdfunding campaign in 2013. But it turns out demand was not sufficient, and Canonical eventually ended their convergence efforts focusing on profitable IoT and cloud segments instead. But that does not mean there isn’t a niche market and Purism’s Lapdock kit addresses it to some extent. The Lapdock kit is comprised of three parts namely the NexDock 360 laptop dock, a magnetic mount to attach the Librem 5 to the side of the NexDock [...] The post Purism Lapdock kit converts the Librem 5 Linux smartphone into a laptop appeared first on CNX Software - Embedded Systems News. View the full article
-
Manufactured with a 4nm processor, the MediaTek Dimensity 7200 is an octa-core Armv9 processor designed for mainstream smartphones. with two Cortex-A715 cores, six Cortex-A510 cores, a Mali-G610 MC4 GPU, as well as 5G, WiFi 6E, and Bluetooth 5.3 connectivity. So far, I had only seen Armv9 SoCs with a mix of Cortex-A510 “LITTLE” cores, Cortex-A710/A715 “big” core, and Cortex-X2 or Cortex-X3 “flagship cores” as found in the Dimensity 9200 processor, but the Dimensity 7200 is one of the first Armv9 processors – one other being the Snapdragon 7 Gen 1 – without a Cortex-X core in order to provide a more affordable solution. MediaTek Dimensity 7200 specifications: CPU 2x Arm Cortex-A715 up to 2.8GHz 6x Arm Cortex-A510 2MB L3 cache GPU – Arm Mali-G610 MC4 with MediaTek HyperEngine 5.0 APU – MediaTek APU 650 AI accelerator DPU/VPU – MediaTek MiraVision 765 engine for display and 4K HDR video decoding/encoding Memory [...] The post MediaTek Dimensity 7200 Armv9 Cortex-A715/A510 processor targets mainstream 5G smartphones appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [ ] Test A [ ] Test B Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
“Block after Block” has designed a dual-display tabletop retro-gaming console using plywood edge grain and a Raspberry Pi 400 keyboard PC that allows players to physically face each other during a fight or other gameplay. While there’s a galore of projects based on Raspberry Pi SBCs, the Raspberry Pi 400 keyboard PC is more like a consumer product due to its form factor, but Block after Block integrated the PC into its own retro-gaming console which involved a lot of woodworking skills and installing RetroPie on the Pi 400 device. This DIY project mostly involves spending time in a workshop cutting wood, and once you’re done with this part, it should be pretty straightforward. The following items are required for the project: A Raspberry Pi 400 keyboard PC Two monitors (second-hand monitors will do) An HDMI splitter to mirror the output from the Pi 400 along with a micro HDMI [...] The post Raspberry Pi 400 powers dual-display retro-gaming console appeared first on CNX Software - Embedded Systems News. View the full article
-
No descriptionView the full article
-
No descriptionView the full article
-
8086 Consultancy’s PicoRelay8 is a baseboard for the Raspberry Pi Pico (W) board equipped with eight 28V DC / 10A Normally Open relays that be used for all sorts of automation projects, while Waveshare Pico-Relay-B also supports eight relays with both DC and AC loads and comes with some extra features. PicoRelay8 PicoRelay8 board specifications: Supported MCU board – Raspberry Pi Pico or Pi Pico W, and it may also work with “mostly” compatible boards such as the Banana Pi BPI-Pico-RP2040 or BPI-PicoW-S3, WeAct RP2040, and others as long as all GPIO used on the PicoRelay8 are exposed on the same pins. Relays 8x HF3FF/005-1HST relays rated for 28V DC/10A, as well as 10A/250V AC and 15A/125V AC, but the board is not designed to get power from the mains (safety-wise), so it’s only really suitable for DC loads Each relay has a 2-pin terminal block attached to it. GPIO [...] The post Control 8 relays with the Raspberry Pi Pico using PicoRelay8 or Pico-Relay-B appeared first on CNX Software - Embedded Systems News. View the full article
-
Qualcomm Snapdragon X75 is the latest 5G Modem-RF System from the company bringing 5G Advanced connectivity to smartphones, PCs, industrial IoT, vehicles, and 5G Fixed Wireless Access (FWA) routers. 5G is getting more confusing than ever, as after just having launched a 5G NR-Light modem for smartwatches, industrial IoT, and XR glasses, Qualcomm introduced the first “5G Advanced” modem with the Snapdragon X75 targetting a wide range of applications that benefit from the improvements in speed, coverage, mobility, power efficiency, etc… made possible by the 5G NR Release 18. Snapdragon X75 key features and specifications: Cellular Technology – 5G NR, LTE, LAA, WCDMA, TD-SCDMA, GSM/ Edge, CBRS, Dynamic Spectrum Sharing (DSS), EN-DC, NR-DC, mmWave, sub-6 GHz 5G Spectrum – mmWave-sub6 aggregation, sub-6 carrier aggregation (FDD-TDD, FDD-FDD, TDD-TDD), FDD-TDD support for uplink-CA, Dynamic Spectrum Sharing (DSS) 5G Modes – FDD, TDD, SA (standalone), NSA (non-standalone) Up to 10CC aggregation in mmWave, [...] The post Snapdragon X75 modem brings 5G Advanced to smartphones, IoT, and FWA routers appeared first on CNX Software - Embedded Systems News. View the full article
-
Heata, which began as an innovation project with British Gas, is a UK company that connects a server to your hot water cylinder and provides hot water to the house master for free up to 4.8 kWh per day, and at least 2.5 kWh as per contractual obligations. Companies spend millions of dollars to cool the servers hosted in their data centers and most of that heat is completely wasted. So Heata decided to create a win-win solution that lowers their cooling cost and provides free hot water to whoever has their server installed in their house. The installation process is said to be tested and approved by British Gas so you don’t lose your hot water cylinder warranty, and the heat transfer mechanism is patented as well under the UK patent GB2576035. A technician would come to cut the insulation and attach a thermal bridge to the cylinder. The [...] The post Install a server in your house, get free hot water! appeared first on CNX Software - Embedded Systems News. View the full article
-
Banana Pi has started selling an inexpensive 2.5Gbps SFP to RJ45 adapter for their Banana Pi BPI-R3 WiFi 6 router board that goes for $17.89 plus shipping ($25 shipped here) on Aliexpress. The BPI-R3 router includes five Gigabit Ethernet RJ45 ports as well as two 2.5GbE SFP cages, but since not everybody has equipment that takes SFP cables, they used to sell it with a $30 TP-Link adapter. The company now appears to have found a cheaper model marked “SFP-2.5G-T” module that works with their board. It’s designed to be inserted into one of the 2.5GbE SFP cages and provide a more common 2.5GbE RJ45 port to the user. There’s very little information about the module except its designed with an up to 100-meter cable, and the serial number BT2211010016 only points to Banana Pi’s Wiki. But I don’t think the company designed its own adapter and found another Wiki [...] The post 2.5Gbps SFP to RJ45 Ethernet adapter sells for $25 shipped appeared first on CNX Software - Embedded Systems News. View the full article
-
0xDA LLC’s USB Cereal is an open-source hardware development tool with three USB-C ports designed to simplify the testing, development, debugging, and manufacturing of devices with USB Type-C ports. Initially originated at Google, the USB Cereal project has gone through multiple revisions to optimize its quality and lower the BoM cost, and the device can be used for all sorts of USB Type-C debugging using a UART serial communication with the host device through the USB-C sideband use (SBU) pins typically reserved for device-specific applications. USB Cereal specifications: USB Type-C ports 2x USB-C ports for passthrough between the host and device under test (DUT) Note: the DUT port is on the side with a single USB Type-C connector No orientation detection has been implemented to keep the design as simple and inexpensive as possible 1x USB-C port for capture support to 3 Mbps connected through FTDI FT232RNQ USB to TTL [...] The post USB Cereal is an open-source hardware USB-C debugging & development tool (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
T-Display-S3 Touch is an update to the T-Display-S3 “Basic” ESP32-S3 board that adds a 320×170 touchscreen using a CST816 I2C touchscreen sensor. The rest of the specifications remains the same with an ESP32-S3R8 dual-core WiFi and Bluetooth LE microcontroller, 16MB flash, a 1.9-inch 320×170 color display, a USB Type-C port, a few I/Os, and support for a LiPo battery. T-Display-S3 Touch specifications: Wireless MCU – Espressif Systems ESP32-S3R8 dual-core Tensilica LX7 @ up to 240 MHz with vector instructions for AI acceleration, 512KB RAM, 8MB PSRAM, wireless connectivity Storage – 16MB flash Connectivity via ESP32-S3 2.4 GHz 802.11 b/g/n Wi-Fi 4 with 40 MHz bandwidth support Bluetooth Low Energy (BLE) 5.0 connectivity with long-range support, up to 2Mbps data rate. PCB antenna and external u.FL antenna support Display – 1.9-inch 320×170 IPS full-color LCD using the ST7789V 8-bit parallel display controller and Shenzhen Zhengxin CST816 I2C touchscreen sensor. USB [...] The post T-Display-S3 Touch ESP32-S3 board adds a touchscreen panel appeared first on CNX Software - Embedded Systems News. View the full article
-
ICOP QEC-M-01 is an EtherCAT master system running FreeDOS based on DM&P Vortex86EX2 dual-core x86 processor. It is programmable with an industrial Arduino IDE – the 86Duino IDE – that supports an EtherCAT API for real-time field monitoring and big data collection. The system can be used for industrial automation applications that require precise timing and it can monitor the hardware’s voltage, current, and temperature to calculate/estimate carbon emissions for industrial manufacturing to assist in the tracking of a factory’s carbon footprint. ICOP QEC-M-01 specifications: SoC – DM&P Vortex86EX2 dual-core processor with the Master core clocked up to 600MHz and the Slave core up to 400MHz System Memory – 1GB or 2GB DDR3 Storage – 32MB SPI Flash, MicroSD card, optional eMMC flash Networking Gigabit Ethernet RJ45 port 2x 10/100Mbps Ethernet RJ45 ports for EtherCAT master with support for CANopen over EtherCAT (CoE), File Access over EtherCAT (FoE), Distributed Clocks [...] The post Arduino-programmable EtherCAT master runs FreeDOS on Vortex86EX2 x86 processor appeared first on CNX Software - Embedded Systems News. View the full article
-
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 [...] The post KiCad 7.0.0 release – Custom fonts, text boxes, SpaceMouse, crash reporting, and much more appeared first on CNX Software - Embedded Systems News. View the full article
-
M5Stamp S3, aka M5Stamp ESP32S2 or Stamp S3, is a tiny ESP32-S3 WiFi & Bluetooth LE (BLE) IoT module with a USB Type-C port, over 20 I/Os available through 2.54mm and 1.27mm pitch headers and castellated holes, and a heat-resistant cover. Many of the “new” ESP32-S3 hardware platforms launches these days are often updates from an ESP32 design, and the M5Stack’s M5Stamp S3 is no exception building on the original M5Stamp Pico, and its ESP32-C3 variants, namely M5Stamp C3 and C3U. M5Stamp S3 specifications: WiSoC – Espressif Systems ESP32-S3FN8 dual-core 32-bit Xtensa LX7 microcontroller with AI vector instructions up to 240MHz, RISC-V ULP co-processor, 512KB SRAM, 2.4GHz WiFi 4 (802.11b/g/n), Bluetooth 5.0 BLE + Mesh, 8MB flash as found in the M5Stack ATOMS3 (Lite). Connectivity 2.4 GHz WiFi 4, 20 MHz and 40 MHz bandwidth, IEEE 802.11 b/g/n protocol, up to 150 Mbps Bluetooth 5, Bluetooth Mesh, with supports for [...] The post M5Stamp S3 WiFi and BLE IoT module offers up to 23 GPIOs through 2.54mm and 1.27mm pitch holes appeared first on CNX Software - Embedded Systems News. View the full article
-
Uptime Lab Compute Blade is yet another Raspberry Pi CM4 carrier board, but it’s kind of unique with its long design designed to be mounted in racks and the board features an M.2 socket for an NVMe SSD plus an Ethernet port with PoE+ support. The board is designed for high-density, low-power consumption, plug-and-play blade servers for home and data-center use and users can build Home labs, edge servers with lower latency than cloud services, and CI/CD systems (build farms) for testing and software development. Compute Blade specifications: SoM – Raspberry Pi CM4 support and potentially alternative system-on-modules such as Radxa CM3 and Pine64 SoQuartz Storage NVMe SSD socket up to 22110 (2230, 2242, 2260, 2280 also supported) Optional MicroSD card slot Video Output – Optional HDMI port up to 4Kp60 Networking – Gigabit Ethernet RJ45 port with PoE+ USB USB Type-C port to flash the bootloader, eMMC/SD card, and [...] The post Compute Blade – A Rack-mountable PoE-powered Raspberry Pi CM4 carrier board with an NVMe SSD (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
VVenC and VVdeC are open-source software H.266/VCC video encoder and decoder respectively that are optimized to use SIMD instructions on x86 (SSE42/SIMDe and AVX2) and Arm, and the decoder runs on Windows, Linux, macOS, and Android. H.266, aka VCC (Versatile Video Coding) video compression standard was adopted in 2020 promising to reduce data requirements by around 50% compared to the previous H.265/HEVC standard at the same visual quality. H.266 should also outperform the royalty-free AV1 video codec. We hadn’t seen news since the announcement, but this may be changing with the Realtek RTD1319D processor unveiled with support for both 4K H.266 and AV1 video decoding last September, and progress made on the VVenC & VVdeC H.266 open-source software encoder/decoder as been discussed during FOSDEM 2023. The Fraunhofer HHI group has been working on VVdeC and VVenC since the specifications were finalized in 2022. Both are based on VTM reference software [...] The post VVenC & VVdeC H.266 open source video encoder and decoder work on x86 and Arm appeared first on CNX Software - Embedded Systems News. View the full article