RAPID DEVELOPMENT platform for IoT, AI and STEM inventions

INTERMEDIATE runlinc PROJECTS for E32W Controller

Project 1: Set Fire Risk Limit

Bushfires are a very real danger in Australia, so the sooner we know about them the better. What can we do to detect bushfires?

Project 2: Radiation Counter

When we are in an environment with radiation, we want to make sure the level of the radiation is in the safe range. What can we do to determine the radiation level?

Project 3: Wind Power

As we use more and more energy, we need to find renewable resources. How can we use wind power to generate electricity?

Project 4: Fluid Level Sensor

Most, if not all people, have a rainwater tank. It can be an issue if it runs out unexpectedly. How can we measure how much water is left, and alert the user when it's almost empty?

Project 5: Vending Machine

How does a vending machine work? How can we use runlinc to create a vending machine. How can we use runlinc to display more then a normal LCD. than one source of information at once?

Project 6: Combination Lock

It is important that we keep our posessions safe. One way of doing this is by using a safe with a combination lock. How might we be able to do this with electronics?

Project 7: Displaying Light Sensor

We can get readings from the light sensor now, what about displaying the reading as a graph? This is important for data processing and storage.

Project 8: Servo Motor

How do we program chips to control robot arms? Here's the simplest example! Control a servo motor using this tutorial, and learn about the basic!

Project 9: Robot Base Control

How to use code to make robot move? In this tutorial, you will learn about how to use our board to control a 2 wheel robot base, with forwarding, backwarding and turning functions.

Project 10: Temperature and Humidity Display

In this tutorial you will learn about how to use our kit with DHT_11 sensor and read it. It's a sensor with both temperature and humidity detecting abilities, so we can monitor the 2 data at the same time with only 1 port used!

Project 11: Temperature and Humidity Graph

We can read DHT_11 sensor and display its readings just like we did before with the light sensor. Lets learn about how to do it!

Project 12: 3 Colour PWM

PWM means an output type that can be used to not only outputting high voltage and low voltage, but also voltage inbetween them! We will learn about how to control a 3 colour LED and make it change colour using PWM in this tutorial!