ArduinoUniqueID icon indicating copy to clipboard operation
ArduinoUniqueID copied to clipboard

Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.

Results 17 ArduinoUniqueID issues
Sort by recently updated
recently updated
newest added

Arduino has changed the definition of the Mbed core for RP2040 of `ARDUINO_ARCH_MBED_RP2040` to `ARDUINO_ARCH_RP2040` Thanks

Hi, This lib works like a Charm with ESP32 C3 except that all my device's low MAC are minus 1 original MAC is 84:F7:03:3B:49:E**D** given Mac by the library is...

Tested on an Arduino Micro the ArduinoUniqueID example tries to send serial data before comms are established and ends up sending nothing! Adding just after serial.begin fixed this issue for...

1. Add support to [arduino-pico core](https://github.com/earlephilhower/arduino-pico) 2. Update `library.properties`

https://github.com/ricaun/ArduinoUniqueID/blob/cba84522cfd33302630e781997fb776174cc888c/src/ArduinoUniqueID.cpp#L94-L97 This should be copied in reverse since the architecture is little endian > id[i * 4 + 0] = (uint8_t)(pdwUniqueID[i] >> 0); id[i * 4 + 1] = (uint8_t)(pdwUniqueID[i]...

It would be a good idea to add to the library: LGT8F328P-LQFP32 MiniEVB

enhancement

Nice useful library. Had a quick look at the code and noticed that you can have the same deviceID for different device types. By adding type information - could be...

I've tried the examples on a nano 33 IoT and is not working. none.