Linumiz at Embedded Linux Conference Europe 2022

  Linumiz participated in the OSSummit organized by The Linux Foundation in Dublin, Ireland on Sept 12-16, 2022. Out of 5 talks, 3 talks proposed by Linumiz engineers have been accepted: Dinesh Kumar K  discussed the topic of  — Interfacing Sensor with Zephyr for IoT Devices – Youtube Parthiban  discussed  the topic of  — Contributing to Zephyr vs (Linux…

Zephyr RTOS: Getting Started

Zephyr, a project of The Linux Foundation backed by major tech companies like Intel, Nordic Semiconductor, NXP, Linaro and much more companies developing and maintaining a small real-time operating system for connected, resource constrained devices supporting multiple architectures and targets. Zephyr is released under Open Source Apache License 2.0 This blog is a short tutorial…

Provisioning Embedded Linux – Part 1

Development of various Embedded Hardware in market based on various architectures are currently available as various consumer to industrial solutions. Hardware manufacturer also provide Board Supported Package (BSP) to get the hardware up and running with basic system software. Based on various requirements and use cases, these software are engineered in various ways and customized…

Bluetooth: ConnectDevice without scanning

After discovering the nearby Bluetooth devices either using StartDiscovery without filter or with SetDiscovertFilter, next big step is to connect with the device and access the functionalities provided by the device. The connection process involves two steps, Pairing – Authenticating and trusting the end bluetooth device Connect itself Here connection can be initiated either by…