Ardunio ide and Openmv uart connection

Hello, I have ardunio sense me and ardunio nicla vision devices. While doing image processing in Vision, I want to receive data from Sense Me via UART connection. However, the nicla vision ardunio IDE does not work either because it cannot open the camera. sense me can't work in openmv because it doesn't have a camera :). I tried to send data to the vision device running in OpenMV using the Sense Me device in Ardunio IDE, but it did not work. Has anyone tried it before or succeeded?

Welcome to the forum

You started a topic in the Uncategorised category of the forum when its description explicitly tells you not to

Your topic has been moved to a relevant category. Please be careful in future when deciding where to start new topics

Hi @abdullahsokulmez.

It will not be possible for us to help you with that problem based on such a vague description. Please provide a detailed description of what you mean by "did not work" in a reply on this forum thread, including:

  • What did you do?
  • What were the results you expected from doing that thing?
  • What were the results you observed that did not match your expectations?

Make sure to include the full and exact text of any error or warning messages you might have encountered.

It's actually very clear. I am doing image-based object detection with Ardunio Nicla Vision. While I run the algorithm that I trained in openmv on nicla vision, I want the nicla sense me device to send the data containing 1 information to nicla vision via uart.
openmv does not support the sense me device because it is not a system with a camera. That's why I can't use both devices in openmv. Ardunio IDE platform does not support camera prompts and does not run its camera. As a result, I want these two devices to work and while the Sense Me device can send data to the Nicla Vision device via UART connection, I want the vision device to run the image processing algorithm at the same time.