

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 Support for Qualcomm 802.11ac wlan cards. [ 8.139348] ath10k_pci 0002:21:00.0: enabling device (0000 -> 0002) [ 8.140595] ath10k_pci 0002:21:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0 [ 8.411127] ath10k_pci 0002:21:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 1a56:1535 [ 8.411141] ath10k_pci 0002:21:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 1 [ 8.411394] ath10k_pci 0002:21:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb [ 8.480374] ath10k_pci 0002:21:00.0: board_file api 2 bmi_id N/A crc32 706c395e [ 8.652843] ath10k_pci 0002:21:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1 [ 8.749189] ath10k_pci 0002:21:00.0 wlP2p33s0: renamed from wlan0 Checklist: [x] My code follows the style guidelines of this project [x] 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 [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Google is allegedly about to release the ADT-4 hybrid developer kit for Android TV based on Amlogic S905X4 processor with AV1 video support, as well as ATSC 3.0 and DVB-S2 tuner. Launched in January 2020, the Google ADT-3 developer box allows developers to test their app on the latest version of the Android TV OS as soon as it is released. But 9to5Google reports the devkit has been out of stock for several months, will be deprecated, and they’ve read some documentation about an ADT-4 Hybrid Developer Kit that should replace it by the end of the year or early next year with digital TV tuners. The documentation is private/confidential, but 9to5Google says the device looks to the DroidLogic’s Amlogic S905X4 Developer Box with the following specifications: SoC – Amlogic S905X4 quad-core Cortex-A55 processor @ 2.0 GHz with Arm Mali-G31 MP2 GPU System Memory – 2GB DDR4 Storage – 16GB [...] The post Google ADT-4 could be a hybrid Android TV developer Kit with ATSC 3.0 and DVB-S2 TV tuner appeared first on CNX Software - Embedded Systems News. View the full article
-
Description This script calls amixer to set various mixer volumes, by simply trying a bunch of mixer names for each sound card in the system. In practice, this meant the amixer command was called 158 times for each sound card. The overhead of all these forks and probably also amixer startup added together to produce a noticable slowdown in startup. For example on an Orange Pi PC, the script took about 6 seconds per soundcard. This was on a system with a few extra USB soundcards (6 alsa cards in total): $ time bash ./armbian-audio-config.original real 0m35.662s user 0m20.145s sys 0m15.145s This commit modifies the script to spawn amixer only once per alsa card, passing all the mixer set commands through stdin. This pretty much completely kills the slowdown. On the same 6-card system: $ time bash ./armbian-audio-config real 0m0.406s user 0m0.345s sys 0m0.229s How Has This Been Tested? Copied the script onto an existing system and running it manually. Changed some mixer controls with alsamixer, ran the script an confirmed they were changed back to 100%. Have not tested a full image build, but I cannot see how this would not work. Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas - N/A [ ] I have made corresponding changes to the documentation - N/A [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules - N/A View the full article
-
Mekotronics R58X-4G is an update to the company’s R58X Rockchip RK3588 mini PC with support for 4G LTE mini PCIe modules and PoE power. The computer is sold with up to 16GB RAM, up to 128 GB eMMC flash, support SATA and NVMe storage, offers two 8K capable HDMI and DisplayPort video outputs, one 4K HDMI input, two Gigabit Ethernet ports, a WiFi 6 and Bluetooth 5.2 module, a few USB ports, and a terminal block with RS232 and RS485 interfaces. Mekotronics R58X-4G specifications: SoC – Rockchip RK3588 octa-core processor with four Cortex-A76 cores @ 2.4 GHz, four Cortex-A55 cores @ 1.8 GHz, an Arm Mali-G610 MP4 GPU, a 6TOPS NPU, 8K 10-bit decoder, 8K encoder System Memory – 4GB, 8GB, or 16GB LPDDR4x Storage 32GB, 64GB, or 128GB eMMC 5.1 flash 1x SATA 3.0 connector + SATA power connector M.2 2280 (PCIe 3.0) socket for NVMe SSD Video Output [...] The post Mekotronics R58X-4G – A Rockchip RK3588 mini PC with 4G LTE and PoE support appeared first on CNX Software - Embedded Systems News. View the full article
-
Lattice Avant is a new low-power and small form factor mid-range FPGA platform, manufactured with a 16nm FinFET process, and equipped with 25 Gb/s SERDES, hardened PCI Express, external memory PHY interfaces, a high DSP count, and a security engine. Lattice Semi is better known for its entry-level FPGAs such as the iCE40 which is popular in the community thanks to low-cost hardware and support for open-source tools, but the Avant platform marks the company’s entry into the mid-range FPGA market, defined by chips with 100k to 500k logic cells (LCs). Lattice Avant highlights: FPGA fabric – 200K to 500K logic cells up to 350 MHz DSP – 700 to 1,8000 18×18 multipliers @ up to 650 MHz to support the latest AI algorithms Memory 14-36 Mbit embedded memory up to 650 MHz DDR3L/DDR4/LPDDR4 and DDR5 support I/Os 4x to 28x 25 Gbps multi-protocol SERDES Hard PCIe Gen4 200 to [...] The post Lattice Avant mid-range FPGA platform features up to 500K logic cells, 25 Gbps SERDES, Hard PCIe Gen4 appeared first on CNX Software - Embedded Systems News. View the full article
-
The Bee Motion S3 is an ESP32-S3 WiFi and Bluetooth IoT board with a PIR motion sensor beside the more usual I/Os, Qwiic connector, USB-C port, and LiPo battery support. It is at least the third PIR motion wireless board from Smart Bee Designs, as the company previously introduced the ESP32-S2 powered Bee Motion board and the ultra-small Bee Motion Mini with an ESP32-C3 SoC. The new Bee Motion S3 adds a few more I/Os, a light sensor, and the ESP32-S3’s AI vector extensions could potentially be used for faster and/or lower-power TinyML processing. Bee Motion S3 specifications: Wireless module – Espressif Systems ESP32-S3-MINI-1 module (PDF datasheet) based on ESP32-S3 dual-core Xtensa LX7 microcontroller with 512KB SRAM, 384KB ROM, WiFi 4 and Bluetooth 5.0 connectivity, and equipped with 8MB of QSPI flash and a PCB antenna USB – 1x USB Type-C port for power and programming Sensors PIR sensor S16-L221D [...] The post Bee Motion S3 – An ESP32-S3 board with a PIR motion sensor (Crowdfunding) 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
-
Description We should be able to run multiple images build jobs at once. How Has This Been Tested? [ ] Manual run of two concurrent build jobs View the full article
-
Description Typo View the full article
-
Gowin R86S (aka GW-R86S) is an affordable Intel Celeron N5100 or Pentium N6005 Jasper Lake mini PC, router, and firewall appliance with 2.5GbE and 10GbE networking that sells for $310 and up on Aliexpress. 10GbE used to be reserved for the enterprise market due to the cost of hardware, but costs have gone down a lot as illustrated by the Gowin R86S system with up to three 2.5GbE ports, two 10GbE SFP+ cages, as well as ports that you would typically find a mini PC such as HDMI 2.0 video output, M.2 socket for NVMe SSD, two USB 3.0 ports, and a WiFi module. Gowin R86S specifications: SoC (one or the other) Intel Celeron N5105 quad-core Jasper Lake processor @ 2.0GHz / 2.9GHz (Turbo) with Intel UHD graphics 605; 10W TDP Intel Pentium N6005 quad-core Jasper Lake processor @ 2.0GHz / 3.3GHz (Turbo) with Intel UHD graphics @ up to [...] The post Gowin R86S mini PC offers 2.5GbE and 10GbE networking for $310 and up appeared first on CNX Software - Embedded Systems News. View the full article
-
The newly released Arduino PLC IDE supports the five languages defined by the IEC 61131-3 standard: Ladder Diagram, Functional Block Diagram, Structured Text, Sequential Function Chart, and Instruction List. With Arduino focusing more and more on the industrial side with its Arduino Pro family, the company unveiled the Arduino Opta Micro PLC for industrial application last month and said it could be programmed with traditional PLC languages such as Ladder and FCB as well as the Arduino 2.0.0 IDE. The company now seems to have created an all-in-one integrated development environment for such hardware with the Arduino PLC IDE supporting PLC languages with Arduino Sketches. The program now supports the Portenta Machine Control unit, but the upcoming Opta micro PLC will be added soon. The IDE integrates no-code Fieldbus configurators that allow users to manage CanOpen, Modbus RTU, and Modbus TCP communication easily, and Arduino also mentions “advanced monitoring and [...] The post Arduino PLC IDE released for the Portenta Machine Control unit, and soon Opta micro PLC appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Currently we were bumping nightly build version at the end which caused problems. Now version is bumped at start, then we clean possible left overs and start with the train. How Has This Been Tested? [ ] Several manual runs 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
-
Ali Hassan Shah has deployed a deep learning model for hand gesture recognition on the ESP32-S3-EYE board using the ESP-DL library and achieved AI-powered hand recognition with a 0.7-second latency on the ESP32-S3 camera board. Last year, Espressif released the ESP-DL library for the ESP32-S3 microcontroller with AI vector extensions, as well as ESP32 and ESP32-S2, along with a face detection demo that ran much faster on the ESP32-S3. Ali rolled out his own solution for AI gesture recognition and provided a step-by-step tutorial along the way. The main steps to deploying a custom model with the ESP-DL library include: Model Development that involves Getting or creating datasets. In this case, downloaded from Kaggle with 6 gestures namely Palm, I, Thumb, Index, Ok, and C. Testing, training, and calibrating the datasets Building a (CNN) Model Training a Model Saving a Model to the Hierarchical Data format (.h5) Converting the H.5 [...] The post Hand Gesture Recognition on ESP32-S3 with the ESP-DL library appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Radxa has changed to use branch linux-5.10-gen-rkr3.4 for rock5b: https://github.com/radxa/kernel/tree/linux-5.10-gen-rkr3.4. So we just use new branch and remove obsolete patches. 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 kernel for rock5b successfully. [x] Kernel works for rock5b. Checklist: [x] My code follows the style guidelines of this project [x] 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 [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description We also need to specify runners. 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
-
No descriptionView the full article
-
SB Components is running another crowdfunding campaign with the EnkPi ePaper display powered by a Raspberry Pi Pico W board and offered in four different sizes namely 2.9-inch, 4.2-inch 5.83-inch, and 7.5-inch. Each mainboard also comes with a USB Type-C port, a microSD card socket, an RTC with a backup battery holder, a buzzer, six user buttons, and a JST connector for expansion with GPIO, I2C, UART, and ADC signals. EnkPi specifications: MCU board – Raspberry Pi Pico W with Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller, 2MB QSPI flash, WiFi 4 module. Storage – MicroSD card socket Display connected over SPI to the Pico W board 2.9-inch tricolor ePaper display with 296×128 resolution 4.2-inch tricolor ePaper display with 400×300 resolution 5.83-inch tricolor ePaper display with 648×480 resolution 7.5-inch tricolor ePaper display with 800×480 resolution Partial refresh support with up to 170 degrees wide viewing angle USB – 1x USB Type-C [...] The post Add an ePaper display to Raspberry Pi Pico W with EnkPi 2.9-inch to 7.5-inch displays (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
-
AAEON has just introduced the UP Xtreme i12 single board computer (SBC) with Intel 12th generation Alder Lake-P hybrid SoC with up to 12 cores/16 threads, up to 32GB LPDDR5 memory, support for four 4Kp60 displays, and equipped with high-speed interfaces such as USB 4.0 and 2.5 GbE. The board also features four M.2 sockets for NVMe storage, Wi-Fi 6 and 5G cellular connectivity, a SATA III port, several USB 3.2/2.0 Type-A ports, and a 40-pin GPIO header and mounting thread for Raspberry Pi HATs, which should make it especially suitable for IoT, robotics, and smart retail applications, as well as smart manufacturing with a 12 to 36V wide supply voltage range. UP Xtreme i12 specifications: Alder Lake-P SoC (One or the other) Intel Core i7-1270PE 12-core/16-thread processor @ 3.30GHz / 4.50GHz (Turbo) with 96EU Intel Xe graphics – PBP: 28W, up to 64W MTP Intel Core i5-1250PE 12-core/16-thread processor [...] The post UP Xtreme i12 Alder Lake SBC supports up to four 4K displays @ 60 Hz, Raspberry Pi HATs appeared first on CNX Software - Embedded Systems News. View the full article
-
It's enabled in the Radxa config View the full article
-
MeLE has launched a new ‘stick’ mini PC called the PCG02 Pro. It comes in two models featuring either a mobile Gemini Lake Refresh or a Jasper Lake processor. Both models appear physically similar however the memory, WiFi, Bluetooth, and USB ports differ plus only the lower-powered model includes an M.2 NVMe or SATA slot. MeLE kindly sent both models for review and I’ve looked at the performance running both Windows and Ubuntu. MeLE PCG02 Pro hardware overview The MeLE PCG02 Pro physically consists of a 146 x 61 x 20mm (5.75 x 2.40 x 0.79 inches) rectangular plastic case that ‘wraps’ around a plastic inner frame. The outside of the case has a knurled or cross-hatched pattern (engineered to provide high thermal conductivity) and the inner frame has the WiFi antennas glued to it. As passively cooled mini PCs, the first model known as the PCG02 Pro J4125 uses [...] The post MeLE PCG02 Pro Review – A Fanless Intel Celeron J4125 / N5105 mini PC with an ultra-compact form factor appeared first on CNX Software - Embedded Systems News. View the full article
-
After waiting in the Linux-next integration tree for about 18 months, the basic Rust infrastructure finally landed in the mainline Linux kernel with the imminent release of v6.1. View the full article
-
Armbian 22.11 has just been released with three new SBCs, support for 64-bit RISC-V UEFI, a new ultra-minimal image optimized for software development, and various improvements. Armbian was born as a framework to build better OS images, usually Debian or Ubuntu, for Arm-based single board computers from Orange Pi, Hardkernel (ODROID), FriendlyElec, Banana Pi, and others, but now with the release of Armbian 22.11, support for the RISC-V architecture has started since the system can now generate 64-bit RISC-V UEFI images. Some other highlights of Armbian 22.11 include: Added support for Banana Pi BPI-M5 (Amlogic S905X3), ODROID-M1 (Rockchip RK3568), and Rock Pi 4C Plus (Rockchip RK3399-T) Enabled community images with a weekly release cycle Added ultra minimal images optimized for software deployment Improved support for the Rock Pi S (Rockchip RK3308) Kernel upgrade is frozen by default to improve stability I could not find details about the new “Minimal” images, [...] The post Armbian 22.11 released with 64-bit RISC-V UEFI, ultra minimal images support appeared first on CNX Software - Embedded Systems News. View the full article
-
Sparkfun has launched a Satellite Transceiver Kit based on the Swarm M138 satellite and GNSS modem that allows low-bitrate two-way connectivity for IoT projects anywhere on earth. Remote IoT applications have benefited from LPWAN standards such as LoRaWAN and NB-IoT, but in some extreme cases coverage may still be challenging, so satellite communication may be the only practical option. It used to be really expensive, but Swarm makes this more affordable, and companies like SigFox and Semtech also have (or had?) plans to use low-earth orbit satellites for their respective LPWAN technologies. Swarm M138 kit content and specifications: Swarm M138 mini PCIe satellite modem and GNSS receiver module MCU – Arm Cortex-M4 microcontroller Up to 1 Kbps data rate, up to 912 bytes packet size Frequency 137-138 MHz (downlink) 148-150 MHz (uplink) Dimensions – 51.0 x 30.0 x 5.3 mm Weight – 9.6 grams Temperature Range – -40°C to +85°C [...] The post $200 Swarm M138 kit enables two-way satellite connectivity for IoT projects appeared first on CNX Software - Embedded Systems News. View the full article