|
3 days ago | |
---|---|---|
1.png | 3 days ago | |
2.png | 3 days ago | |
3.png | 3 days ago | |
4.png | 3 days ago | |
5.png | 3 days ago | |
6.png | 3 days ago | |
7.png | 3 days ago | |
8.png | 3 days ago | |
9.png | 3 days ago | |
10.png | 3 days ago | |
11.png | 3 days ago | |
12.png | 3 days ago | |
13.png | 3 days ago | |
14.png | 3 days ago | |
15.png | 3 days ago | |
16.png | 3 days ago | |
17.png | 3 days ago | |
18.png | 3 days ago | |
19.png | 3 days ago | |
README.md | 3 days ago | |
source_code.ino | 4 days ago |
README.md
Microprocessor
The Wi-Fi Pool Kit is controlled using an Adafruit Feather HUZZAH32 as its CPU. The HUZZAH is programmed using the Arduino IDE and uses an onboard ESP32 as its Wi-Fi transmitter.
PCB
The overall design of the PCB is quite simple. The CPU is powered and programmed through the panel-mount USB connector. The CPUs USB pin supplies the board's power bus with 5V.
Communication protocol
The CPU communicates with all peripheral sensors using the I2C data protocol. All data lines are directly connected to the CPUs I2C port. Using a different data protocol with this circuit board is not possible.
It is important to keep in mind that all Atlas Scientific components default to UART mode. When adding a new Atlas Scientific component to the kit, it must first be put into I2C mode.
Adding additional components of the same type, such as an additional pH or ORP sensor, is not hard to do. As mentioned above, you must set the device to I2C mode, and you must make sure that its I2C address is not the same as the already existing components.
The next table lists the default I2C address of Atlas Scientific components commonly added to this kit.
Setting up the Wi-Fi Pool Kit
The Atlas-Scientific Wi-Fi Pool Kit has been designed to upload sensor data to the ThingSpeak website, a free, cloud-based data acquisition and visualization platform. You will be required to set up a free account with ThingSpeak to upload and visualize the data. With a free account, you can upload data once every 15 seconds.
Setup a ThingSpeak account
ss