Jump to content

RSS Bot

Bot
  • Posts

    4208
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. See https://github.com/armbian/build/pull/4814#issuecomment-1416919466 View the full article
  8. 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
  9. 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
  10. See https://github.com/armbian/build/pull/4807#discussion_r1096511763, tldr wpasupplicant is not included on debian bookworm+ causing networkmanager to fail deployment -> WiFi unable to see and connect to SSIDs Needed for https://github.com/armbian/build/pull/4807 View the full article
  11. The current phrasing is not sufficiently understandable to someone who is not familiar with the source code View the full article
  12. 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
  13. 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
  14. 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
  15. 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
  16. Description Fix on unsupported desktop. Found due better logging in next. View the full article
  17. 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
  18. 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
  19. 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
  20. 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
  21. No descriptionView the full article
  22. No descriptionView the full article
  23. Debian moved the non-free firmware into it's own sub-repository since bookworm View the full article
  24. Until now, I had only heard about Beken Bluetooth audio chips, but I’ve just been informed the company is also making WiFi chips such as the BK7256 that are notably found in some Tuya Smart Home modules. Beken offers both RISC-V and Arm WiFi and Bluetooth chips with features summarized as follows: BK7235 single-core RISC-V MCU up to 320 MHz with 2.4 GHz WiFi 6 802.11ax and Bluetooth 5.2 LE, 4MB flash, 512KB SRAM, optional 4MB PSRAM BK7236 dual-core Arm MCU up to 120 to 240 MHh with 2.4 GHz WiFi 6 802.11ax and Bluetooth 5.3 dual mode, 4MB flash, 512KB SRAM, optional 4MB PSRAM BK7237 dual-core RISC-V MCU up to 320 MHz with 2.4 GHz WiFi 6 802.11ax and Bluetooth 5.2 dual mode, 4 or 8MB flash, 512KB SRAM, optional 4MB PSRAM BK7256 dual-core RISC-V MCU up to 320 MHz with 2.4 GHz WiFi 6 802.11ax and Bluetooth 5.2 [...] The post Beken BK7256 320 MHz dual-core RISC-V IoT MCU offers WiFi 6, Bluetooth 5.2, JPEG video encoder/decoder appeared first on CNX Software - Embedded Systems News. View the full article
  25. Per PR#4697 this was enabled first on meson64-edge to test. I am now following up to enable on meson64-current. I know that this should have been in before the freeze yesterday for 23-02. I hope it can be included, but understand if it needs to wait. Changes to be committed: modified: config/kernel/linux-meson64-current.config Description Jira reference number [AR-9999] (I don't seem to have jira access to log this) How Has This Been Tested? [x] Built and installed meson64-current on a box to verify it builds/runs View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines