mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #278] Wiring diagram #234
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#234
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Naythan on GitHub (Jan 6, 2017).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/278
Can we add a link to how to wire the esp8266-01 to the arduino. Make it simpler for a newb like myself to start with using the esp8266-01.
Thank you
@pieman64 commented on GitHub (Jan 6, 2017):
@Naythan what does your post have to do with the WiFiManager?
@Naythan commented on GitHub (Jan 6, 2017):
WiFiManager works with the ESP3266. For someone who isn't familiar with adding code to the ESP, such as myself, it would be handy to know how to hook it up to the Arduino, or if it should be connected to something else. It's kind of the first step to using it for projects. All that's needed is a link to follow.
@scropion86 commented on GitHub (Jan 7, 2017):
@Naythan this library works with ESP8266 boards standalone means all the code runs on the ESP8266 chip
and not as attached serial communicator to main Arduino board like UNO for example.
@alx-1 commented on GitHub (Jan 7, 2017):
Get a huzzah board and follow the instructions from adafruit...it's a good place to start.