MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Hifiengineering.blogspot.com most likely does not offer any malicious content.
Secure connection support
HTTPS
Hifiengineering.blogspot.com provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Hifiengineering.blogspot.com most likely does not offer any adult content.
Popular pages
-
An ECE Blog: A Multiple Encoder Library For Arduino
Here is an Arduino library which allows you to connect and decode up to 5 rotary encoders. It is basically an extension of my original encod...
-
An ECE Blog: Bit Banging Data with the Arduino
Normally if you want to send data over SPI you would use the Arduino's built in hardware SPI controller, which is accessible via the SPI.h ...
-
An ECE Blog: A Simple IR Decoder For Arduino
One of the design goals for the project I'm working on is to have IR control, so I set about writing some simple code for the Arduino to do ...
-
An ECE Blog: IR Decoder Library for Arduino
In a previous post we looked at a method (or algorithm) for decoding the Philips RC-5 protocol with the Arduino. The code was very sim...
-
An ECE Blog: Rotary Encoder Library for Arduino
Here is a simple library for the Arduino which polls and decodes a rotary encoder. It is based on a timer interrupt, just like my IR d...
-
An ECE Blog: Time Sensitive Coding for Arduino
Say if you wanted to read a sensor every 100 ms, and then send the data over serial. How would you do it? That's easy, isn't it? Just a few ...