Is there parts list by part rather than by board id.
I still use 2003 which won't open it.
From Modern Devices Web SiteDue to world-wide Atmega shortages, we won't have more Atmega328's to sell individually until mid-December.
Few comments:
1) Don't think we need the separate SDA and SCL header right next to the other header on the right.
This was done for SCL/SDA IN from the hydra board, and for output to other expansion boards.
2) Speaking of that other header - if you're going to add INT to it, I'd put it at the end (or put it on the big header in the middle of the board). This way, we preserve the pin count and order of the "I2C" header on the Hydra mainboard.
Good idea, I'll make the changes.
3) The parts you used for Vin and Vout are meant to represent a molex-style plug that inserts horizontally, typically used at the edge of a board. If you're going to keep those headers in the middle of the board, you should probably switch that to a standard 2-pin header instead - at the very least to avoid confusion with respect to the appearance of the outline on the silk.
I did this for all the power connections, I can change it.
I don't have any specific code other than testing code to control my relay setup on startup and feeding/cleaning mode.
If I can keep from getting distracted by other things catching my eye I was planning on doing a scheduling system. Users will be able to select a channel and set the start/end times through the menu.
I'm really wondering about this though as I was already hitting memory limits until I did a fair amount of optimization, this may just push it back over the edge. The only other option I see is trying to simplify the work done by the main AVR to do the bulk of the relay control on the second AVR with the ethernet. I imagine the main AVR code wouldn't be that much different in the end, on the "RAM" side of things anyway. I would prefer anything to do with time be kept on the main AVR with the clock though.