How do I log every domain/links my device is connecting to? Especially Android and iOS
First of all, monitoring and logging the http/https request response cycle from your android / iOS is a pretty difficult task. I wonder if Android and iOS even allows it. So, as far as I know, there are no such applications that track all the request-response cycles on your device. But remember there is always …
How do I log every domain/links my device is connecting to? Especially Android and iOS Read More »
How to turn your Raspberry Pi as a downloading client [Both Torrent and regular downloads] and NAS
Setup Raspberry Pi as a network attached, headless file downloader both torrent and non-torrent. And and also as a network attached storage.
What is Blynk and how to use it?
I am sure that you all have heard the buzz word “IoT” an abbreviation for internet of things. Or you might have seen people controlling their home and work appliances from their mobile phones. You might have seen garage doors, the gates automatically open, when a car reaches them. Yeah, that’s basically what IoT is. …
Blynk OTA on NodeMCU, ESP8266, ESP32 and more | PlatformIO | Blynk OTA simplified.
We all know that the Blynk app together with tiny micro controllers is an amazing combination for IoT. NodeMCU, ESP8266, ESP32 and many other Arduino boards are compatible with the Blynk platform. With such large support, Blynk OTA would be a over whelming feature. The code uploading and testing of the device is simple when …
Blynk OTA on NodeMCU, ESP8266, ESP32 and more | PlatformIO | Blynk OTA simplified. Read More »
PlatformIO for Arduino, ESP8266, ESP32 & more with VSCode | Coding super simplified
The Arduino IDE is a wonderful tool to program your Arduino Boards, the ESPs as well as a few ARM micro-controller boards. It allows you to write your code and upload it to your micro controllers. But if you have ever used or seen someone using VSCode or the Visual Studio Code from Microsoft. I …
PlatformIO for Arduino, ESP8266, ESP32 & more with VSCode | Coding super simplified Read More »
How can I get 100% free domain for my website?
Have you been searching for a domain name for your website that costs nothing? Have you ever got it and had to pay for it later? Getting a free domain name for your free website is not an easy task. I have had a tough time searching for ways to get free domain name for …
Timers | Toggling in 8051 every 1 second using timer delay
Toggle pin P1.5 on the 8051 microcontroller using timer in both assembly language and in embedded c.
Latest Spectrum Analyser using Python | Part-2
Since we have already built spectrum analyser in part 1, where we use the PyAudio Python library to open the microphone and bring in raw binary data into the code. Convert that binary data into 16-bit integers and displayed them on a Plot using the MatPlotLib’s PyPlot.If you have not built it in the part …
Realtime Spectrum Analyser using Python | Part-1
A Spectrum Analyser measures the amplitude or the magnitude of the input signal, with respect to the frequency. Its mainly used to analyse the amplitude of signals at different frequencies. Python is a high level interpreted, multipurpose programming language. If you ever wanted to build your own audio spectrum analyser, that works out of the …
Realtime Spectrum Analyser using Python | Part-1 Read More »