Sorry for the noob question, but here goes:
I read analog in. I then want to send that value via the “uart print” node. I only want to send on a change, so it’s not constantly sending.
I i get analog out, I then connect that to “pulse on change”. And then connect that to “send” on the uart print node.
The problem is that those 2 data types dont work together. Whenever I run and debug this, the “Print” node turns red and doesnt send any more.
What can I do? I have tried using a buffer node and comparing the 2 numbers and then doing a pulse on not true (the compare) but that makes my whole system unstable for some reason. Thanks
The watch nodes just stick on “watch” and nothing ever changes. If I delete the uart nodes, everything starts to count correctly. It’s as if adding uart just destroys everything. I’m using an arduino micro.
Thanks!
I tried with usb-uart node instead, but that gives me an error on upload. Don’t understand why, since it’s an arduino micro which should be able to do this.