Re: Remote pump control ideas.
True - I found it: page 74. The regulator is U5, which is THIS, so it takes a max of 15v on the input.
True - I found it: page 74. The regulator is U5, which is THIS, so it takes a max of 15v on the input.


I imagine the proper approach for choosing one is based on the project: you don't send an Arduino up in space, nor do you use a supercomputer to turn on some lights, so I think knowing a bit of everything is good. They all seem to share the same language, so moving between them should be feasible enough, even for yours truly who is clearly NOT the sharpest pencil in the box 
They also want this to double as a listener for any alarms given off by the incubators or whatever monitoring devices they have in these newborn wards........which I right away suggested is a VERY poor way of implementing this sort of monitoring when dealing with something this important. I insisted that we instead have a look at said devices to see if they don't already feature some sort of communication interface and use THAT instead (seems logical), but the management or whoever's in charge said I just go ahead and go down this other route, so I jut took off my hat and delivered (pun intended
)...sort-of. I'm just messing with some mic modules I picked up off Ali for cents....not the most high-tech solution when considering we ARE talking about newborns and what could be time-sensitive situations
Not sure how I feel about this...
Now to settle on an appropriate board. The STM one is.....kinda oversized for this application I think
Still, Ethernet-capable boards tend to be overspec'd like this. Cost is another aspect, since I imagine there's like 5-10 rooms and I can't blow my budget on a single room...
It also proves that I still can't think like a programmer and come up with solutions to problems - I take the "hard" approach...

(protocol, source IP, source port, target IP, target port)
(clientA IP, clientA port, server IP, server port) (clientB IP, clientB port, server IP, server port) (clientC IP, clientC port, server IP, server port) (clientD IP, clientD port, server IP, server port) (clientE IP, clientE port, server IP, server port)

Hence why I love discussing stuff like this and learning how more advanced chaps do it.
Comment