Philbot wrote:DrG wrote:UPDATE: So this is where I am at with the project.
That's where I am at right now, I will keep all updated and I am fine sharing the code on any of this - especially after I "unslop" it Just ask.
DrG
Hi Dr. G.
I have a 1-wire based environmental monitoring system (web reporting) that I developed 8 years ago (http://www.welserver.com) and I have deployed it to nearly 1000 sites. Recently I'be been considering augmenting it with a ESP wireless solution.
I've been trying out some ideas, but your approach seems pretty applicable. Naturally I'm very interested in seeing the recent specifics of your solution, but I'm not looking to just grab it up. Is there any way I can help contribute to your own project with some time of my own? This could be design, fab, development or even testing.
Note: I'm an accomplished embedded software developer, with a lot of custom circuit design experience. I'm also very active mentoring youth robotics teams. Here's a fun kickstarter I just did with a couple of kids. https://www.kickstarter.com/projects/82 ... g-made-fun
Phil Malone.
Hi Phil,
Thanks much for the interest and offer to contribute.
First, an update....
Here is where the board stands now - almost a prototype (a word that sometimes ends up meaning that it is probably as close to being finished as it will get).
The ESP code is working, the power circuitry is working and the sensors seem to be working as they should. I am having an issue with the VB server to listen for the packets and keep them in a file. It is, on occasion (maybe once ever 100 packets) giving me an IOexception because of a forcible closure of the remote host. I'm sure I will work it out (there is only about 20 lines of code for this - how hard can it be? and I can post the code I am using - it's really not that complicated or clean.
I have been looking at https://oshpark.com/shared_projects - this place seems to make boards for you really cheaply. I have been browsing the shared projects for hours because there is a lot of cool stuff out there. Now, I don't know squat about using Eagle software and I don't know how hard it would be for me to learn. But, I am thinking about how hard it would be to draw up some circuit board for just the power switching part because they could potential have some uses beyond an RTC and the ESP. For example some very low power PIC chips can wake up on a pin change and the same principle might be applicable to other situations. I'm sure lots of people are doing this kind of thing and I am just not aware of it all. Also, I'm not trying to hook you into anything, but with your experience, I would be interested in your opinion.
DrG