send-my icon indicating copy to clipboard operation
send-my copied to clipboard

Upload arbitrary data via Apple's Find My network.

Results 8 send-my issues
Sort by recently updated
recently updated
newest added

Fix error during build: ```cpp send-my/Firmware/ESP32/main/openhaystack_main.c:227:77: error: 'portTICK_RATE_MS' undeclared (first use in this function); did you mean 'portTICK_PERIOD_MS'? 227 | size = uart_read_bytes(UART_PORT_NUM, (unsigned char *)ptr, 1, 20 / portTICK_RATE_MS);...

Hi, going beyond starring your repo, to tell you: that's just really amazing example of pwning / abusing Apple protocols :) You are doing great job! That's also in general...

I recently ported your ESP32 Send My firmware to Zephyr and I'm running it on an nRF52832-based RuuviTag, sending the temperature values of the built-in BME280 to the Find My...

The DataFetcher window doesn't allow me to scroll, so I'm not able to load more than the first 25 or so messages. Is this fixable?

I had to add the line ``` target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-format) ``` to `Firmware/ESP32/main/CMakeLists.txt` in order to ignore compiler errors. Furthermore, the macro `portTICK_RATE_MS ` was replaced by `portTICK_PERIOD_MS` in `Firmware/ESP32/main/openhaystack_main.c`...

Hello there, I compiled the esp32 project, and also ran the osx project, (just updated to xcode 14.x) both look to be running, however I have my doubts, i see...

Hello On Ubuntu with ESP32 WRoom When run idf.py build. I get the following error : `/home/user/esp/send-my/Firmware/ESP32/main/openhaystack_main.c: In function 'set_addr_and_payload_for_bit': /home/user/esp/send-my/Firmware/ESP32/main/openhaystack_main.c:169:40: warning: passing argument 2 of 'copy_4b_big_endian' from incompatible pointer...

I've read that this might be patched. Does it still work for you ?