[vc_row][vc_column width=”1/1″][vc_column_text]CuHead WiFi shield Version 2.0! It has the EEPROM that can be used to store the webpages, it also has the batterty charging components populated.
This is the shield you need to get Wi-Fi connectivity to your Arduino-based project! This shield provides 802.11b connectivity and is a direct drop-on plug-and-play solution to your Arduino Diecimila/Duemilanove.
The second revision of this board has all the components in surface mount form. The new and exciting feature of the second revision of this board is the addition of a 16Mbit serial flash for storing web pages and other data! This additional storage space can be used for storing more complex and feature rich webpages, as well as sensor type data to be downloaded at a future time.
[/vc_column_text][vc_tour][vc_tab title=”Start WiFi shield with Arduino” tab_id=”1389930914-1-34″][vc_column_text]Software Arduino IDE 1.0.1 form www.Arduino.cc . Put the library CuHead in
Arduino library “arduino-1.0.1\libraries”.
Library link: https://github.com/linksprite/ZG2100BasedWiFiShield/zipball/master
NOTE : please rename it to CuHead
- Open the example file-Examples-CuHead-WebServer
- Choose your Arduino board and select the correct Serial Port
NOTE: please don’t upload the code before next steps
- Editing a file named “apps-conf.h” under “arduino-1.0.1\libraries\CuHead”:
[/vc_column_text][/vc_tab][vc_tab title=”Note” tab_id=”1389930914-2-54″][vc_column_text]1. Add Potentiometer
The new added potentiometer is to adjust the voltage to any value needed (by adjust
AMS1117 Vin to 5.6V~6.0V).
It is hard to do so by fixed resistance. The default voltage of Cuhead V2.0 has been
set in the right voltage; normally you don’t have to adjust it.
2. Modify the code “WebServer”
Comments are closed.