. ├── LICENSE ├── README.md ├── documents │ ├── Proposal.pdf │ ├── project description.pdf │ └── required-function.pdf ├── innovative-function │ ├── Arduino ...
Phil is a freelance writer and editor with 20+ years of experience. He has been writing for MakeUseOf since April 2021. With a focus on DIY making and electronics projects, he is passionate about ...
The nRF24L01 modules are transceiver modules, meaning each module can both send and receive data but since they are half-duplex they can either send or receive data at a time. The module has the ...
Occasionally it may be useful to visualize a continuous stream of data arriving through a serial connection as a web page in a browser. But how do you go about? May we suggest a bit of scripting?
The Internet of Things (IoT) is one of the new kids on the block. It promises connection of sensors and actuators to the internet, for data to flow both ways, and once on the internet, to become part ...
OBD2 for Raspberry Pi with Pi-OBD add-on board or DXM OBD2 module and OBD2 software taken from my other labs project Firmware Update for OBD2-Analyser NG. This project turns the Raspberry Pi into an ...
This library is a major rewrite of IRemote by Ken Shirriff which was covered by GNU LESSER GENERAL PUBLIC LICENSE which as I read it allows me to make modified versions. That same license applies to ...