Click here to Skip to main content
15,883,957 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: They are filming Matrix 4 now Pin
yacCarsten27-Oct-20 23:27
yacCarsten27-Oct-20 23:27 
GeneralRe: They are filming Matrix 4 now Pin
W Balboos, GHB29-Oct-20 1:39
W Balboos, GHB29-Oct-20 1:39 
GeneralRe: They are filming Matrix 4 now Pin
Rage28-Oct-20 1:14
professionalRage28-Oct-20 1:14 
GeneralRe: They are filming Matrix 4 now Pin
Marc Clifton28-Oct-20 4:01
mvaMarc Clifton28-Oct-20 4:01 
GeneralRe: They are filming Matrix 4 now Pin
W Balboos, GHB28-Oct-20 4:42
W Balboos, GHB28-Oct-20 4:42 
GeneralRe: They are filming Matrix 4 now Pin
Slacker00728-Oct-20 6:17
professionalSlacker00728-Oct-20 6:17 
GeneralRe: They are filming Matrix 4 now Pin
alangrin553-Nov-20 0:38
alangrin553-Nov-20 0:38 
Generalmy pumphouse monitor project Pin
honey the codewitch27-Oct-20 11:06
mvahoney the codewitch27-Oct-20 11:06 
So I'm building a monitor so my father in law can check on the pump that pulls water from the creek without him having to go out to the pump house. We'll be using wifi repeaters to take the signal all the way out to the pump house. The pump's status can be viewed in the house on a PC in the windows system tray so you can tell if it's idle or running, or the tank is full.

It requires a tiny computer to be installed in the pumphouse and then wired up to the pump. I chose an Arduino Mega 2560 with an ESP8266 wifi adapter. It is expected to send a UDP datagram every half second reporting the pump status.

I finally got the ESP8266 wifi library installed in my Arduino programming environment so I can use wifi with this little tiny computer. I bought a wifi module separately and planned to wire it up, but there are power supply problems so I'm buying an arduino mega 2560 with wifi built in this time.

I already wrote the software for the computer end of what I'm building so I'm almost there.

I wrote the software in a couple of hours, the hardware has taken a day so far, probably 2 or 3 by the time I'm done.

It's a bit more of a pain than I was hoping, particularly trying to install the libraries for the esp8266 and getting them to work with the development environment but i did get through it. The first time is always the roughest, but this was compounded by the fact that there's more than one library.

Anyway, I can see the end of this now. Thank heaven they have a board with wifi on it already. That was way more trouble than it was worth, as documentation online on how to wire it up was conflicting. Plus the stock power supply on the arduino doesn't have enough juice to power an external wifi widget.

I'm sure some of you are better at this than me, since I haven't done much circuit building since I was a child - before I discovered programming mostly - but I'm pretty proud of what I've accomplished with this so far. Smile | :)
Real programmers use butterflies

GeneralRe: my pumphouse monitor project Pin
pkfox27-Oct-20 11:18
professionalpkfox27-Oct-20 11:18 
GeneralRe: my pumphouse monitor project Pin
Rage28-Oct-20 1:18
professionalRage28-Oct-20 1:18 
GeneralRe: my pumphouse monitor project Pin
enhzflep27-Oct-20 15:12
enhzflep27-Oct-20 15:12 
GeneralRe: my pumphouse monitor project Pin
honey the codewitch27-Oct-20 17:02
mvahoney the codewitch27-Oct-20 17:02 
GeneralRe: my pumphouse monitor project Pin
enhzflep27-Oct-20 21:55
enhzflep27-Oct-20 21:55 
GeneralRe: my pumphouse monitor project Pin
Daniel Pfeffer27-Oct-20 22:16
professionalDaniel Pfeffer27-Oct-20 22:16 
GeneralRe: my pumphouse monitor project Pin
enhzflep29-Oct-20 18:43
enhzflep29-Oct-20 18:43 
GeneralRe: my pumphouse monitor project Pin
honey the codewitch28-Oct-20 5:05
mvahoney the codewitch28-Oct-20 5:05 
GeneralRe: my pumphouse monitor project Pin
enhzflep29-Oct-20 18:52
enhzflep29-Oct-20 18:52 
GeneralRe: my pumphouse monitor project Pin
Richard MacCutchan27-Oct-20 21:54
mveRichard MacCutchan27-Oct-20 21:54 
GeneralRe: my pumphouse monitor project Pin
denniis28-Oct-20 0:39
denniis28-Oct-20 0:39 
GeneralRe: my pumphouse monitor project Pin
theoldfool28-Oct-20 1:21
professionaltheoldfool28-Oct-20 1:21 
GeneralRe: my pumphouse monitor project Pin
Rick York28-Oct-20 5:37
mveRick York28-Oct-20 5:37 
GeneralRe: my pumphouse monitor project Pin
honey the codewitch28-Oct-20 8:50
mvahoney the codewitch28-Oct-20 8:50 
GeneralRe: my pumphouse monitor project Pin
Rick York28-Oct-20 12:25
mveRick York28-Oct-20 12:25 
GeneralRe: my pumphouse monitor project Pin
Marc Clifton28-Oct-20 11:43
mvaMarc Clifton28-Oct-20 11:43 
GeneralRe: my pumphouse monitor project Pin
honey the codewitch28-Oct-20 11:49
mvahoney the codewitch28-Oct-20 11:49 

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.