

RSS Bot
Bot-
Posts
4236 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Eoxys Xeno+ Nano ML is a wireless machine learning (ML) board with either Nuvoton NuMicro M2354 or STMicro STM32L4 microcontroller, InnoPhase IoT’s Talaria TWO ultra-low power Wi-Fi and BLE 5.0 module, and the Syntiant Core 2 NDP120 neural decision processor we first noticed in the Arduino Nicla Voice module a few weeks ago. The boards/modules are designed for intelligent and secure IoT devices for smart home, industrial, and medical automation applications, and the company claims it can be used in Wi-Fi IoT sensors with up to 10+ years thanks to the low-power chips and circuitry used in the design. Eoxys Xeno+ Nano ML specifications: General purpose MCU (one or the other) STMicro STM32L4 Arm Cortex-M4 microcontroller at 80MHz with 1MB flash, 128KB/352KB SRAM Nuvoton NuMicro M2354 Arm Cortex-M23 microcontroller at 96MHz with 1MB flash, 128KB SRAM. Wireless module Innophase Talaria TWO ultra-low-power 2.4GHz 802.11b/n/g WiFi 4 and Bluetooth LE 5.0 [...] The post Eoxys Xeno+ Nano ML board combines NuMicro M2354 or STM32L4 MCU with Talaria TWO ultra low power WiFi & BLE 5.0 module appeared first on CNX Software - Embedded Systems News. View the full article
-
ASRock Industrial has just launched the 4X4 BOX 7000/D5 Series mini PCs powered by AMD Ryzen 7000U-Series laptop APUs offering up to eight Zen3+ cores clocked at up to 4.75GHz. The mini PC supports up to 64GB dual-channel DDR5 4800MHz memory and SATA 3.0 plus M.2 NVMe storage, offers four display outputs with one 8K capable HDMI 2.1 port and three DisplayPort 1.4a outputs, five USB ports including two USB4 ports, as well as 2.5GbE and Gigabit Ethernet, Wi-Fi 6E, and Bluetooth 5.2 connectivity. Two models are currently available, 4X4 BOX-7735U/D5 and 4X4 BOX-7535U/D5, with the following specifications: SoC (one or the other) 4X4 BOX-7535U/D5 – AMD Ryzen 5 7535U hexa-core/12-thread processor up to 4.55GHz with 6-core AMD Radeon 660M @ 1900 MHz; TDP: 28W 4X4 BOX-7735U/D5 – AMD Ryzen 7 7735U octa-core/16-thread processor up to 4.75GHz with 12-core AMD Radeon 680M @ 2200 MHz; TDP: 28W System Memory – [...] The post ASRock introduces 4X4 BOX 7000/D5 mini PCs with AMD Ryzen 7000U-Series APU appeared first on CNX Software - Embedded Systems News. View the full article
-
Variscite VAR-SOM-AM62 is a System-on-Module (SoM) powered by a Texas Instruments Ti AM625x quad-core Cortex-A53 processor @ up to 1.4 GHz with a 400MHz Cortex-M4F cores and 333MHz PRU real-time co-processors to control I/Os. The module also supports up to 4GB RAM and 128GB eMMC flash, features a single or dual-band WiFi + BT/BLE5.2 module, and offers up to 3x CAN Bus, dual GbE, audio, camera in, and dual USB, among other interfaces. It is designed for industrial applications with a -40 to 85°C operating temperature range. VAR-SOM-AM62 specifications: SoC – Texas Instruments Sitara AM62x (AM6252 or AM6254) with Up to 4x Arm Cortex-A53 @ 1.4 GHz 1x Ar, Cortex M4F up to @ 400 MHz 1x PRUSS up to @ 333 MHz (only in industrial-grade modules) GPUs – 3D GPU with OpenGL ES 3.1 & Vulkan1.2, 2D graphics engine System Memory – 512MB to 4GB DDR4-3200 RAM @ 800MHz [...] The post VAR-SOM-AM62 System-on-Module features TI AM625x Cortex-A53/M4 SoC appeared first on CNX Software - Embedded Systems News. View the full article
-
The Wi-R protocol is a non-radiative near-field communication technology that uses Electro-Quasistatic (EQS) fields for communication enabling the body to be used as a conductor and that consumes up to 100x less energy per bit compared to Bluetooth. In a sense, Wi-R combines wireless and wired communication. Wi-R itself only has a wireless range of 5 to 10cm, but since it also uses the body to which the Wi-R device is attached, the range on the conductor is up to 5 meters. While traditional wireless solutions like Bluetooth create a 5 to 10-meter field around a person, the Wi-R protocol creates a body area network (BAN) that could be used to connect a smartphone to a pacemaker, smartwatch, and/or headphones with higher security/privacy and longer battery life. One of the first Wi-R chips is Ixana YR11 with up to 1Mbps data rate, and they are working on a YR21 [...] The post The Wi-R protocol relies on body for data communication, consumes up to 100x less than Bluetooth appeared first on CNX Software - Embedded Systems News. View the full article
-
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 [...] The post ESP32 MPY-Jama is a MicroPython IDE for ESP32 boards appeared first on CNX Software - Embedded Systems News. View the full article
-
I encountered some python path issues when using legacy kernel with edge release. Rock5b Legacy Kernel v5.10 & Ubuntu Kinetic. Debian Bullseye & Ubuntu Kinetic Don't have a /usr/bin/python symlink that points to python2, due to deprecation of Python 2 This breaks some old python scripts etc in linux-headers deb There is also a python-is-python3 that creates a /usr/bin/python symlink pointing to python3 So better to patch the legacy kernel incase cause issues later on. The patchfile is based off radxa kernel linux-5.10-gen-rkr3.4 Note: Any legacy kernel build (version 5.10 and previous) will be effected on a edge release. Sorry if not implemented in correct place or patchfile name, first time using armbian build system & bash scripting etc Thanks View the full article
-
InuoMicro G4305L8-S2 is a relatively inexpensive fanless industrial PC box powered by an Intel Celeron 4305U Whiskey Lake processor that offers eight 2.5GbE ports making the system suitable for firewall and other networking applications. The barebone computer supports up to 32GB RAM, one mSATA SSD, one 2.5-inch SATA drive, and also provides interfaces such as HDMI and DisplayPort video outputs and a few USB ports allowing the user as a standard computer. Wireless connectivity can be implemented through mini PCIe and/or M.2 4G LTE and WiFi modules. InuoMicro G4305L8-S2 specifications: SoC – Intel Celeron 4305UE dual-core Whiskey Lake processor @ 2.0 GHz (base, no turbo frequency) with Intel UHD Graphics 610; 15W TDP System Memory – Up to 32GB DDR4 2133/2400MHz via a single SO-DIMM socket Storage mSATA SSD socket 2.5-inch SATA bay for SSD or HDD Video Output – HDMI and DisplayPort Networking 8x 2.5GbE RJ45 ports via Intel [...] The post InuoMicro G4305L8-S2 fanless industrial PC box offers eight 2.5GbE ports for $203 appeared first on CNX Software - Embedded Systems News. View the full article
-
EDATEC CM4 Industrial is both a Raspberry Pi CM4 carrier board and a computer for industrial IoT, control, and automation that expands on the company’s CM4 Sensing and CM4 Nano solutions with more features and interfaces. The system notably offers two RS485, one RS232, three analog inputs, two digital inputs, and one relay output through terminal blocks, as well as optional WiFi, Bluetooth, and 4G LTE + GPS connectivity, and a wide DC voltage range of 8V to 36V. EDATEC CM4 Industrial specifications: SoM – Raspberry Pi CM4 module with SoC – Broadcom BCM2711 quad-core Arm Cortex-A72 processor @ 1.5GHz with VideoCore Vi GPU supporting OpenGLES 3.1, Vulkan 1.x, H.265 (HEVC) (up to 4Kp60 decode), H.264 (up to 1080p60 decode, 1080p30 encode) System Memory – 1GB, 2GB, 4GB, or 8GB LPDDR4-3200 SDRAM Storage Optional 8GB/16GB/32GB eMMC flash for system boot MicroSD card slot for booting the system on a Raspberry [...] The post EDATEC CM4 Industrial – An Raspberry Pi CM4 computer for IIoT, automation, and industrial control appeared first on CNX Software - Embedded Systems News. View the full article
-
Robustel R5020 Lite is an industrial 5G router with 4G LTE Cat 18 fallback, two Gigabit Ethernet ports and WiFi 5 connectivity, as well as features such as an RS232 or RS485 serial port, wide 12-36V DC power input, and support for an extended temperature range. The company says the R5020 Lite is especially well suited for “Enterprise / SD-WAN applications as a ‘5G managed modem'”, and it can also be used as a backup for fixed line broadband, for primary broadband access, as well as for Industrial IoT (IIoT) applications like industrial automation, autonomous robots, and Smart Transportation applications. Robustel R5020 Lite 5G router specifications: SoC – Undisclosed System Memory – “Available for SDK”: 128MB RAM Storage – “Available for SDK”: 5MB flash Connectivity Cellular – 5G/4G/3G Global frequency bands 5G: NR SA/NSA: n1/n2/n3/n5/n7/n8/n12/n13/n14/n20/n25/n26/n28/n29/n30/n38/n40/n41/n48/n66/n71/n75/n76/n77/n78/n79 4G LTE FDD: B1/B2/B3/B4/B5/B7/B8/B12/B13/B14/B17/B18/B19/B20/B25/B26/B28/B29/B30/B32/B66/B71 LTE TDD: B34/B38/B39/B40/B41/B42/B43/B48 LAA: B46 (only supports 2 x 2 MIMO) [...] The post Robustel R5020 Lite 5G router targets industrial applications appeared first on CNX Software - Embedded Systems News. View the full article
-
See https://github.com/armbian/build/pull/4814#issuecomment-1416919466 View the full article
-
ATOMS3 Lite is the latest ESP32-S3 IoT platform from the M5Stack Atom series wireless programmable controllers, doing without the 0.85-inch display and IMU sensor found in the ATOM S3 development kit simply using an RGB LED instead. M5Stack ATOM S3 Lite features the ESP32-S3FN8 WiFi and Bluetooth SoC with 8MB SPI flash, an infrared transmitter, a USB-C port for power and programming, a few I/O pins, user and reset buttons all in just a 24x24x9.5mm housing. ATOMS3 Lite specifications: Wireless MCU – 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 Antenna – Internal “3D” antenna Expansion 9x pins with G5, G6, G7, G8, G38, and G39 GPIOs, 5V, 3.3V, and GND 4-pin Grove connector Misc IR LED (infrared transmitter/blaster) WS2812B-2020 RGB LED Reset and user buttons M.2 [...] The post M5stack ATOMS3 Lite is a tiny ESP32-S3 IoT controller with WiFi, Bluetooth, and an infrared transmitter appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Based on https://github.com/armbian/build/issues/4690 Jira reference number [AR-9999] How Has This Been Tested? [x] Using the command [ ] ??? [ ] Profit 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 This obviously needs adjustment for armbian-next. View the full article
-
The current phrasing is not sufficiently understandable to someone who is not familiar with the source code View the full article
-
This patch was removed in https://github.com/armbian/build/pull/4775 and split into individual patches 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
-
Coral Dev Board Micro is the latest iteration of Google’s Edge AI devkit with an NXP i.MX RT1176 Cortex-M7/M4 crossover processor/microcontroller coupled with the company’s 4 TOPS Edge TPU, a camera, and a microphone in a board that’s about the size of a Raspberry Pi Zero SBC. The new board follows the original NXP i.MX 8M-based Coral Dev board that was introduced in 2019, and Coral Dev Board mini based on MediaTek MT8167S processor launched in 2020, and keeps with the trend of providing more compact solutions with lower-end host processors for edge AI. Coral Dev Board Micro specifications: MCU – NXP i.MX RT1176 processor with an Arm Cortex-M7 core @ up to 1 GHz, Cortex-M4 core up to 400 MHz, 2MB internal SRAM, 2D graphics accelerators; System Memory – 512 Mbit (64 MB) RAM Storage – 1 Gbit (128 MB) flash memory ML accelerator – Coral Edge TPU coprocessor [...] The post Coral Dev Board Micro combines NXP i.MX RT1176 MCU with Edge TPU in Pi Zero form factor appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Fix build failing due to several -Wmisleading-indentation warnings in wireless modules Jira reference number [AR-9999] How Has This Been Tested? ./compile.sh BOARD=rock-5b BUILD_ONLY=kernel KERNEL_CONFIGURE=no 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
-
I think i've proven that my contributions to the documentation can be trusted and are helpful while reducing the processing time you two keep complaining about. CC @igorpecovnik @rpardini View the full article
-
Description This merge request implements an official support for OLIMEX Teres-A64 by Armbian and assigns myself as the maintainer. Solves the following issues: OS breaking after reboot that is currently present on the weekly builds No audio (Solved through including needed packages and updating debian and community olimex wiki) No active maintainer Removes bloatware introduced from armbian-firmware Before Merge Checklist (Reviewer) [ ] Continuous Deployment [ ] Add weekly build for: [ ] minimal stable debian CLI e.g. BOARD=olimex-teres-a64 BRANCH=current RELEASE=bookworm BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no [ ] Debian testing (bookworm) full GNOME desktop e.g. BOARD=olimex-teres-a64 BRANCH=current RELEASE=bookworm BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=gnome [ ] Debian stable (bookworm) full XFCE4 desktop e.g. BOARD=olimex-teres-a64 BRANCH=current RELEASE=bullseye BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce4 [ ] Website (https://www.armbian.com/olimex-teres-a64) [ ] Maintainer changed on Kreyren [ ] Add button 'Buy' that opens https://www.olimex.com/Products/DIY-Laptop/ GNOME requires a bookworm release as the older GNOME version is basically unusable due to insufficient management of system resources by upstream 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] Was tested on the hardware with at least 28 hours of active use during 4 days including testing GNOME and XFCE builds. 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 GIMP project file for the header: armbian-teres-mr.xcf.zip View the full article
-
Description Cleanup of @monkaBlyat https://github.com/armbian/build/pull/4732 CONFIG_PSI=y is enabled by default now. Should not cause troubles. Jira reference number AR-1531 How Has This Been Tested? [x] Build test 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
-
I have started this months ago, but due to high demand from other subjects (armbian-next) haven't had time to finish. What I did here was take Khadas tree (.66) and rebase it on top of rk3.4/Radxa tree (.110) for the rock-5b, similar to what was done for the OrangePi5. Some patches conflicted and I intervened (those are marked as intervention). This needs review, a board file, a developer with the new Khadas I/O board for UART, and some luck, patience to fix my mistakes, and might just work. Who knows? If it's useless just bin this... There's two patch files, one with stuff I deemed "required" and other with stuff "might be nice". The MCU stuff of Khadas is heavily entwined in there... The complete git tree with those patches is at summary: https://rpardini.github.io/linux/armbian_rockchip_rk3588_legacy_with_initial_kedge2_20230203.html git tree: https://github.com/rpardini/linux/tree/armbian_rockchip_rk3588_legacy_with_initial_kedge2_20230203 Pinging @150balbes who @igorpecovnik told me might be working the kedge2... View the full article
-
Nordic Semi nRF7002 DK is an IoT development kit based on the nRF5340 dual-core Cortex-M33 multi-protocol wireless SoC and nRF7002 companion chip adding low-power dual-band (2.4GHz and 5.0 GHz) WiFi 6 connectivity. When Nordic Semi introduced the nRF7200 dual-band WiFi 6 companion chip for nRF52840 and nRF5340 wireless SoCs and nRF9160 cellular IoT SiP last summer, the “nRF7002-PDK” development kit was only mentioned in passing with a 3D render and not much else. The company has now announced the availability of the nRF7002 DK to help developers create low-power Wi-Fi 6 IoT applications. nRF7002 DK specifications: Wireless MCU – Nordic Semi nRF5340 dual-core Arm Cortex-M33 microcontroller @ 128/64 MHz with 1 MB Flash + 512 KB RAM for the application core and 256 KB Flash + 64 KB RAM for the network core, Bluetooth 5.1 LE with direction-finding support, Bluetooth mesh, NFC, Thread, Zigbee, 802.15.4, ANT, and 2.4 GHz proprietary [...] The post Nordic Semi nRF7002 DK low-power dual-band WiFi 6 IoT development kit launched for $56 and up appeared first on CNX Software - Embedded Systems News. View the full article
-
No descriptionView the full article