Tagged: IoT

Lepidopte Web UI. 0

Detecting Web Censorship by Running OONI on Pi Zero

In 2015 I had put together a simple script to check the status of various websites that were blocked (Censored) by ISPs (Internet Service Providers) in India for various reasons. It was a very simple script based on simple rules. Idea was to get a sense of censorship in India. After a while...

0

V7: Embeddable JavaScript Engine

For a project of mine I was looking for an embedded scripting language. Lua was my first choice. But not many outside gaming know Lua much. Even though I thought about JavaScript, I ignored it for a long time considering it isn’t great for an embedding. Recently I while exploring embeded systems I...

UART over BLE 1

UART Over Bluetooth Low Energy

A universal asynchronous receiver/transmitter (UART) is the most popular protocol used for talking to a computer device over serial port. What I am talking here is not exactly UART in traditional sense. It’s an emulation of serial port over BLE. It’s not part of profiles defined by Bluetooth SIG. It’s a custom defined...

1

Python on ESP8266 using MicroPython

You know I love ESP8266 and Python. So when the opportunity came to be part of it, I did in a small way on Kickstarter. The project team has been truly great. They send almost monthly updates on what they are working on and since they got enough funding they went open from...