Most electronic circuits are completely defined by two things: 1) which components are used and 2) how they are to be connected. By capturing only this information as clearly as possible, a schematic diagram is the clearest way to visualise and communicate an electronic circuit. A schematic diagram intentionally does not convey the size, shape,… Continue reading Electronic Schematic Diagrams
Month: November 2022
Testing the Relays
What kind of relays do we need? It depends on how much current the water valves need. Most garden valves seem to use 300 milliamps. This is a small amount of current, and so a small relay is enough. Relays that can be operated at different voltages are available; we’ll use one that uses 5 V… Continue reading Testing the Relays
Testing the Real Time Clock (RTC)
When I plan to use a device that is new to me, I like to first verify that I understand how it works, before designing the whole system. Because the RTC is new to you, let’s take a look at how it works. The main part of an RTC is the chip itself. The most… Continue reading Testing the Real Time Clock (RTC)
Planning
Start by thinking about what you want to achieve and what bits and pieces you’ll need. This project will use common gardening electric water valves, available in home improvement stores. While at the store, you will also need one power supply, or transformer, suitable for these water valves. How to use a MOSFET to control a… Continue reading Planning
Untitled
What you had learned about Arduino into a project, the Arduino Networked Lamp. Part of the fun was to combine some of the simple exercises into a practical project. You also learned about the Processing language and how to use it to create a proxy on your computer to do things that would be difficult… Continue reading Untitled
Arduino Cloud Plans
The Arduino Cloud is free for a lot of users but if you want to be able to control a lot of devices or share dashboards with somebody else you might need to purchase a plan. They start at $1.99 a month. You can see the different plans here https://store.arduino.cc/digital/create
Features of the Arduino IoT Cloud
Beside “bridging” between devices, the Arduino IoT Cloud provides a lot of useful features: You can find more detailed information at https://cloud.arduino.cc.
IoT Cloud
An IoT Cloud is an online service that can act as a bridge between your connected devices and, for example, a mobile app, a web dashboard or even other devices. If you have an IoT-compatible Arduino or similar board, the IoT Cloud service will detect when it is connected. However, if you are using a… Continue reading IoT Cloud
Project Hub
One very powerful feature of the Arduino Cloud is “Project Hub”, a place where you can find literally thousands of tutorials and projects for any Arduino board, covering all sorts of topics: from music to installations, from home automation to gardening, from pet feeders to robots. Some of the projects are very sophisticated and very… Continue reading Project Hub
Arduino Cloud IDE
The Arduino Cloud IDE (previously known as Arduino Create) is a cloud based development environment for Arduino which can be used with any modern internet browser. Very simply, you can login from anywhere in the world to a fully functional Arduino IDE which stores your code in the cloud. This is particularly useful if you’re… Continue reading Arduino Cloud IDE