2023-09-14 01:12 AM
Hi. I use STM32F767, Arduino Mega and Arduino Nano boards. Arduino boards is a slave devices. Stm32 board is a master board. I communicate with Arduinos and STM via I2C. Information comes from Arduino cards. I can see the information in debug mode. I want to print this information (the information comes as char information) on the Nextion screen. I was able to create another project and print information on the nextion screen. But I couldn't do this. I uploaded my codes. Can you check my code? What is wrong?
Thank you for the answer
Solved! Go to Solution.
2023-09-14 01:28 AM
Hello @bngstskn
What I suggest you is to take the code that you used to display information on the nextion screen. And try to add the I2C communication with the Arduino slave. And after that change the information you are displaying with the information coming from the slave.
Best regards.
II
2023-09-14 01:28 AM
Hello @bngstskn
What I suggest you is to take the code that you used to display information on the nextion screen. And try to add the I2C communication with the Arduino slave. And after that change the information you are displaying with the information coming from the slave.
Best regards.
II
2023-09-14 02:33 AM
Problem is solved. Thanks
2023-09-14 02:41 AM
Happy to now about your progress.
If your question is answered. Close the topic by choosing a best answer.
Best regards.
II