Skip to content

kruftindustries/ESP32-Arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP32 Arduino Examples

Arduino C++ HTML5 JavaScript

Tested on KiCony KC868-A16 Pinout
KC868-A16 ESP32-WROOM-32e Pinout

Tested using Arduino 2.3.4 ESP32 Dev Module board with the following settings: alt text

I had to modify pins_arduino.h for this board

%LocalAppData%\Arduino15\packages\esp32\hardware\esp32\3.0.7\variants\esp32\pins_arduino.h
static const uint8_t SDA = 4;
static const uint8_t SCL = 5;

Example Files

AP_PCF8574.ino

Wifi AP Webpage - 16ch PCF8574 I/O - INA226

Uses the following libraries:
arduino-library-badge
arduino-library-badge

This reads and sets the status of 16 digital channels via PCF8574, and reads Voltage, Current, and Wattage via INA226.

Desktop Mobile
Desktop Mobile

ETH_LAN8720.ino

Ethernet Client test - Serial port output

ETH Started
ETH Connected
ETH MAC: DE:AD:BE:EF:13:37, IPv4: 192.168.100.248, FULL_DUPLEX, 100Mbps

connecting to google.com
HTTP/1.1 301 Moved Permanently
Location: http://www.google.com/
Content-Type: text/html; charset=UTF-8
Content-Security-Policy-Report-Only: object-src 'none';base-uri 'self';script-src 'nonce-00000000000000000000' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp
Date: Sun, 12 Jan 2025 11:13:35 GMT
Expires: Tue, 11 Feb 2025 11:13:35 GMT
Cache-Control: public, max-age=2592000
Server: gws
Content-Length: 219
X-XSS-Protection: 0
X-Frame-Options: SAMEORIGIN

<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
closing connection

About

Esp32 Arduino Example Programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages