소스 검색

README update

Bartosz Jakubski 9 달 전
부모
커밋
b0119f4996
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -1,2 +1,14 @@
 # node-red-STM32
 
+In file node-red-config.h update broger IP and port.
+In file mqtt_client.c in function MqttConnectBroker update mqtt client settings.
+In file mqtt_client.c in function MqttClientPubTask update topic and message to publish.
+
+Compile and build STM32H7-node-red-CM7 project
+
+To activate SWV ITM Data Console:
+- select Debug As -> STM32 C/C++ Application
+- go to Window -> Show view -> SVW -> SWV ITM Data Console
+- in SWV ITM Data Console panel click Configure Trace and select checkbox Enable port: 0
+- in SWV ITM Data Console panel click Start Trace (button with red circle)
+- run debug