# Arduino Kits

- [Smart Plant Watering Kit](https://learn.arduinosa.co.za/arduino-kits/smart-plant-watering-kit.md): Follow the below guide to build your Plant Watering System using an Arduino Uno
- [What you will need](https://learn.arduinosa.co.za/arduino-kits/smart-plant-watering-kit/what-you-will-need.md)
- [Wiring Diagram](https://learn.arduinosa.co.za/arduino-kits/smart-plant-watering-kit/wiring-diagram.md)
- [The Code](https://learn.arduinosa.co.za/arduino-kits/smart-plant-watering-kit/the-code.md)
- [Pics](https://learn.arduinosa.co.za/arduino-kits/smart-plant-watering-kit/pics.md)
- [Basic Starter Kit](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit.md): Interested in electronics and coding? The Uno basic starter kit has an advanced board with a robust platform and numerous accessories to help you get started with your journey.
- [Component View](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/component-view.md)
- [Installing the IDE](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/installing-the-ide.md)
- [Add Libraries](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/add-libraries.md)
- [Blink](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/blink.md): In this lesson, you will learn how to program your UNO R3 controller board to blink the Arduino’s built-in LED, and how to download programs by basic steps.
- [Button Control LED Delay Switch](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/button-control-led-delay-switch.md): In this lesson, you will learn how to use the button control LEDs to implement the delay control function.
- [Active Buzzer](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/active-buzzer.md): In this lesson, you will learn how to generate a sound with an active buzzer.
- [Passive Buzzer](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/passive-buzzer.md): In this lesson, you will learn how to use a passive buzzer.
- [Servo](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/servo.md)
- [IR Remote and Receiver](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/ir-remote-and-receiver.md)
- [Stepper Motor](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/stepper-motor.md): In this lesson, you will learn a fun and easy way to drive a stepper motor. The stepper we are using comes with its own driver board making it easy to connect to our UNO.
- [Eight LED with 74HC595](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/eight-led-with-74hc595.md): In this lesson, you will learn how to use eight LEDs with an UNO without needing to give up 8 output pins!
- [LCD](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/lcd.md): In this lesson, you will learn how to wire up and use an alphanumeric LCD display
- [Digital tube with Traffic Light Experiment](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/digital-tube-with-traffic-light-experiment.md): This lesson will use the 74HC595 shift register in combination with the red and green LEDs and the yellow LED to create a traffic light.
- [Four digit tube display](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/four-digit-tube-display.md): In this lesson, you will learn how to use a 4-digit 7-segment display.
- [LM35D Temperature Sensor](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/lm35d-temperature-sensor.md): This lesson will introduce you to the LM35D sensor
- [LDR 5516 experiment](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/ldr-5516-experiment.md): This lesson shows you how to use Arduino LDR photosensitive device to realize a light-emitting diode switch that can automatically control with ambient brightness
- [Flame Sensor](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/flame-sensor.md)
- [8 \* 8 LED Module](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/8-8-led-module.md)
- [Controlling Stepper Motor With Remote](https://learn.arduinosa.co.za/arduino-kits/basic-starter-kit/controlling-stepper-motor-with-remote.md): In this lesson, you will learn a fun and easy way to control a stepper motor from a distance using an IR remote control.
- [Super Starter Kit](https://learn.arduinosa.co.za/arduino-kits/super-starter-kit.md): This is a cost-effective starter kit with newest Type C USB development board, including 830 points breadboard, ultrasonic sensor and joystick module and many more.
- [Tutorials](https://learn.arduinosa.co.za/arduino-kits/super-starter-kit/tutorials.md)
- [Best Beginner Kit for Arduino](https://learn.arduinosa.co.za/arduino-kits/best-beginner-kit-for-arduino.md)
- [Tutorials](https://learn.arduinosa.co.za/arduino-kits/best-beginner-kit-for-arduino/tutorials.md)
- [Uno R3 RFID Kit](https://learn.arduinosa.co.za/arduino-kits/uno-r3-rfid-kit.md)
- [WIFI ESP32 IOT Kit](https://learn.arduinosa.co.za/arduino-kits/wifi-esp32-iot-kit.md): content coming soon
- [Arduino School STEM Kit](https://learn.arduinosa.co.za/arduino-kits/arduino-school-stem-kit.md): content coming soon
- [Arduino Ultimate Starter Kit](https://learn.arduinosa.co.za/arduino-kits/arduino-ultimate-starter-kit.md): content coming soon


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.arduinosa.co.za/arduino-kits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
