I found out that for UNO Q and Nano R4, the second qwiic port which is used for direct connect between Arduino board to sensor with straight qwiic cable does not work.
It looks Uno Q and Nano R4 library does not include "Wire1.h"
that is why I got the error message :
I am use Uno Q 0.51 and 0.52 both not working
need more help
C:\Users\simon\AppData\Local\Temp.arduinoIDE-unsaved2026019-12300-1c4e6yd.eu3q\Example1_Basic_Readings\Example1_Basic_Readings.ino:22:10: fatal error: Wire1.h: No such file or directory
22 | #include "Wire1.h"
| ^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: Wire1.h: No such file or directory
Hi @simonnanoc. Please tell us which exact sensor hardware you are using.
You chose the Official Hardware > Modulino forum category when you created this topic. That implies you are using one of the hardware products from the Arduino Modulino family:
However, I see that you said you are using a TMP102 breakout manufactured by SparkFun in your other topic:
Even though @simonnanoc was not respectful enough to answer @ptillisch's question, I see from their later posts that they are indeed not using a Modulino product.
I moved your topic to an appropriate forum category @simonnanoc.
In the future, when creating a topic please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
Although it was maybe somewhat reasonable to created a dedicated topic for the question about "Wire1.h", @simonnanoc then swung the discussion right over to the subject of their previous topic Arduino Nano R4 window compatible issue.
Since it has already been clearly explained that there is no such thing as "Wire1.h" and that you must use Wire.h even when you want to reference the Wire1 object, I will close this topic as resolved. For all further discussion of the other problems @simonnanoc is having using the Sparkfun TMP102 module, please use the original topic: Arduino Nano R4 window compatible issue