gunrunnerjohn:
How many lines of code are you packing in there?
I can't tell you that either. There are a lot of pieces. Since the Nano only has 1 hardware serial port, I'm trying to use the SoftwareSerial library so that I can cascade from one signal to another.
I've done tests using SoftwareSerial between two Nanos and in isolation, it all works fine. But when I merge it with the signal operations software, it crashes.
So now, what I need to try is linking Nanos over some distance (around 10 feet) to exchange some basic status information using just plain wire. I also need to remove some of the features that I had planned on that would have enabled me to change certain parameters over the serial line. One way or another, I'll figure it out.