Click here to Skip to main content
15,885,763 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: A song you've heard but don't remember hearing... Pin
Greg Utas27-Mar-21 10:04
professionalGreg Utas27-Mar-21 10:04 
GeneralRe: A song you've heard but don't remember hearing... Pin
Greg Utas12-Apr-21 3:10
professionalGreg Utas12-Apr-21 3:10 
GeneralRe: A song you've heard but don't remember hearing... Pin
David O'Neil14-Apr-21 10:05
professionalDavid O'Neil14-Apr-21 10:05 
GeneralRe: A song you've heard but don't remember hearing... Pin
David O'Neil14-Apr-21 11:45
professionalDavid O'Neil14-Apr-21 11:45 
GeneralRe: A song you've heard but don't remember hearing... Pin
GuyThiebaut31-Mar-21 6:44
professionalGuyThiebaut31-Mar-21 6:44 
GeneralTrying to grok WIFI-enabled controller board Pin
swampwiz26-Mar-21 19:26
swampwiz26-Mar-21 19:26 
GeneralRe: Trying to grok WIFI-enabled controller board Pin
Peter_in_278026-Mar-21 21:07
professionalPeter_in_278026-Mar-21 21:07 
GeneralRe: Trying to grok WIFI-enabled controller board Pin
honey the codewitch26-Mar-21 21:18
mvahoney the codewitch26-Mar-21 21:18 
The ESP8266 does have an integrated WiFi radio in it. Usually they use DHCP but can be configured statically though the code is more difficult to do so. Most of the time, when people code to make ESP8266s a wifi beamed webserver they use mDNS and publish a local address like http://trafficlights.local

As far as configuring it for wifi, most software i've seen forces you to manually set the ssid and password through code, though WPS is possible. All of my code uses WPS because i don't want you to have to install a toolchain just to set the wifi password. a device may use some other means of getting wifi creds specific to that device.

I've not used one that I've made internet facing because it's not hardened and can't handle much traffic anyway.

I have no idea how these particular systems are set up without perusing the manual. That's why I'm kind of vague above. I know the ESP8266 though
Real programmers use butterflies

QuestionReactive Frameworks. Thoughts? Pin
Chris Maunder26-Mar-21 6:05
cofounderChris Maunder26-Mar-21 6:05 
NewsRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB26-Mar-21 6:25
W Balboos, GHB26-Mar-21 6:25 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder26-Mar-21 6:50
cofounderChris Maunder26-Mar-21 6:50 
GeneralRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB26-Mar-21 7:11
W Balboos, GHB26-Mar-21 7:11 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Slacker00726-Mar-21 9:59
professionalSlacker00726-Mar-21 9:59 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Sander Rossel26-Mar-21 10:39
professionalSander Rossel26-Mar-21 10:39 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Jörgen Andersson26-Mar-21 11:34
professionalJörgen Andersson26-Mar-21 11:34 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Rusty Bullet29-Mar-21 3:28
Rusty Bullet29-Mar-21 3:28 
GeneralRe: Reactive Frameworks. Thoughts? Pin
W Balboos, GHB30-Mar-21 1:08
W Balboos, GHB30-Mar-21 1:08 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Mike Hankey26-Mar-21 7:25
mveMike Hankey26-Mar-21 7:25 
AnswerRe: Reactive Frameworks. Thoughts? Pin
GuyThiebaut26-Mar-21 7:35
professionalGuyThiebaut26-Mar-21 7:35 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:05
cofounderChris Maunder27-Mar-21 7:05 
GeneralRe: Reactive Frameworks. Thoughts? Pin
rallets29-Mar-21 0:56
rallets29-Mar-21 0:56 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Terry Slack29-Mar-21 5:54
Terry Slack29-Mar-21 5:54 
AnswerRe: Reactive Frameworks. Thoughts? Pin
Gerry Schmitz26-Mar-21 9:07
mveGerry Schmitz26-Mar-21 9:07 
AnswerRe: Reactive Frameworks. Thoughts? Pin
raddevus26-Mar-21 10:48
mvaraddevus26-Mar-21 10:48 
GeneralRe: Reactive Frameworks. Thoughts? Pin
Chris Maunder27-Mar-21 7:06
cofounderChris Maunder27-Mar-21 7:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.