You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datasheet/pinout for the Nano Every shows A4/A5 as PA2/PA3, but from my reading of the ATMega4809 datasheet, these are not the I2C port that will also support the ADC. The code in pins_arduino.h suggests these are actually PF2/PF3 which does support both I2C and AIN12/13.
Similarly, for the Wifi Rev 2, A4/A5 are listed as PD4/PD5 (18/19) but the SDA/SCL additional pins are also listed as (18/19) but on PA2/PA3.
Is this correct?
The text was updated successfully, but these errors were encountered:
I just checked the datasheets and in fact you are right.
The dual I2C/analog functionality is obtained by shorting the pins internally (can be seen in the actual schematics).
For example, in the Nano Every, A4/SDA is connected to both PA2 and PF2, while A5/SCL is internally routed to PA3/PF3
@per1234 can you assign it to the right person to fix the pinout files? Thx 🙂
The datasheet/pinout for the Nano Every shows A4/A5 as PA2/PA3, but from my reading of the ATMega4809 datasheet, these are not the I2C port that will also support the ADC. The code in pins_arduino.h suggests these are actually PF2/PF3 which does support both I2C and AIN12/13.
Similarly, for the Wifi Rev 2, A4/A5 are listed as PD4/PD5 (18/19) but the SDA/SCL additional pins are also listed as (18/19) but on PA2/PA3.
Is this correct?
The text was updated successfully, but these errors were encountered: