mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #176] Question: Arduino uno with esp8266 (not standalone) #140
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#140
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 @pewh on GitHub (May 23, 2016).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/176
Hi, this is a question rather than an issue.
Can I use this library with Arduino UNO + esp8266 shield? I don't have usb to serial, so I don't wanna use esp8266 as standalone. Thanks.
@tzapu commented on GitHub (May 23, 2016):
hi, unfortunately now. this is only for the standalone
cheers
@pewh commented on GitHub (May 23, 2016):
Thanks for your quick response.
There are many usb to ttl in the store, like FT232RL (red color, more expensive) and PL2303 (blue color, cheaper). Shall this library compatible with PL2303?
@tzapu commented on GitHub (May 24, 2016):
hi, the library does not depend in any way on the usb to ttl you use. if you can flash the esp with it, it should be good
cheers
@oliviermichaud1 commented on GitHub (Nov 11, 2016):
Hi ,
I thanks you for your code , working nicely ! .I use it with nodemcu v3 . Now I need more analog PIN . So I would like to use it with Arduino UNO+ESP8286-01 module .
Is it possible ?
@tzapu commented on GitHub (Nov 11, 2016):
hi, no, it would be a completely different environment
cheers
@oliviermichaud1 commented on GitHub (Nov 11, 2016):
Hi ,
Thank you very for your quick answer . So i will use a multiplexer then i can get signal from multiple analog sensors .
thanks .
,
@levarish commented on GitHub (Aug 27, 2017):
Hi,
I face similar challenge in my setup:
The Arduino Uno runs the main program and have multiple sensors and system logic. ( including onewire, ~5 I/Os etc. )
The ESP8266 - runs the WiFi manager - works great, as ESP8266 standalone
Any suggestions how to integrate the Uno and ESP8266 + WIFImanager?
Thanks