Error writing to 1602 LCD Using lcd node

Hello
I am trying to send text to a 1602a LCD on raspberry pi 3+ using the Node-Red LCD node but I always get a typedError message. I have search all over for the correct format with no success. I am pretty sure the wiring is ok, I checked many times, and even redid it using other GPIO pins, but still no success ...

Here is my simple flow if it may help.
I am using the latest version of Node-red. V 1.0.4

Cheers

Eric

[{"id":"faf6822a.1e9448","type":"tab","label":"Flow 4","disabled":false,"info":""},{"id":"f03f45fb.c8c1d8","type":"function","z":"faf6822a.1e9448","name":"To fixed","func":"msg.payload = msg.payload.toFixed(1)\nreturn msg;","outputs":1,"noerr":0,"x":260,"y":240,"wires":[["7d306e6b.87869","24ffbd0f.8fc362"]]},{"id":"27aa2655.150972","type":"inject","z":"faf6822a.1e9448","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":200,"y":140,"wires":[["f03f45fb.c8c1d8"]]},{"id":"7d306e6b.87869","type":"debug","z":"faf6822a.1e9448","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":420,"y":340,"wires":},{"id":"24ffbd0f.8fc362","type":"lcd","z":"faf6822a.1e9448","pinstype":"15,11,22,18,16,12,02,16","name":"","x":440,"y":160,"wires":}]

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.