I could not print the data coming from the slave device to the stm32f7 card to the NEXTİON screen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-14 1: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.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-14 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-14 1: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-14 2:33 AM
Problem is solved. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2023-09-14 2:41 AM
Happy to now about your progress.
If your question is answered. Close the topic by choosing a best answer.
Best regards.
II
