Onda V18 Pro (Allwinner A63) 2K Tablet Review – Part 1: Unboxing, First Boot, and Antutu 7 Benchmark

Announced last June, Allwinner A63 is the latest tablet SoC from the company, with a quad core Cortex A53 processor and a Mali-T760MP2 GPU capable of driving 2K displays. One of the first tablet to feature the SoC is Onda V18 Pro with a 10.1″ 2560×1600 high resolution display, 3GB RAM, 32 or 64GB internal storage, and the capability to play 4K H.265/H.264/VP9 videos (obviously downscale to the display resolution). I was interested in checking it out, and GearBest sent me a sample of the 32GB flash version. I’ll do a two part review, starting with unboxing, and first boot where I’ll run CPU-Z and Antutu, before publishing the rest of the review in a few weeks once I got to use it more and performed more tests. Onda V18 Pro Unboxing The tablet comes is a white “V-series” box, Onda likely uses for all their VXX tablets.They just differentiate […]

Qualcomm Snapdragon X24 LTE Cat 20 Modem Supports up to 2Gbps Download Speed (in Theory)

Qualcomm can already achieve peak download speed of 1.2 Gbps over 4G cellular network in Snapdragon 845 processor thanks to its Snapdragon X20 LTE modem, but the company has been working on an even faster modem with Snapdragon X24 modem support LTE Cat.20 download speed of up to 2 Gbps. That’s even faster than Gigabit Ethernet, at least in theory, as with all wireless technologies you can only achieve the maximum throughput in the lab, and upload speeds will be lower – but still decent – at up to 316 Mbps. You’d also have to find a Telco that can handle such speeds. Qualcomm X24 cellular modem specifications: LTE Category – 20 Downlink Features 7×20 MHz carrier aggregation Up to 4×4 MIMO on five carriers Maximum 20 spatial streams Full-Dimension MIMO (FD-MIMO) Up to 256-QAM Peak Download Speed – 2 Gbps Uplink Features Qualcomm Snapdragon Upload+ 3×20 MHz carrier aggregation […]

CAN32 ESP32 Development Board is Designed for CAN Bus Applications

If you want a WiFi + BLE board to play with CAN bus, one option is to go with the versatile Olimex ESP32-EVB Board, but if you need something more compact CAN32 board might be worth a look as the board is specifically designed for projects and testing of the ESP32 in a CAN-BUS environment. CAN32 board hardware specifications: Wireless module – Espressif Systems ESP32-WROOM WiFI + Bluetooth LE module External storage – micro SD slot CAN Bus chip – Texas Instruments SN65HVD230DR CAN-BUS transceiver with sleep mode Expansion Unpopulated headers exposing: SVP/SVN, GPIOs, I2C, UART, GND, 3.3Vm 5.0V 4 larger vias for CAN H and L, 12V (max 15V), and GND Debugging / Programming – micro USB port via Silicon Labs CP2102N USB to UART Misc – C&K soft-touch low-profile buttons for reset and boot; 4x LEDs for power, ESP, UART Tx/Rx Power Supply 5V via micro USB port […]

Human Readable Decoding of /proc/cpuinfo for Arm Processors

One of the most common way to get CPU information is to check the content of /proc/cpuinfo. For example, this is the output I get from running the command on NanoPi NEO (Allwinner H3) board:

Many fields are self-explanatory, but what about CPU implementer and CPU part numbers? Those are values stored in Arm’s CPUID Base Register, and 0x41 looks up to Arm implementer, while 0xc07 refers to Cortex A7. But I had to look it up to find out. One solution would be to decode those values in the kernel, but the developers won’t do that probably because it may break user-space programs that rely on hexadecimal values. So instead, Riku Voipio decided to write and submit a patch for lscpu program found in util-linux package. The patch has been merged so the new ID mapping feature should be supported in util-linux 2.32 and greater. In the meantime, […]

Particle Unveils Three nRF52840 Bluetooth 5 Boards: Argon (WiFi), Boron (LTE), and Xenon, as well as Particle Mesh Technology

In the last year or so, Bluetooth has gotten an upgrade with the release of Bluetooth 5. The new protocol works on several existing platforms, but if you want support for the full set of Bluetooth 5 features such as longer range and higher bandwidth, we’ve seen you need a recent chip such as Nordic Semi nRF52840. However so far, AFAIK you had to buy Nordic Semi own development kit for play with nRF52840, and now Particle has announced not one, but three low cost development boards powered by nRF52840 chip starting at just $9, and supporting their newly announced Particle Mesh technology. So for some reasons, it appears they did not go with Bluetooth Mesh. Particle Xenon – Bluetooth 5 + Mesh Xenon is the cheapest model with the following specifications: SoC – Nordic Semiconductor nRF52840 Arm Cortex-M4F 32-bit processor @ 64MHz with 1MB flash, 256KB RAM Storage –  […]

Samsung Exynos 7885 Processor Launched for Mid-Range LTE Smartphones

After unveiling Exynos 7872 Series5 hexa core processor in January, Samsung has now introduced a higher end Series7 octa-core processor with Cortex A73 and 53 cores, and a Mali-G71 MP2 GPU named Exynos 7885. The new processor also supports 18:9 Full HD+ displays, LTE Cat 12 for download up to 600 Mbps, dual camera, 4K 30 fps video decoding/encoding, and comes with an LPDDR4x memory interface. Samsung Exynos7 7885 processor specifications: CPU – Dual-core Cortex-A73 @ up to 2.2 GHz, and Hexa core Cortex A53 @ up to 1.6GHz GPU – Arm Mali-G71 MP2 Memory I/F – LPDDR4x Storage I/F – eMMC 5.1, SD 3.0 Display – Up to WUXGA (1920×1200), Full HD+ (2220×1080) LTE Modem – LTE Cat.12 3CA 600Mbps (DL) / Cat.13 2CA 150Mbps (UL) Connectivity – Wi-Fi 802.11ac Dual-band, Bluetooth 5, FM Radio GNSS –  GPS, GLONASS, BeiDou, Galileo Camera –  Rear 21.7MP, Front 21.7MP, Dual camera: 16MP+16MP […]

Tock Open Source OS for Secure IoT Systems Runs on Arm Cortex-M Microcontrollers

We already have a fair share of open source operating systems running on Arm Cortex-M microcontrollers with FreeRTOS, mbed OS, Zephyr OS, RIOT, and many others. Earlier this morning, as I wrote about the Embedded Linux and IoT Summit 2018, I discovered you can now also add Tock to the list, with the operating system specifically designed for (secure) IoT on Arm Cortex-M MCUs. According to the abstract, Tock aims to enable more secure and extensible IoT systems by using a language sandbox and hardware enforced mechanism to isolate third-party and other untrusted code in the system. The operating systems is comprised of three components: A trusted core kernel written in Rust language with a HAL, scheduler and platform-specific configuration Capsules compiled with the kernel and use Rust’s type and module systems for safety; typically used for drivers & virtualization layers User-space processes using the MPU for hardware protection at runtime; […]

BASpi I/O is a Raspberry Pi HAT Expansion Board for Building Automation (BACNet)

BACNet is a data communication protocol for Building Automation and Control Networks that has been developed, supported and maintained by ASHRAE (American Society of Heating, Refrigerating and Air-Conditioning Engineers) Standing Standard Project Committee since 1987, and used as building automation standard in the US, Europe, and more than 30 other countries. It’s used for HVACs, lightings, elevators, fire safety, and other systems used in buildings. It’s also known as ISO 16484-6 standard. I had never heard of it, but this afternoon, I’ve come across Contemporary Controls BASPi I/O, a Raspberry Pi add-on specifically designed for BACNet, and providing 12 physical I/O points including 6 Universal Inputs and 6 Relay Outputs. BASPi I/O specifications and features: BACnet/IP Server – 12 physical points and 24 virtual points BACnet/IP over Ethernet or Wi-Fi Resident Sedona Virtual Machine (SVM) Input/Output — 12-points of physical I/O 6x configurable Universal Inputs: Analog Input, Binary Input, Resistance, […]

Exit mobile version