Hi Everyone
I'm trying to build a radio telemetry system to allow me to view the output from a water flow meter remotely on a farm. It's part of a farm waste management system that I'm developing.
All the gear I'm using is the brand Duinotech, which is sold by a local electronics retailer in Australia.
I'm doing this with 2 x arduino uno's (duinotech), 2 x duinotech – RF Transciever (uses nRF905 chips) and a LCD display.
The specific problem I have is that one of my uno boards connects fine to my computer (using the latest version of IDE); while the other does not connect. When I plug it in, the lights come on on the board, but there is no sound that comes from the computer indicating it has connected. The serial port is greyed out in IDE and I cannot select a port etc.
I have done a fair bit of sleuthing to try and fix this without bothering you all, but cannot fix the problem. Lots of people talk about drivers etc. but I cannot even connect to the board to install a driver.
I have connected this problem board to a different laptop, and the board connects to that computer OK - but not to my normal machine.
In looking through the preferences.txt document for Arduino IDE, I can see that COM port 3 is specified always within IDE. I tried changing it to COMx, but that didn't fix anything (I couldn't even connect to my normal uno).
In the device manager it shows 1 Uno in com port 3. I think this one is the 1st uno which works. I have uninstalled this device and plugged in the problem uno and nothing happens. It doesn't show a device at all, and doesn't even show the "ports" category in the device manager. once the 1st device is uninstalled.
I've tried updating drivers, but that doesn't seem to work. I think I can't update the drivers to this uno as my computer isn't even connecting to it.
I just tried to use the cloud based version of IDE, but that doesn't connect either.
I'm using Windows 10, on a Microsoft Surface Pro 3.
Any help you could give would be much appreciated I'm very new to this, so I'm sorry to hassle you all.