raspberry pi 1 model b에서 node-red 그 7

개요



raspberry pi 1 model b의 node-red에서 serial로 helloworld 해 보았다.

개발 환경



raspberry pi 1 모델 b
raspbian 2016_09_23 jessie lite

회로도





사진





uart 설정



/boot/cmdline.txt를 수정합니다.
구체적으로는 "console=ttyAMA0,115200"을 삭제.
서비스를 삭제합니다.
sudo systemctl stop 세리아 l- 게 ty @ 0 0. 세르 ゔ
sudo systemctl disable 세리아 l- 게 ty @ 0 0. 세르 ゔ

샘플 코드


[{"id":"31aeed8b.df1222","type":"inject","z":"addc1b17.459d98","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":192,"y":156,"wires":[["46046e9c.a9ffb"]]},{"id":"8eccd597.5bce98","type":"serial out","z":"addc1b17.459d98","name":"","serial":"bf19e4f6.9d9348","x":202,"y":364,"wires":[]},{"id":"46046e9c.a9ffb","type":"template","z":"addc1b17.459d98","name":"hello","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"hello world!","x":202,"y":262,"wires":[["8eccd597.5bce98"]]},{"id":"bf19e4f6.9d9348","type":"serial-port","z":"addc1b17.459d98","serialport":"/dev/ttyAMA0","serialbaud":"115200","databits":"8","parity":"none","stopbits":"1","newline":"\\n","bin":"false","out":"char","addchar":true}]

좋은 웹페이지 즐겨찾기