-
Notifications
You must be signed in to change notification settings - Fork 20
6 Arduino (older version)
Graham Ross edited this page Dec 6, 2020
·
1 revision
This page describes the Arduino version of the SkyeTracker system.
The circuit for Arduino includes a LM2596-12 buck regulator to supply a steady 12v to a L298 dual Full H Bridge Motor Controller. The unit is intended to be used with a 24V solar system.
You'll need the following parts:
- Arduino board
- 2 x Linear Actuator
- L298 dual Full H Bridge Motor Controller
- Anemometer Wind Speed Sensor
- LM2596-12 Buck Regulator
- DS1307 Realtime Clock
- HC-06 Bluetooth adapter
Device Pin | Arduino |
---|---|
DS1307 SDA | A4 |
DS1307 SCL | A5 |
Anemometer Signal | A3 |
HS-06 Bluetooth RXD
|
1 |
HS-06 Bluetooth TXD
|
0 |
L298 Motor Controller - Enable1 | 7 |
L298 Motor Controller - IN1 | 2 |
L298 Motor Controller - IN2 | 3 |
L298 Motor Controller - Enable2 | 6 |
L298 Motor Controller - IN3 | 4 |
L298 Motor Controller - IN4 | 5 |