Imagine | Develop | Create
All
Experiments
Hacks
Libraries
Lighting
Machines
PLEX
Repairs
Software
WiFi
About me
Links
Contact me
This is a library to allow any pins to be connected to a P10 LED display. Functions P10_BitBang(uint16_t _w, uint16_t _h,int8_t _clk, int8_t _sclk, int8_t _data, int8_t _en,...
Read More
This Library is to control all pins on a port as a PWM signal which is known as bit-banging. Bit-banging is when the microcontroller generates the signal and not external hardware. This can work...
This is a LED board with 18x 1-3W LEDs for a LED light or display. Each LED had its own control pin and therefore each LED can be controlled individually. The original idea was to use MOSFETs but...
This is a conversion from the light bulb to LED. The light uses 4x 1W LEDs in series with a 75 ohm resistor. A modded smashed light bulb was used to make the connection to the power. Once all...
RGB LEDs are used everywhere, in many different products and devices. This Arduino library is to the control RGB LED's colour and fading between colours. Almost every setting can be controlled...
This controller controls a RGB LED strip with different colours and patterns. the controller that came with the strip was only controlled by an IR remote control and was very small. The problem...
I got this light to take away with me to camp just in case I had to set up in the dark and was great for that. When I used it as a tent light it was much too bright and decided to put some type...
As a kid, my father all ways asked if it was possible to control one light bulb/LED. Throughout the years, I keep it in my mind and 2015 I worked out how to do it make it happen. I was hoping it...