Uno Wifi Rev 4

Support forum for the Lambda Shield designed to connect Bosch LSU 4.9 wideband oxygen sensors to Arduino projects.
Post Reply
titantomorrow
Posts: 3
Joined: 17 Sep 2023 13:45

Uno Wifi Rev 4

Post by titantomorrow » 08 Oct 2023 08:44

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

User avatar
Christian_Bylund
Posts: 259
Joined: 07 Mar 2015 18:09

Re: Uno Wifi Rev 4

Post by Christian_Bylund » 08 Oct 2023 12:28

titantomorrow wrote:
08 Oct 2023 08:44
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
Hi 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

titantomorrow
Posts: 3
Joined: 17 Sep 2023 13:45

Re: Uno Wifi Rev 4

Post by titantomorrow » 09 Oct 2023 21:23

Thanks for that, I'll get the minima :)

titantomorrow
Posts: 3
Joined: 17 Sep 2023 13:45

Re: Uno Wifi Rev 4

Post by titantomorrow » 09 Oct 2023 21:46

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?

User avatar
Christian_Bylund
Posts: 259
Joined: 07 Mar 2015 18:09

Re: Uno Wifi Rev 4

Post by Christian_Bylund » 10 Oct 2023 03:01

titantomorrow wrote:
09 Oct 2023 21:46
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?
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.
Best Regards,
Christian Bylund
Bylund Automotive AB

viteka32
Posts: 2
Joined: 31 Oct 2023 08:54

Re: Uno Wifi Rev 4

Post by viteka32 » 13 Nov 2023 11:37

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.

DonP
Posts: 13
Joined: 04 May 2020 17:08

Re: Uno Wifi Rev 4

Post by DonP » 11 Feb 2024 12:38

viteka32 wrote:
13 Nov 2023 11:37
Solution: Remove the capacitor or change the capacitor value, meaby 100 pF.
@Christian_Bylund: do you second this? Or would this have negative implications if going back from the Uno R4 Wifi to the original Uno (non-R4) or the Uno R4 Minima?

Best regards,
Pascal

Post Reply