Aditya Thakekar
Aditya Thakekar
I have same issue with SAMD21E18A, is this closed in another thread?
- I too was facing this issue. Documenting the journey. - Check this Arduino repo works great. - Uses Make tool [UF2-converter](https://github.com/blurfl/makeUF2-tool) - Circuit Python is also a great way...
@microsoft-github-policy-service agree [company="{default}"]
@microsoft-github-policy-service agree company="default"
Yes I am on Windows. This works ``` $(BUILD_PATH)/uf2_version.h: Makefile ifeq ($(OS),Windows_NT) echo #define UF2_VERSION_BASE "$(UF2_VERSION_BASE)"> $@ else echo "#define UF2_VERSION_BASE \"$(UF2_VERSION_BASE)\""> $@ endif ``` But I don't have a...
`else if (value.length() == 36) { // If the length of the string is 36 bytes then we will assume it is a long hex string in // UUID format....
> I'm currently using 0.49 of ESP32 Arduino and have gotten iBeacon working on my ESP32 board. > > The UUID value that I am getting is in **reversed** order...
> I found that way to solve without having to change the code in Kolban classes > > when you set the proximity uuid in your code: > > BLEBeacon...