Diamond Systems Zeta is a Miniature SBC Based on Bay Trail/Apollo Lake COM Express Mini Modules

Diamond Systems, a Silicon valley based company providing embedded computing solutions for transportation, energy, aerospace, defense, manufacturing, medical and research market, has recently introduced Zeta single board computer comprised of a baseboard, a choice of COM Express Mini type 10 modules based on Intel Bay Trail or Apollo Lake processor, and a heatspreader for cooling. The company explains the small size and high feature density of the solution make it particularly suitable for mobile applications. The SBC also supports a wide range 6-36VDC input voltage, and works in -40 to +85°C temperature range. Zeta SBC specifications: COM’s Processor and System Memory Intel Atom Bay Trail E3825 dual core processor @ 1.33GHz  with 2GB RAM Intel Atom Apollo Lake E3940 quad core processor @ 1.6GHz with 4GB RAM Intel Pentium Apollo Lake N4200 quad core processor @ 1.1GHz (burstable to 2.5GHz) with 8GB RAM Storage – 1x mSATA socket , 1x […]

Scrcpy Open Source Software Let You Control an Android Phone via a Windows, Mac OS, or Linux PC

Have you ever wished you could control or mirror your Android smartphone using your computer? Scrcpy, a free and open source program by Genymotion may fit your needs, and works on Windows, Mac OS or Linux. You just need to install (or build) a program on your host computer, connect your phone via USB, switch to developer mode, enable USB debugging, and run the program which will automatically install the server (a jar file) on your phone, which does not need to be rooted. The easiest way to try is with Windows since the developers already provide pre-built binaries, but I installed it on Ubuntu 16.04 instead since it is the operating system I use daily. Some of the packages in Ubuntu 16.04 are a bit old so it took me a couple of hours to successfully install it, and I’d recommend going with Ubuntu 17.10 or 18.04 daily build […]

Nitrogen8M Single Board Computer with NXP i.MX 8MQuad Processor Comes with Up to 4GB RAM, 128 GB Storage

Boundary Devices Nitrogen6X was one of the first boards based on Freescale i.MX 6 processor when it launched in 2012, and even I never owned their board personally, I liked the fact the company published frequent updates about software development on their blog. With NXP i.MX 8 processors now officially available, the company introduced an update to their SBC with Nitrogen8X powered by NXP i.MX 8MQ quad-core processor, with 2 to 4 GB LPDDR4 RAM, 8 to 128 GB flash, a certified wireless module for WiFi and Bluetooth, and more. The form factor has changed dramatically, however. Nitrogen8M specifications: SoC – NXP i.MX 8MQuad ((Dual, QuadLite available on request) with four Cortex A53 core @ up to 1.5 GHz, one Cortex-M4F real-time core,  and a Vivante GC7000Lite 2D/3D GPU System Memory –  2 or 4GB LPDDR4 (2GB standard) Storage – 16MB QSPI NOR Flash, 8GB eMMC flash (expandable to 128 […]

Inforce 6320 Snapdragon 410E Powered IoT Edge Gateway Launched for $250

Inforce Computing launched several boards and modules based on Snapdragon 410/410E including 6301 SoM and 6309 micro SBC, which their customers can integrate into their own products. The company has now launched an “Application Ready Platform” with Inforce 6320 IoT/IoE (Internet of Everything) edge routers that can be deployed directly by their customers. Inforce 6320 comes with a Snapdragon 410E board with dual Gigabit Ethernet, a Wireless module with WiFi and Bluetooth, USB 2.0 ports, a micro HDMI port and other interfaces, as well as a rugged metal enclosure also used for cooling.Inforce 6320 IoT gateway specifications: SoC – Qualcomm Snapdragon 410E processor (APQ8016E) with four ARM Cortex-A53 64-bit CPU @1.2GHz, Adreno 306 GPU with support for OpenGL ES 3.0, DirectX, and OpenCL, Hexagon QDSP6 @ 700MHz System Memory and Storage – 1GB LPDDR3 RAM + 8GB eMMC (eMCP package); MicroSD card connector Connectivity 802.11 b/g/n 2.4GHz WiFi, BT 4.1 […]

Advantech ROM-7720 is a Qseven 2.1 Compliant i.MX 8 QuadMax Computer-on-Module

Many solutions based on NXP i.MX8 processors are likely to be announced during Embedded World 2018 next week. We’ve already seen several NXP i.MX 8M Cortex A53 based modules such as Variscite DART-MX8M or Compulab CL-SOM-IMX8 systems-on-module, and more are coming. One of those will be Advantech ROM-7720 computer-on-module (CoM) featuring the top of the line NXP i.MX 8 QuadMax Cortex A72/A53 processor and following QSeven 2.1 specifications / form factor. Advantech ROM-7720 CoM specifications: SoC –  NXP i.MX 8QuadMax processor with 2x Cortex A72 cores @ up to 1.6GHz, 4x Cortex A53 cores, 2x Cortex-M4F real-time cores, a HiFi 4 DSP, and 2x Vivante GC7000XSVX GPUs System Memory – 2GB LPDDR4 @ 1600 MHz (optional 4GB RAM) Storage – 8 GB eMMC Flash for OS, 64 MB Quad SPI Flash for boot loader Video Output / Display I/F 2x 24-bit LVDS, 1366 x 768 for 1ch; 1920 x 1080 […]

ADL Embedded Solutions ADLEPC-1520 Atom based Industrial Mini PC Supports Stackable I/O Expansion

ADL Embedded Solutions has recently announced ADLEPC-1520 embedded mini PC powered by a dual or quad core Intel Atom Bay Trail-I processor, supporting wide temperature range, and long term 15 years availability for industrial applications and environments. The computer also includes an expansion header with PCIe, SATA, USB, SM-Bus and DisplayPort interfaces, that allows for standard or custom expansion board stackable on top of the main board. ADLEPC-1520 specifications for the main board (ADLE3800SEC): SoC (one or the other) Intel Atom E3845 quad core Bay Trail-I processor @ up to 1.91GHz, with 2MB cache, 10W TDP Intel Atom E3827 dual core Bay Trail-I processor @ up to 1.75 GHz, with 1MB cache, 8W TDP System Memory – Up to 4GB soldered down Storage – 2x M.2 Key B 2242 SATA II SSD slots Video Output – 1x DisplayPort Connectivity – Dual Gigabit Ethernet USB – 1x USB 2.0, 1x USB […]

Monitor Network Traffic per Process with Nethogs

Yesterday I wrote about using 3G on Raspberry Pi board,  and one of the commenter mentioned higher traffic than expected when connecting to 3G to just send a few bytes before disconnecting. One of the reasons are the extra data needed if you transmit data over a secure connection, for example establishing a PPP connection, connect to the board over SSH, and disconnect, results in the transmission & reception of a few kilobytes on my board:

But if you get much more traffic than that, you may want to investigate if another package may transfer data when it detects the connection is up. To analyze traffic, tcpdump and Wireshark are good options, especially if you want to look into the packets data, however such tools do not tell you which process is sending or receiving the data. So I searched whether I could find a program that would do […]

Vorke V1 Plus Celeron J3455 Mini PC Review with Windows and Ubuntu

Most Intel based mini PCs use processors classified as ‘Mobile’ as these have lower thermal design power (TDP) ratings which is the maximum amount of heat generated by the processor: However, the new Vorke V1 Plus has incorporated a ‘Desktop’ processor namely the Intel Celeron J3455. On paper this processor looks like it should perform similar to the Intel Pentium N4200 processor but with a tradeoff between being a cheaper processor to purchase but more expensive to run due to the increased power requirements. Geekbuying provided a Vorke V1 Plus for review so let’s start by taking a look at the physical characteristics. The device comes in a plain box and was supplied with the ‘right AC Adapter’ for my country. The first observation is that it is quite a large device. At just over 6” square (153mm) and nearly 1.5” tall (38mm) it is the biggest mini PC I’ve […]

Exit mobile version