[GH-ISSUE #176] Question: Arduino uno with esp8266 (not standalone) #140

Closed
opened 2026-02-28 01:23:39 +03:00 by kerem · 7 comments
Owner

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.

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.
kerem 2026-02-28 01:23:39 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@tzapu commented on GitHub (May 23, 2016):

hi, unfortunately now. this is only for the standalone

cheers

<!-- gh-comment-id:220921316 --> @tzapu commented on GitHub (May 23, 2016): hi, unfortunately now. this is only for the standalone cheers
Author
Owner

@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?

<!-- gh-comment-id:220926974 --> @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?
Author
Owner

@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

<!-- gh-comment-id:221164429 --> @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
Author
Owner

@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 ?

<!-- gh-comment-id:259903770 --> @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 ?
Author
Owner

@tzapu commented on GitHub (Nov 11, 2016):

hi, no, it would be a completely different environment

cheers

<!-- gh-comment-id:259922251 --> @tzapu commented on GitHub (Nov 11, 2016): hi, no, it would be a completely different environment cheers
Author
Owner

@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 .
,

<!-- gh-comment-id:259940901 --> @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 . ,
Author
Owner

@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?

  • the WIFImanager is really important for the project to be free of any hardcoding ....
    Thanks
<!-- gh-comment-id:325214807 --> @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? - the WIFImanager is really important for the project to be free of any hardcoding .... Thanks
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#140
No description provided.