Imagine | Develop | Create
All
Experiments
Hacks
Libraries
Lighting
Machines
PLEX
Repairs
Software
WiFi
About me
Links
Contact me
This is a simple LCD Menu Library for Arduino to make menus to control robots and machines. Menu Systems on an LCD has always been a thing that has gotten in the way of developing...
Read More
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,...
This is a LED Fading control library for Arduino. Each LED can be controlled individually or by its master LED. This is to try and make it easier to...
This is to make it easier to link to...
This is a library that allows any machine or robot to be controlled by G-Code What is G-Code? G-Code is the instructions that 3D Printer and CNC used to create there part. G-Code is a set...
Delta-Kinematics-Library https://tinkersprojects.com/ Forward and Inverse Kinematics Library for Delta robot. Thank you to: ...
This is a library to calculate the kinematics and inverse kinematics from a given point. The library will calculate positions, join angles, speeds and the control of stepper motors. This is a...
These are libraries for a torch that can do different functions. Each version is similar to each other with updated functionality and control. Torch_LED_V1 Torch_LED_V1 is the first library for...
This library is similar to the RGB_LED Library but is made for only one LED instead of 3 to make colours. This Arduino library is to the control a LED's fading and can be synced with other LED to...
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...
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...