

RSS Bot
Bot-
Posts
4207 -
Joined
-
Last visited
Never
Content Type
Forums
Store
Crowdfunding
Applications
Events
Raffles
Community Map
Everything posted by RSS Bot
-
Modify both weak password warning messages to be consistent Formatted as follows: "Warning: Weak password, !". Jira reference number AR-1385 Tested on a board (Orange Pi Zero Plus) Create root password: ****** Repeat root password: ****** Warning: Weak password, it does not contain enough DIFFERENT characters! Create user (testuser) password: ****** Repeat user (testuser) password: ****** Warning: Weak password, it does not contain enough DIFFERENT characters! 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 Bug fix View the full article
-
We’ve been writing about international Black Friday and Cyber Monday deals and coupons since 2014, since US-centric promotions such as Amazon Black Friday deals are not always suitable to the diverse, international audience of CNX Software. Let’s check out Black Friday 2022 international deals from specific manufacturers as well as events from Aliexpress, Banggood, and other stores. Arduino Black Friday sales Arduino’s Black Friday Sales event offers new and legacy boards at a 20% to 25% discount, as well as a discount for one certification bundle. The number of items on sale is limited, as at the time of writing there were only 11. While the screenshot above shows prices in USD, the Black Friday event is also taking on the EMEA website. Aliexpress SuperDeals Aliexpress will usually organize a “Global Shopping Festival” event for Black Friday with coupons, deals, and lucky draws, but this year the event page is [...] The post International Black Friday 2022 deals and coupons appeared first on CNX Software - Embedded Systems News. View the full article
-
Arduino has recently announced the Opta micro PLC with industrial IoT capabilities adding yet another solution to the Arduino Pro family. Arduino used to focus on the hobbyist crowd, but with the launch of the Arduino Pro family in 2020 starting with the Portenta H7 board, the company switched its main focus to the more profitable enterprise market. Since then they’ve launched several other boards designed in-house, and last year started collaborating with the introduction of the Arduino WisGate Edge LoRaWAN gateways based on RAKwireless hardware. The Arduino Opta is another one of those collaborations as it was designed together with Finder, who calls their devices PLR (Programmable Logic Relays). Arduino Opta key features and specifications: MCU – STMicroelectronics STM32H747XI microcontroller with 1x Arm Cortex-M7 core up to 480 MHz, 1x Arm Cortex-M4 core up to 240 MHz, 2MB flash, 1MB SRAM (as found in all Portenta H7 boards, and [...] The post Arduino Opta is a micro PLC for industrial IoT applications appeared first on CNX Software - Embedded Systems News. View the full article
-
Description The BUILD_ONLY option can be set as a comma separated list of build artifact names to filter build artifacts being compiled. The following artifact names are supported: u-boot, kernel, armbian-config, armbian-zsh, plymouth-theme-armbian, armbian-firmware, armbian-bsp, chroot, bootstrap GH issue reference #4421 Test Results Following tests have been performed with the according output: [x] Test 1 - U-Boot only build - BUILD_ONLY="u-boot": ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no BUILD_ONLY="u-boot" KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ... MKIMAGE u-boot.img MKIMAGE u-boot-dtb.img BINMAN all [ o.k. ] Building deb [ linux-u-boot-current-cubietruck_22.11.0-trunk_armhf.deb ] [ o.k. ] Build done [ @host ] [ o.k. ] Target directory [ /home/user/Projects/Armbian/build/output/debs/ ] [ o.k. ] U-Boot file name [ linux-u-boot-current-cubietruck_22.11.0-trunk_armhf.deb ] [ o.k. ] Runtime [ 0 min ] [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no BUILD_ONLY=u-boot KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ] user@HOST:~/Projects/Armbian/build$ [x] Test 2 - Kernel only build - BUILD_ONLY="kernel": ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no BUILD_ONLY="kernel" KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ... CLEAN vmlinux.symvers modules-only.symvers modules.builtin modules.builtin.modinfo patching file tools/include/tools/be_byteshift.h patching file tools/include/tools/le_byteshift.h dpkg-deb: building package 'linux-headers-current-sunxi' in '../linux-headers-current-sunxi_22.11.0-trunk_armhf.deb'. dpkg-buildpackage: info: binary-only upload (no source included) [ o.k. ] Build done [ @host ] [ o.k. ] Target directory [ /home/user/Projects/Armbian/build/output/debs/ ] [ o.k. ] Kernel file name [ linux-image-current-sunxi_22.11.0-trunk_armhf.deb ] [ o.k. ] Runtime [ 7 min ] [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no BUILD_ONLY=kernel KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ] user@HOST:~/Projects/Armbian/build$ [x] Test 3 - Kernel only build - BUILD_ONLY not set, KERNEL_ONLY=yes: ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ... patching file tools/include/tools/le_byteshift.h dpkg-deb: building package 'linux-headers-current-sunxi' in '../linux-headers-current-sunxi_22.11.0-trunk_armhf.deb'. dpkg-buildpackage: info: binary-only upload (no source included) [ o.k. ] Building deb [ armbian-config ] [ o.k. ] Checking git sources [ armbian-config master ] [ .... ] Up to date [ o.k. ] Checking git sources [ neofetch 7.1.0 ] [ .... ] Up to date [ o.k. ] Checking git sources [ wireguard-manager main ] [ .... ] Up to date [ o.k. ] * applying add-armbian-neofetch.patch [ o.k. ] Building deb [ armbian-zsh ] [ o.k. ] Checking git sources [ oh-my-zsh master ] [ .... ] Up to date [ o.k. ] Checking git sources [ evalcache master ] [ .... ] Up to date [ o.k. ] Building deb [ armbian-plymouth-theme ] [ o.k. ] Merging and packaging linux firmware [ @host ] [ o.k. ] Checking git sources [ armbian-firmware-git master ] [ .... ] Up to date [ o.k. ] Building firmware package [ armbian-firmware_22.11.0-trunk_all ] [ o.k. ] Merging and packaging linux firmware [ @host ] [ o.k. ] Checking git sources [ armbian-firmware-git master ] [ .... ] Up to date [ o.k. ] Checking git sources [ linux-firmware-git main ] [ .... ] Up to date [ o.k. ] Building firmware package [ armbian-firmware-full_22.11.0-trunk_all ] [ o.k. ] Creating board support package for CLI [ armbian-bsp-cli-cubietruck ] [ o.k. ] Build done [ @host ] [ o.k. ] Target directory [ /home/user/Projects/Armbian/build/output/debs/ ] [ o.k. ] U-Boot file name [ linux-u-boot-current-cubietruck_22.11.0-trunk_armhf.deb ] [ o.k. ] Kernel file name [ linux-image-current-sunxi_22.11.0-trunk_armhf.deb ] [ o.k. ] Runtime [ 10 min ] [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=yes KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ] user@HOST:~/Projects/Armbian/build$ [x] Test 4 - Full build - BUILD_ONLY not set, KERNEL_ONLY=no: ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ... patching file tools/include/tools/le_byteshift.h dpkg-deb: building package 'linux-headers-current-sunxi' in '../linux-headers-current-sunxi_22.11.0-trunk_armhf.deb'. dpkg-buildpackage: info: binary-only upload (no source included) [ o.k. ] Building deb [ armbian-config ] [ o.k. ] Checking git sources [ armbian-config master ] [ .... ] Up to date [ o.k. ] Checking git sources [ neofetch 7.1.0 ] [ .... ] Up to date [ o.k. ] Checking git sources [ wireguard-manager main ] [ .... ] Up to date [ o.k. ] * applying add-armbian-neofetch.patch [ o.k. ] Building deb [ armbian-zsh ] [ o.k. ] Checking git sources [ oh-my-zsh master ] [ .... ] Up to date [ o.k. ] Checking git sources [ evalcache master ] [ .... ] Up to date [ o.k. ] Building deb [ armbian-plymouth-theme ] [ o.k. ] Merging and packaging linux firmware [ @host ] [ o.k. ] Checking git sources [ armbian-firmware-git master ] [ .... ] Up to date [ o.k. ] Building firmware package [ armbian-firmware_22.11.0-trunk_all ] [ o.k. ] Merging and packaging linux firmware [ @host ] [ o.k. ] Checking git sources [ armbian-firmware-git master ] [ .... ] Up to date [ o.k. ] Checking git sources [ linux-firmware-git main ] [ .... ] Up to date [ o.k. ] Building firmware package [ armbian-firmware-full_22.11.0-trunk_all ] [ o.k. ] Creating board support package for CLI [ armbian-bsp-cli-cubietruck ] [ o.k. ] Checking for rootfs cache [ current cubietruck focal yes ] [ o.k. ] Checking cache [ armhf-focal-minimal-fac994d6-20221112.tar.zst ] [ o.k. ] Extracting armhf-focal-minimal-fac994d6-20221112.tar.zst [ 4 days old ] [ .... ] armhf-focal-minimal-fac994d6-20221112.tar.zst: 128MiB [75.5MiB/s] [==========================================================================>] 100% [ o.k. ] Adding Armbian repository and authentication key [ /etc/apt/sources.list.d/armbian.list ] [ o.k. ] Applying distribution specific tweaks for [ focal ] [ o.k. ] Configuring locales [ en_US.UTF-8 ] Generating locales (this might take a while)... en_US.UTF-8... done Generation complete. [ o.k. ] Applying common tweaks [ .... ] Cleaning [ package lists ] [ .... ] Updating [ package lists ] [ .... ] Temporarily disabling [ initramfs-tools hook for kernel ] [ .... ] Installing [ linux-u-boot-current-cubietruck_22.11.0-trunk_armhf.deb ] [ .... ] Installing [ linux-image-current-sunxi_22.11.0-trunk_armhf.deb ] [ .... ] Installing [ linux-dtb-current-sunxi_22.11.0-trunk_armhf.deb ] [ .... ] Installing [ armbian-bsp-cli-cubietruck_22.11.0-trunk_armhf.deb ] [ .... ] Installing [ armbian-firmware_22.11.0-trunk_all.deb ] [ .... ] Installing [ armbian-plymouth-theme_22.11.0-trunk_all.deb ] [ .... ] Installing from repository [ wireguard-tools --no-install-recommends ] [ o.k. ] Enabling serial console [ 'ttyS0' ] [ o.k. ] Building kernel splash logo [ focal ] [ .... ] Installing extras-buildpkgs [ hostapd htop sunxi-tools ] [ o.k. ] Copying NAND boot files to image [ customize-image-host.sh ] '/home/user/Projects/Armbian/build/cache/sources/u-boot/v2022.07/spl/sunxi-spl-with-ecc.bin' -> '/home/user/Projects/Armbian/build/userpatches/overlay/boot/nand/sunxi-spl-with-ecc.bin' '/home/user/Projects/Armbian/build/cache/sources/u-boot/v2022.07/u-boot-dtb.img' -> '/home/user/Projects/Armbian/build/userpatches/overlay/boot/nand/u-boot-dtb.img' [ o.k. ] Calling image customization script [ customize-image.sh ] '/tmp/overlay/boot/nand' -> '/boot/nand' '/tmp/overlay/boot/nand/sunxi-spl-with-ecc.bin' -> '/boot/nand/sunxi-spl-with-ecc.bin' '/tmp/overlay/boot/nand/u-boot-dtb.img' -> '/boot/nand/u-boot-dtb.img' [ o.k. ] No longer needed packages [ purge ] [ o.k. ] Unmounting [ /home/user/Projects/Armbian/build/.tmp/rootfs-7d834edd-2750-4d7e-83b2-816029998099 ] [ o.k. ] Preparing image file for rootfs [ cubietruck focal ] [ o.k. ] Current rootfs size [ 681 MiB ] [ o.k. ] Creating blank image for rootfs [ 892 MiB ] [ o.k. ] Creating partitions [ root: ext4 ] [ .... ] Creating rootfs [ ext4 on /dev/loop0p1 ] [ .... ] Copying files to [ / ] [ .... ] Copying files to [ /boot ] sent 19.10M bytes received 4.82K bytes 38.21M bytes/sec total size is 19.08M speedup is 1.00 [ .... ] Updating initramfs... [ TMPDIR=/tmp update-initramfs -uv -k 5.15.77-sunxi ] [ o.k. ] Updated initramfs. [ for details see: /home/user/Projects/Armbian/build/output/debug/install.log ] [ .... ] Re-enabling [ initramfs-tools hook for kernel ] [ o.k. ] Unmounting [ /home/user/Projects/Armbian/build/.tmp/mount-7d834edd-2750-4d7e-83b2-816029998099/ ] [ o.k. ] Free SD cache [ 20% ] [ o.k. ] Mount point [ 88% ] [ o.k. ] Writing U-boot bootloader [ /dev/loop0 ] [ o.k. ] SHA256 calculating [ Armbian_22.11.0-trunk_Cubietruck_focal_current_5.15.77_minimal.img ] [ warn ] GPG signing skipped - no GPG_PASS [ Armbian_22.11.0-trunk_Cubietruck_focal_current_5.15.77_minimal.img ] [ o.k. ] Compressing [ /home/user/Projects/Armbian/build/.tmp/image-7d834edd-2750-4d7e-83b2-816029998099/Armbian_22.11.0-trunk_Cubietruck_focal_current_5.15.77_minimal.7z ] [ o.k. ] Done building [ /home/user/Projects/Armbian/build/.tmp/image-7d834edd-2750-4d7e-83b2-816029998099/Armbian_22.11.0-trunk_Cubietruck_focal_current_5.15.77_minimal.img ] [ o.k. ] Build done [ @host ] [ o.k. ] Target directory [ /home/user/Projects/Armbian/build/output/debs/ ] [ o.k. ] U-Boot file name [ linux-u-boot-current-cubietruck_22.11.0-trunk_armhf.deb ] [ o.k. ] Kernel file name [ linux-image-current-sunxi_22.11.0-trunk_armhf.deb ] [ o.k. ] Runtime [ 15 min ] [ o.k. ] Repeat Build Options [ ./compile.sh BOARD=cubietruck BRANCH=current RELEASE=focal BUILD_MINIMAL=yes BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,7z ] user@HOST:~/Projects/Armbian/build$ 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 will create an appropriate pull request on the doc repo as soon as this PR has been merged [x] My changes generate no new warnings [n/a] Any dependent changes have been merged and published in downstream modules View the full article
-
khadas-vim3l: add asound file View the full article
-
Description meson: legacy: bump to 5.10.155 How Has This Been Tested? [X] Build, burn and run Checklist: [ ] 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
-
tinkerboard-2: move to "legacy" 21.07 u-boot; firmware & kernel DTS fixes (5.18/19,6.0) notes in the board file about the RAM issues (tested, confirmed working blob change of #4383 by @pinhaozhang working with u-boot 21.07; blobless also works with ATF v2.7 on my known-good-RAM boards) tinkerboard-2: add full firmware, for the rtl8822ce PCIe Wifi default card in the tb2 as shipped by ASUS tinkerboard-2: uboot: rename TARGET_TINKER-2_RK3399 to TARGET_TINKER2_RK3399 to avoid warnings all over tinkerboard-2: slower but working Tinkerboard 2S eMMC (HS400+ES to HS200) both for u-boot and kernel. should not affect 2, only 2S View the full article
-
HIGOLE introduced the GOLE1 mini PC with a touchscreen display in 2015 mostly to get a free and legal Windows 10 license, but over the years the company launched more Intel models inspired by the original design. However, their latest model, the GOLE 1 R, is based on Rockchip RK3588 octa-core Arm Cortex-A76/A55 SoC instead and running Android 12 by default. The GOLE 1 R is equipped with 8GB RAM, 128GB eMMC flash, a 5.5-inch touchscreen display, Gigabit Ethernet and WiFi connectivity, a microphone, speaker, a gravity sensor, and a 2,500 mAh battery. The company also sells the GOLE 1 RN mini PC without a display, a microphone, a speaker, or a battery for power. GOLE 1 R/RN 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 [...] The post GOLE 1 R mini PC offers Rockchip RK3588 CPU, 5.5-inch touchscreen display appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Adding in kernel module for controller support for the rk3588 currently disabled in the kernel How Has This Been Tested? Untested 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 [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
-
Description Maint. How Has This Been Tested? [x] Patches applies well View the full article
-
CNX Software’s Giveaway Week 2022 has just ended, and it’s time to announce the winners. Just like last year, some companies added to the review samples I offered with Rakwireless and ELECFREAKS offering a LoRaWAN devkit and an educational robot respectively. If you check out the photo of the items given away below you’ll find quite more than seven because the SONOFF NSPanel kit includes four Zigbee modules, and more importantly, we also organized a parallel giveaway week on CNX Software Thailand with small boards such as the Raspberry Pi Zero W or XIAO BLE. We had eight winners on CNX Software: NanoPi R5S gateway – Ingmar, GERMANY e-con Systems e-CAM20_CURB camera – Johnny, ESTONIA Pico:ed Smart Cutebot Kit – jednorozec, CZECH REPUBLIC Pico:ed V2 board – Leonardo, BRAZIL Sonoff NSPanel Pro and Zigbee modules – Tim, CANADA RAK Developer Kit (Air Quality Kit) – Magnus, SWEDEN GL.iNet GL-S10 BLE [...] The post Giveaway Week 2022 winners announced! appeared first on CNX Software - Embedded Systems News. View the full article
-
The FNIRSI 1013D is a dual-channel flat-panel oscilloscope with a rich set of features. It is cost-effective and useful to people in the maintenance and R&D industries. Although it has been on the market for a few years, I purchased one, and I decided to introduce it and disassemble it to check out the hardware design. FNIRSI describes its oscilloscope as “small and portable”, so I assume it should include a lithium battery, a TFT LCD screen, a processor to handle the display, and another chip to process the digital signals. Let’s take it apart first to find out. FNIRSI 1013D oscilloscope unboxing FNIRSI 1013D package content: 1x FNIRSI 1013D oscilloscope 2x 100MHz matching probes (1X and 10X) 1x USB cable 1x Charging adapter 1x Instruction manual The FNIRSI 1013D adopts a 7-inch 800 x 480 resolution color TFT LCD with a capacitive touch screen. There are two input channels [...] The post FNIRSI 1013D teardown and mini review – A portable oscilloscope based on Allwinner CPU & Anlogic FGPA appeared first on CNX Software - Embedded Systems News. View the full article
-
Description Due to Github Actions upgrade all modules that are using Node 16 become obsolete. Action script we were using for handling TAGS is not maintained anymore so we have to switch to its fork. How Has This Been Tested? [x] Build test from a PR branch Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
-
Description As per subject, bumps rk322x family to kernel 6.0 How Has This Been Tested? [x] Compiled deb kernel packages and tested on a live 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
-
Description Kernel config for rockchip64 for kernel 6.0 got a sudden overhaul I don't know it was wanted or not. That caused the addition of a huge number of unneeded modules (Parallel ATA, Intel enterprise things, PCI drivers, NAND support and drivers, and other crap) that causes a grow in compressed modules size of 20 megabytes and 2 megabyte more on the kernel image plus several other insane settings, like CMA set to 384 megabytes. This PR restores the same "shape" of the previous kernel config and fixes ssv6051 and uwe5622 patches to compile without errors with v6.0. How Has This Been Tested? [x] kernel deb packages have been compiled, verified that final size is in the range of the previous kernel edition (48mb vs. 47mb) 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 As a side note, it would be better to think about cleaning up this kernel config from unnecessary things: I see no reason why rockchip64 should carry amlogic and allwinner soc clock, sound, pinctrl, etc... drivers. The kernel deb package is twice the size the rk322x and 50% bigger than rockchip 32 bit family. View the full article
-
Description Maintenance. View the full article
-
We wrote about the low-cost T8-Pro Celeron N5095 mini PC with three HDMI outputs and two Gigabit Ethernet ports last week, but if you’d prefer a model with 2.5GbE networking instead, the Partaker J6412 might be a better, albeit costlier option, with still three displays support (2xDP, 1xHDMI), and three 2.5GbE ports. As its name implies, the fanless mini PC/network appliance is powered by an Intel Celeron J6412 Elkhart Lake processor, coupled with up to 16GB DDR4 memory and a 512GB SSD, and it features six USB ports, plus an RS232 COM port. Partaker J6412 specifications: SoC – Intel Celeron J6412 quad-core Elkhart Lake processor @ 2.0 GHz / 2.6GHz (Burst frequency) with 1.5MB cache, 16 EU Intel UHD Graphics; 10W TDP System Memory – 4GB, 8GB, or 16GB DDR4-3200 via 1x SO-DIMM socket upgradeable up to 32GB Storage M.2 M-Key 2280 SATA socket 1x SATA III (6 Gb/s) port [...] The post Partaker J6412 is a fanless network appliance/mini PC with 3x 2.5GbE, 3x video outputs appeared first on CNX Software - Embedded Systems News. View the full article
-
Espressif Systems has just announced the Matter-compatible ESP-ZeroCode modules with Wi-Fi and/or Thread (802.15.4) wireless connectivity that are designed as plug-and-play solutions for LED lights, outlets, switches, dimmers, relays, fans, and other lighting and electrical devices. I was only recently introduced to no-code programming in a recent post by Ninephon Kongangkab explaining how to use SenseCraft firmware for no-code programming on Wio Terminal. Basically, there’s no need to know Arduino, MicroPython, or any programming language, as the user just has to press a few buttons to configure an IoT device to meet his/her requirements. With the ESP-ZeroCode modules, Espressif offers something similar using several of their ESP32 chips. The first ESP-ZeroCode modules will be offered with either ESP32-C3 (aka ESP8685) or ESP32-C2 (aka ESP8684) WiFi & BLE RISC-V SoCs, or ESP32-H2 802.15.4 & BLE RISC-V microcontroller, and ships with a Matter compatible firmware that enables “near-zero investment in development”. Not [...] The post Matter compatible ESP-ZeroCode modules enable plug-and-play automation solutions appeared first on CNX Software - Embedded Systems News. View the full article
-
AMD has added two new low-cost, low-power members to its UltraScale+ family with the Artix UltraScale+ AU7P FPGA and the Zynq UltraScale+ ZU3T MPSoC. Both devices are manufactured with the 16nm FinFET process and offer entry points to the transceiver-based UltraScale+ family with features such as high I/O-to-logic density, UltraRAM, DSP, and more. AMD Artix UltraScale+ AU7P FPGA The new AU7P FPGA is the smallest from the Artix UltraScale+ family with four 12.5Gbps transceivers, up to 82K system logic cells, 216 DSP slices, 4.9 Mbit RAM, and 248 I/Os. It is offered in a 10.5 x 8.5mm InFO package. The company says the chip provides up to 50% lower static power, 20% more I/O-to-logic ratio, and twice as many 3.3V HDIO compared to the AU10P device. The AU7P is designed for space-constrained and/or power-sensitive applications such as medical imaging, machine vision, professional cameras/monitors, and automotive radar/lidar. More details may be [...] The post AMD unveils low-cost Artix UltraScale+ AU7P FPGA and Zynq UltraScale+ ZU3T MPSoC appeared first on CNX Software - Embedded Systems News. View the full article