Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
HI,
When compiling code i get the following error:
'I2CAddr_0x76 is not a member of BME280I2C' Can you please assist?
Thanks
Jim
Posts: 5.414
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Hello again Jim,
Whenever you get a compile error like this, the first thing to check is if the correct library is installed.
I'm sure the software compiles fine, and I have double checked again right now.
Please confirm if the installed Timer library is exactly the same that is provided on the AQM_III_v6.1_b010 software package.
Thanks.
Werk_AG
Posts: 870
Threads: 31
Joined: Jul 2014
Weather Station: Conder Weather, Canberra
Country:
Hey Jim,
I seen this quite a few times with working with various Arduino projects. Using "Run as Administrator" when opening Arduino. Restarting PC can free up the port. Failing that, dbl check your port and board type are set correctly in Arduino.
Posts: 870
Threads: 31
Joined: Jul 2014
Weather Station: Conder Weather, Canberra
Country:
Sorry Jim, but I don't have that board so not all over it.
I doubt that the ESP32 module is faulty. Maybe try finding a simple sketch like Blink or simple webserver and try uploading that first. Double check that comm setting in the device manager and ensure that it'd not using some odd baud and parity settings. Some pictures of these settings may help.
Posts: 5.414
Threads: 336
Joined: Apr 2014
Weather Station: WeatherDuino 4Pro
Country:
Hi Jim,
When you plug the USB cable on to the MH ET LIVE ESP32MiniKit module the is the COM8 created? Does it disappear when you unplug the USB cable?
Those modules aren't easy to get damaged, so before replacement we should exclude all the other possibilities.
How the AQMIII is being powered? If only by the USB port, try also to power it through the power connector.
As uncle_bob said, some pictures may help.
Rgs.
Werk_AG
Posts: 314
Threads: 66
Joined: Mar 2016
Weather Station: Melton Hill North Ward
Country:
Werk,
Will try the dual power option and check the Com port 8
Thanks
Jim