Electronics For भारत (The Blog)

Flashing ESP8266 module ESP-01 in Manjaro (Arch Linux) and a story of Serial Port under Linux

17 Jun 2020, 06:41pm TZ +05:30
hardware, WiFi, ESP8266, Espressif, manjaro, linux, serial-port
Embedded, IoT

ESP8266 Flashing on Manjaro (Arch Linux)

Let’s look at how to use Serial-Port under Manjaro (Arch-Linux) . Our goal would be to flash a ESP8266 chip . More specifically the tiny module ESP-01 .

This may be out of time in the 2020.

I wanted to fix the serial-port issues once and for all.

Here goes my quest to simplify serial-port logging & debugging on Linux.

...

Zephyr OS : Blinky Example for STM32F3DISCOVERY board with Debugging Enabled

08 Jun 2020, 12:17pm TZ +05:30
Zephyr, hardware, manjaro, linux, STM32, ARM
Embedded, Software, IoT

Zephyr OS Blinky Example for STM32F3DISCOVERY board

We are going to look at a example of Blinky running on STM32F3DISCOVERY Board . Additionally we would be doing Debugging on the Zephyr OS. All this on the good ness of Manjaro (Arch Linux).

This is Part 2 in the series of post on Zephyr OS. In Part 1 we saw how to setup the development environment. In Part 3 we look at how to get started with Application Development on Zephyr OS using our custom blinky projects on STM32F3 Discovery Board .

...

Zephyr OS : Getting Started on Manjaro (Arch Linux)

08 Jun 2020, 06:25am TZ +05:30
Zephyr, hardware, manjaro, linux
Embedded, Software, IoT

Zephyr OS Development Using Manjaro(Arch Linux)

The Zephyr OS is based on a small-footprint kernel designed for use on resource-constrained and embedded systems: from simple embedded environmental sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications.

From Zephyr Project Documentation

We would look at initializing the environment and installing necessary dependencies. This is Part 1 in the series of post on Zephyr OS. In Part 2 we would look at an Example of Blinky program running on STM32F3DISCOVERY Board . In Part 3 we look at how to get started with Application Development on Zephyr OS using our custom blinky projects on STM32F3 Discovery Board .

...

Python Juypter : Install

31 Mar 2020, 03:21pm TZ +05:30
Python, AppDevelopment, hardware, Juypter
tools, Software

Jupyter

Jupyter is great tool for Python development. It’s an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text. It’s used for data cleaning, scrapping and transformation, numerical simulation, statistical modeling, data visualization, machine learning, and much more. In-fact, I have already used it in some of my hardware projects.

Let’s Get this installed in our machines. And have some fun !

...

Website Overhaul 2020

31 Jan 2020, 04:40pm TZ +05:30
news

Finally its 2020 !

Need to dust the cob-webs.

It’s time to UPGRADE!

But things just keep adding to stack of TODOs

...

TP-Link Archer T9UH on Manjaro Linux (Arch Linux)

07 Nov 2019, 01:14pm TZ +05:30
linux, manjaro, WiFi
tips

It was a Deepawali 2019 purchase for October. But finally arrived in November.

TP-Link Archer T9UH an Excellent low cost AC1900 Dual Band (2.4GHz and 5GHz) WiFi USB 3.0 Dongle

Mine was a V2 version, which I realized later.

TP-Link Archer T9UH WiFi Dual Band USB 3.0 Dongle
Fig: TP-Link Archer T9UH WiFi Dual Band USB 3.0 Dongle
Source: TP-Link Archer T9UH

Let’s look how it faired for me! - without loosing my sleep of it.

May be it might help you in some way.

...

Diff and Patch : A Guide

26 Sep 2019, 08:52am TZ +05:30
linux, manjaro
tips, tools

Finding our difference between files is a common thing I used to do. For most of the time I had the trusty k3diff. Things got messy with command line and scripting the difference job. I am not sure how many times I searched for diff command linux in Google. Also, do manual patching not knowing the patch command was a handicap.

Hence after much spite, I have decided to log it down here.

Diff and Patch Concept Image

...