Skip to content
Tinkers Projects

Tinkers Projects

Imagine | Develop | Create

  • Home
  • Projects
    • Experiments
    • Hacks
    • Libraries
    • Lighting
    • Machines
    • PLEX
    • Repairs
    • Software
    • WiFi
  • Manufacturing
  • About me
    • Links
    • Contact me

Category: Libraries

LCD-Simple-Menu Library

LCD-Simple-Menu Library

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 software …
Read more

P10_BitBang Library

P10_BitBang Library

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, int8_t _a, …
Read more

LED_master_slave

LED_master_slave

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 manage LEDs.
Read more

EasyAPI

EasyAPI

This is to make it easier to link to an API
Read more

G-Code-Arduino-Library

G-Code-Arduino-Library

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 of …
Read more

Delta-Kinematics-Library

Delta-Kinematics-Library

Delta-Kinematics-Library https://tinkersprojects.com/ Forward and Inverse Kinematics Library for Delta robot. Thank you to: …
Read more

Stepper_Kinematics Library

Stepper_Kinematics Library

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 …
Read more

Torch_LED Library

Torch_LED Library

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 …
Read more

Func_LED library

Func_LED library

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 …
Read more

PWM_BitBanging_Port Library

PWM_BitBanging_Port Library

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 …
Read more

RGB_LED Library

RGB_LED Library

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 …
Read more

© Copyright 2021 – Tinkerers Projects – Privacy Policy