LoRaWAN on the other hand, is a wireless communication protocol, built on top of LoRa physical layer and designed for long-range, low-power applications such as Internet of Things (IoT) devices. LoRaWAN support 3 different operating modes: Class A, Class B, and Class C. The operating modes determines the communication behavior and power consumption characteristics of LoRaWAN devices.
Read More ➠
For an Linux based In-Vehicle-Infotainment (IVI) platform, Client expected us reduce the 22 Sec boot-time of the HMI, and get the Rear View Camera to be coming up within 4 Sec and the HMI component to be up by 8 Sec.
Read More ➠

Modern vehicles are equipped with complex infotainment systems that rely on Touch Screens for user interaction and control. Testing the functionality of these HIDs is crucial to ensure a seamless user experience. However, manual testing can be time-consuming, error-prone, and limited in test coverage.
Read More ➠
The hardware platform was based on an ESP32 board. The ESP32 board queries the existing system through a SPI base command interface, and makes the data available over JSON-RPC interface. The mobile application runing on iPhone / Android mobile, queries the data periodically over the JSON-RPC interface, and displays it on the mobile application interface, in a format that is convenient for the user.
Read More ➠

Zilogic Systems is excited to participate in the Automotive Testing Expo 2023 in Chennai Trade Center, Chennai. Automotive Testing Expo is the world’s leading international expo for every aspect of automotive testing, development and validation technologies. It is the leading event for the technologies and services in ADAS and autonomous vehicle testing, electric and hybrid powertrain testing, battery and range testing, EMI and NVH test and analysis and the full spectrum of test and validation technologies for full-vehicle, component and systems development.
Read More ➠
The hardware platform was based on an ESP32 board. The ESP32 boardqueries the existing system through a SPI base command interface, andmakes the data available over JSON-RPC interface. The mobile application runing on iPhone / Android mobile, queries the data periodically over the JSON-RPC interface, and displays it on themobile application interface, in a format that is convenient for the user.
Read More ➠
Human errors can be catastrophic in a diagnostics lab environment. One potential cause of human error, would be mis-labelling or improper labelling a blood sample collected from a patient. The Automated Blood Tube Labeler is a lab equipment designed to reduce the possibility of human errors, when collecting blood samples.
Read More ➠
A board is based on the STM32F4 series microcontroller. The customer wanted a provision to update the application image through the Ethernet interface. The application image should be accepted by the board only if its from an authorized source, so that unauthorized update is prohibited.
Read More ➠

This case-study involves, booting all the lab computers over the network, with a Linux kernel and a minimal root filesystem image, using PXE boot. This way each computer did not have to be individually setup. The Tiny Core Linux distribution was used to create a minimal filesystem image, containing the firefox browser.
Read More ➠

This article tries to brief the purpose of embedded Linux build systems and introduction to few of the popular ones.
To develop a Linux based embedded systems, it is required to compile the bootloader, kernel, filesystem and applications using script files using custom build procedures. An Embedded Linux Build System refers to the the tools and the environment for building the software packages for a particular board/machine.Read More ➠

Introduction
This article talks about 4G bring-up from scratch using the OAI code base. The idea is to collate the data available and provide a sequence of instructions that would help bring up a 4G eNB and a 4G UE in a single linux machine, using namespaces.After the setup is up, i.e, when the UE is able to connect to the eNB, the interface is tested by browsing. The results are recorded. Images are added, describing the LTE architecture, for better understanding.Read More ➠

Kivy is a Python-based open-source library for writing GUI applications, for touch-screen based systems. Kivy supports both desktop environments and mobile operating systems like Android and iOS. In our previous article, we talked about porting Kivy to Yocto, on the Colibri T-20. In this article, we demonstrate what Kivy features make it suitable for building UI for handhelds, with the case study of a barcode based asset tracker.
Read More ➠

We are very happy to announce that Zilogic Systems is partnering with one of India’s leading institution of advanced education and research in the sciences and in engineering, IISc, Bengaluru, on the upcoming wireless technology, 5G.
Read More ➠

Linux is the most popular operating system in embedded devices, it is being used in various products including hand-helds, medical and Industrial HMIs devices. When it comes to natural user interface, people tend to choose the Android framework, but Android, is too heavy for buiding just a HMI. A popular alternative is the Python based Kivy.
Read More ➠

Android applications are the prominent software developed in this era. The developers and testers may want to automate the testing of their App with less learning curve, before getting into a full blown test frameworks. Using ADB commands for Android testing is a lean methodology, where with a few commands and little quirks, the tests can be automated. In this article let’s get to know about the ADB, and few categories of UI features that can be tested with ADB. It would be nice to watch, testing the "GALLERY" App automatically with ADB.