atem-tally-controller
atem-tally-controller copied to clipboard
Probably upload issue
When the code is uploaded the led lights up but it does not do more. There is nothing in the serial monitor. the M Stick is fine and works with the examples. Is there any solution for that?
There isn't much debugging code in this, but I'm guessing it's stuck trying to connect to your wifi. You should at least be seeing "Connecting to WiFi.." in the serial monitor, so make sure you configure the bitrate right so that you see that message. Then you should be able to see how far it's getting.
I am a bit confused in the code the serial is defined for 9600 Baud but i get the following at 115200 Baud --> M5StickC initializing...OK -->Sending connect packet to ATEM switcher on IP 192.168.0.101 from port 61462
at 9600 i receive nothing. I've inserted a "test" serial output before the "Conecting to Wifi". I recieve the test but not the following...