Hi,
I have found that the Lambda Shield 2 Example works on the new Uno Wifi Rev 4 board, returning the expected 20.95% result in free air.
However, I can only do this by first uploading the example without the shield attached. If I try to upload any program with the shield attached I get a board not found error. Does anyone have any idea why this would be? Could it be the power consumption of the shield? Can anyone suggest a workaround (other than unplugging)?
I do feel that people are very likely to want to use this shield with the new Uno Wifi Rev4 board.
warm regards,
Graham
Uno Wifi Rev 4
- Christian_Bylund
- Posts: 270
- Joined: 07 Mar 2015 18:09
Re: Uno Wifi Rev 4
Hi Graham,titantomorrow wrote: ↑08 Oct 2023 08:44Hi,
I have found that the Lambda Shield 2 Example works on the new Uno Wifi Rev 4 board, returning the expected 20.95% result in free air.
However, I can only do this by first uploading the example without the shield attached. If I try to upload any program with the shield attached I get a board not found error. Does anyone have any idea why this would be? Could it be the power consumption of the shield? Can anyone suggest a workaround (other than unplugging)?
I do feel that people are very likely to want to use this shield with the new Uno Wifi Rev4 board.
warm regards,
Graham
Currently there is no work around but I can confirm that I see the same issue. Arduino UNO R4 Minima does not have the same problem using the same microcontroller. Arduino UNO R4 WiFi just started supporting Arduino BLE library with the latest update and it seems it is still struggling with some compatibility issues.
Best Regards,
Christian Bylund
Bylund Automotive AB
Christian Bylund
Bylund Automotive AB
-
- Posts: 3
- Joined: 17 Sep 2023 13:45
Re: Uno Wifi Rev 4
Thanks for that, I'll get the minima :)
-
- Posts: 3
- Joined: 17 Sep 2023 13:45
Re: Uno Wifi Rev 4
It seems to have something to do with the reset pin. If I disconnect that, it works fine. Is the reset pin important on your shield?
- Christian_Bylund
- Posts: 270
- Joined: 07 Mar 2015 18:09
Re: Uno Wifi Rev 4
Thank you for the observation, it is only used to reset the CJ125 if the shield is reset but it should not have any importance in the function. I can see in the schematics that the RESET pin is connected to one of the GPIOs of the ESP32. So there is a chance this may be solved by a firmware update by Arduino in the future.titantomorrow wrote: ↑09 Oct 2023 21:46It seems to have something to do with the reset pin. If I disconnect that, it works fine. Is the reset pin important on your shield?
Best Regards,
Christian Bylund
Bylund Automotive AB
Christian Bylund
Bylund Automotive AB
Re: Uno Wifi Rev 4
Hi,
I have found the problem. Shield has a 1 nF capacitor on the reset line and Arduino has a 100k pull-up. This causes the pin to create a slow startup from logic 0 to logic 1.
Solution: Remove the capacitor or change the capacitor value, meaby 100 pF.
I have found the problem. Shield has a 1 nF capacitor on the reset line and Arduino has a 100k pull-up. This causes the pin to create a slow startup from logic 0 to logic 1.
Solution: Remove the capacitor or change the capacitor value, meaby 100 pF.