Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Nessie Circuits’ Riotee board combines Raspberry Pi R2040 microcontroller and a Riotee module based on Nordic nRF52833 WiSoC with a 2.4 GHz radio and targets batteryless IoT applications thanks to a stackable design taking a capacitors add-on board and a solar panel. Batteries introduce maintenance costs and environmental issues with millions of batteries disposed of every day. That’s why companies are trying to provide solutions for batteryless IoT designs such as the Everactive batteryless IoT devkit or Telink energy harvesting wireless module for remote controls. The Riotee module, board, and ecosystem also aim to play their part in reducing the use of batteries in wireless IoT devices. Riotee board specifications: MCU – Raspberry Pi RP2040 dual-core Cortex-M0+ microcontroller clocked at up to 133 MHz with 128KB RAM Riotee module Wireless MCU – Nordic nRF52833 Arm Cortex-M4F microcontroller @ 64 MHz with 512 kB flash, 128 kB RAM, 2.4 GHz radio [...] The post Riotee batteryless stackable RP2040 IoT board embeds an nRF52833 module (Crowdfunding) appeared first on CNX Software - Embedded Systems News. View the full article
  2. Allwinner is mostly known for its low-cost Arm processor running Android or Linux, but the Allwinner R128 is a wireless audio SoC with a C906 64-bit RISC-V application core, an Arm Cortex-M33 real-time time core, a HiFi 5 DSP, and built-in WiFi and Bluetooth connectivity. The SoC also comes with 1MB SRAM, up to 16MB flash, up to 32MB PSRAM, display and camera interfaces, support for microphone arrays, and plenty of I/Os that should make it suitable for smart speakers and other voice-controlled home appliances with or without display. Allwinner R128 specifications: Application core – Xuantie C906 64-bit RISC-V core clocked at 600 MHz. DSP – Cadence HiFi 5 audio DSP clocked at 400 MHz Communication core – Arm M33 Star (Cortex-M33 from Arm China?) core clocked at 240 MHz with Trustzone support Memory 1MB SRAM 8MB, 16MB, or 32MB PSRAM (SiP = System-in-Package) OPI PSRAM controller Storage QPI flash [...] The post Allwinner R128 wireless SoC features 64-bit RISC-V core, Arm Cortex-M33 core, and HiFi 5 audio DSP appeared first on CNX Software - Embedded Systems News. View the full article
  3. Elfin EW11/EW11A is a small WiFi to RS485 unit with Modbus TCP/IP support that works either in the 5 to 18V DC (EW11) or the 5 to 36V DC (EW11A) input range. The WiFi to RS485 adapter is offered with either an internal or external WiFi antenna, the RS485 interface is exposed through an RJ45 port, and an RJ45 to terminal block cable is usually included, as well as a DIN Rail mount. Elfin EW11/EW11A specifications: MCU (I’m not sure which one is used, and the specs depend on where you look..) Unnamed Arm Cortex-M3 microcontroller @ 96 MHz with 2MB flash, 128KB SRAM (on the product page) OR Unnamed microcontroller @ up to 160MHz with 2MB flash, 352KB SRAM (on Aliexpress) Networking Wireless – 2.4 GHz WiFi 4 with up to WPA2PSK security, station, AP, or station+AP modes; internal or external WiFi antenna depending on the model. Wired – [...] The post Elfin-EW11 is a compact WiFi to RS485 unit with Modbus TCP support appeared first on CNX Software - Embedded Systems News. View the full article
  4. Beelink upgraded their earlier SER6, which used an AMD Ryzen 5 6600H processor with integrated AMD Radeon 660M graphics, and released the SER6 Pro which has a faster AMD Ryzen 7 6800H processor with much more powerful integrated AMD Radeon 680M graphics. Beelink kindly sent a SER6 Pro unit for review however since receiving the mini PC, Beelink have ‘refreshed’ the processor to use an AMD Ryzen 7 7735H also with AMD Radeon 680M graphics, and called it the SER6 Pro Refresh. As a result, this review looks at Windows performance which should be indicative for both versions, together with a quick look at running Ubuntu and also a more detailed look at the USB4 port which is a new inclusion to Beelink’s mini PCs. Beelink SER6 Pro specifications Beelink list the SER6 Pro specifications as: with the SER6 Pro Refresh being identical except for using an AMD Ryzen 7 [...] The post Beelink SER6 Pro mini PC review – Windows 11, Ubuntu 22.04, and USB4 appeared first on CNX Software - Embedded Systems News. View the full article
  5. Description New Linux family declaration featuring both flagship devices X13s and Microsoft devkit. No needed hacks implemented at this stage, untested, no hardware, but someone might take it from here:) @xlazom00 How Has This Been Tested? [x] Kernel builds, image structure looks o.k. 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 View the full article
  6. Description Fix syntax error How Has This Been Tested? run shellcheck -s bash; compile ./compile.sh BOARD=olimex-teres-a64 BRANCH=edge RELEASE=jammy BUILD_MINIMAL=no BUILD_DESKTOP=yes KERNEL_ONLY=no KERNEL_CONFIGURE=no DESKTOP_ENVIRONMENT=xfce DESKTOP_ENVIRONMENT_CONFIG_NAME=config_base DESKTOP_APPGROUPS_SELECTED="desktop_tools" 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
  7. Description Add missing files. Jira reference number AR-1578 How Has This Been Tested? [x] Build test of related hardware 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
  8. Description Switch mvebu current to 6.1.y Jira reference number AR-1577 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
  9. How Has This Been Tested? [x] Build test View the full article
  10. Description Jira reference number AR-1575 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 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
  11. Description Update Rpi4 kernels, configs and adjust broken patches Jira reference number AR-1574 How Has This Been Tested? [x] Build test 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 [ ] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  12. LILYGO T-SIM7080G-S3 is an ESP32-S3 WiFi and Bluetooth IoT board with a SIMcom SIM7080G LTE Cat-M (eMTC), NB-IoT, and GNSS module for low-power long-range connectivity and asset tracking. The board also comes with a 18650 battery holder, a solar panel input, a microSD card slot, a camera port, and several I/Os and provides an alternative to the TTGO T-Beam ESP32 board that relies on LoRaWAN for long-range connectivity instead. LILYGO T-SIM7080G-S3 specifications: Wireless modules Espressif ESP32-S3-WROOM-1-N16R8 module with ESP32-S3 dual-core LX7 microprocessor @ up to 240 MHz with Vector extension for machine learning, 16MB flash, 8MB PSRAM, WiFi 4 and Bluetooth 5 LE/Mesh SIMCom SIM7080G global multi-band Cat-M and NB-IoT module with GNSS Bands: Cat-M – B1/B2/B3/B4/B5/B8/B12/B13/B14/B18/B19/B20/B25/B26 /B27/B28/B66/B85 NB-IoT – B1/B2/B3/B4/B5/B8/B12/B13/B18/B19/B20/B25/B26/B28 /B66/B71/B85 Data rate Cat-M – Uplink: 1,119 Kbps, downlink: 589 Kbps NB-IoT: Uplink: 150 Kbps downlink: 136 Kbps LTE RF Power Class: 5 (Typ. 21dbm) GNSS – GPS, GLONASS, [...] The post IoT board supports WiFi, Bluetooth, NB-IoT, Cat-M and GNSS with ESP32-S3 and SIM7080G modules appeared first on CNX Software - Embedded Systems News. View the full article
  13. Description Why is this even installed by default? For once I assume barely anyone will ever use it and for the other there are better alternatives like Signal or Wire.... Jira reference number [AR-9999] How Has This Been Tested? It has not. 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description config adjustements Jira reference number AR-1573 How Has This Been Tested? [x] Build test 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
  15. Rewriting bmaptool in Rust to remove Python dependencies, create statically linked binary, and allow the bmap sparse file format to be used in other Rust projects. View the full article
  16. Banana Pi BPI-P2 Pro is Rockchip RK3308 quad-core Cortex-A35 SBC for headless applications with a PoE-capable Ethernet port, WiFi 5, a USB port, an audio jack, and two GPIO headers for expansion. You may think the Banana Pi guys have gone crazy by calling such entry-level level SBC “Pro”, but that’s because the company previously released the BPI-P2 Zero and BPI-P2 Maker single board computers based on Allwinner H2+ quad-core Cortex-A7 processor, so the BPI-P2 Pro is indeed an improvement albeit with some caveats. Banana Pi BPI-P2 Pro specifications: SoC – Rockchip RK3308 quad-core Arm Cortex-A35 processor @ up to 1.3 GHz with built-in VAD (Voice Activity Detector) System Memory – 2GB LPDDR2 SDRAM Storage – 8GB eMMC flash, microSD card slot Video Output – N/A Audio – 3.5mm headphone jack Connectivity 10/100M Ethernet RJ45 port with optional 802.3af PoE support Dual-band WiFi 5 & Bluetooth 4.1 via Ampak AP6255 [...] The post Banana BPI-P2 Pro headless SBC features RK3308 CPU, PoE Ethernet, WiFi 5, audio jack appeared first on CNX Software - Embedded Systems News. View the full article
  17. SparkFun Thing Plus Matter – MGM240P board targets the development of applications using the Matter IoT protocol and features the MGM240P module based on Silicon Labs EFR32MG24 Arm Cortex-M33 wireless microcontroller with an 802.15.4 radio for Zigbee and OpenThread plus a Bluetooth Low Energy (BLE) 5.3 radio. The board also offers two rows of I/Os for upto 21 GPIOs and a Qwiic connector for expansion, another EFRM32 MCU acting as a J-link debugger, a microSD card, and can be powered via USB-C or a LiPo battery. SparkFun Thing Plus Matter – MGM240P specifications: MGM240P wireless module SoC – Silicon Labs EFR32MG24 microcontroller CPU – 32-bit Arm Cortex-M33 @ 39 MHz (MCU/module specs say up to 78 MHz, but maybe it’s clocked lower in this board for some reason, maybe lower power consumption?) Memory/Storage – 1536kB Flash Memory, 256kB RAM Wireless – 802.15.4 wireless protocols (Zigbee and OpenThread) and Bluetooth Low [...] The post SparkFun Thing Plus Matter – MGM240P board supports Matter, Zigbee, OpenThread, and Bluetooth Low Energy 5.3 appeared first on CNX Software - Embedded Systems News. View the full article
  18. Description Update odroidxu4-current kernel to 5.4.233. How Has This Been Tested? [x] Reboot of my Odroid HC1 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
  19. Arduino GIGA R1 WiFi board brings the STM32H7 dual-core Cortex-M7/M4 microcontroller found in the Portenta H7 boards to the larger Arduino Mega/Due form factor with up to 76 GPIO pins. As its name implies, the board also comes with a WiFi 4 (and Bluetooth 5.1) module, as well as an audio jack, a USB Type-C port for programming, a USB 2.0 Type-A host port, and extra connectors for a display and a camera. Arduino GIGA R1 WiFi board specifications: Microcontroller – STMicro STM32H747XI Cortex-M7 @ 480 MHz + M4 @ 200 MHz MCU with 2MB dual-bank Flash memory, 1 MB RAM, Chrom-ART graphical hardware accelerator System Memory – 8MB SDRAM Storage – 16MB QSPI NOR flash Connectivity – 2.4GHz WiFi 802.11b/g/n up to 65 Mbps and Bluetooth 5.1 BR/EDR/LE via Murata 1DX module Display – 20-pin header (J5) Camera – 20-pin Arducam camera header (J6) USB 1x USB Type-C port [...] The post Arduino GIGA R1 WiFi board launches with STM32H7 MCU, up to 76 I/O pins appeared first on CNX Software - Embedded Systems News. View the full article
  20. Description In order to have as low maintenance costs with packages, merge them together. bookworm bullseye -> bookworm buster -> bookworm common focal -> lunar jammy -> lunar kinetic -> lunar lunar sid -> bookworm Difference is only in different components for Ubuntu or Debian. If we move this to build script, we can merge things even more. Jira reference number AR-1557 How Has This Been Tested? Files which are gone VS. armbian master. Need to check if we miss anything from those: [ ] Bookworm CLI https://paste.armbian.com/qapiyimeco.apache [ ] Bullseye CLI https://paste.armbian.com/ixiduvaquq.apache [ ] Jammy CLI https://paste.armbian.com/mugagojoke.apache [ ] Lunar CLI https://paste.armbian.com/ruyoleluye.apache 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
  21. Description Some board require uImage. But the current framework only build default Image. Note some other family also require this. But I can't test them. How Has This Been Tested? [X] Onecloud [ ] More board need to be tested Checklist: [ ] 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  22. I found this GHLBD calculator on a platform selling second-hand electronic products. Three labels of this product appeal to me: “Calculator”, “Android 9.0” and “Allwinner A50“. If you only look at the appearance, this calculator is not much different from that of ordinary calculators, but the Android operating system is running on it and the screen tells me that it is definitely not an ordinary calculator. When I bought it, I only spent 69 RMB ($10 US). I didn’t really have a use case for it, but curiosity drove me to buy one. I decided to introduce it and disassemble it to check out the hardware design. Function demonstration of GHLBD calculator Press and hold the ON and OFF keys on the keyboard to turn on the calculator. The Allwinner A50 processor icon and Android logo show up in the boot animation. Here, you can preliminarily confirm that the promotional content [...] The post GHLBD Android calculator mini review – An Allwinner A50-based Android 9.0 calculator appeared first on CNX Software - Embedded Systems News. View the full article
  23. Firefly AIO-3588SG is a compact, low-profile SBC with Gigabit Ethernet, WiFi 6, and an 8K capable USB-C port with DisplayPort that is based on the company’s Core-3588SG module powered by a Rockchip RK3588S octa-core Cortex-75/A55 processor with up to 32GB RAM and 256GB eMMC flash. Apart from the Ethernet connector, which I assume could be removed upon request, the board appears to be designed to be as thin as possible which should make it suitable for projects and products that require high performance in a thin form factor such as robotics, digital signage, virtual reality headsets, etc… Firefly AIO-3588SG specifications: System-on-module – Firefly Core-3588SG with SoC – Rockchip RK3588S octa-core processor with 4x Cortex-A76 cores @ up to 2.4 GHz, 4x Arm Cortex-A55 cores, Arm Mali-G610 MP4 GPU, 6 TOPS NPU, 8Kp60 video decoder, 8Kp30 video encoder System Memory – 4GB, 8GB, or 16GB (32GB optional) 64-bit LPDDR4, LPDDR4x, or [...] The post Firefly AIO-3588SG – A compact, low-profile 8K SBC with WiFi 6 and Gigabit Ethernet appeared first on CNX Software - Embedded Systems News. View the full article
  24. Description Rebase the applied fixes to the kernel version 6.1.14 and extract the current patches. Fix the compilation error if ac200 was selected as a module. Checklist: [x] Test build, work on board ____ ____ _ __ __ __ _ _ | __ )| _ \(_) | \/ |/ /_ | || | | _ \| |_) | | | |\/| | '_ \| || |_ | |_) | __/| | | | | | (_) |__ _| |____/|_| |_| |_| |_|\___/ |_| Welcome to Armbian 23.02.0-trunk Bookworm with Linux 6.1.14-sunxi64 No end-user support: built from trunk & unsupported (bookworm) userspace! System load: 26% Up time: 0 min Memory usage: 6% of 1.94G IP: 192.168.100.101 CPU temp: 34°C Usage of /: 30% of 7.2G View the full article
  25. Anne Barela’s Floppy Thumb Drive project houses the Adafruit PyPortal internet display in a 3D-printed enclosure that looks like a 3.5-inch floppy disk, just a bit thicker. The computer-in-a-floppy-disk project runs CircuitPython code to list the first 12 files stored in the flash and can display photos or animations, play audio, or execute scripts. The project consists of three main parts: The Adafruit PyPortal internet display with Microchip SAMD51 (ATSAMD51J20) Arm Cortex-M4F microcontroller @ up to 120 MHz with 1 MB flash, 256 KB SRAM Display – 3.2-inch 320 x 240 color TFT display with resistive touchscreen Audio – Speaker Storage 8MB flash storage optional microSD card (not used in the project). ESP32 for WiFi and Bluetooth connectivity (not used in the project) Sensors – Light and Temperature sensors Misc – NeoPixel RGB Micro USB to USB cable 3D printed files for the front cover, back door, front door, disk, [...] The post Floppy thumb drive integrates Adafruit PyPortal display based on Microchip SAMD51 MCU appeared first on CNX Software - Embedded Systems News. View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines