Russell Davis

Results 14 comments of Russell Davis

just to confirm. tried 3 different Pi's, 2 different pISO's and 3 different sd cards and setups and no go unfortunately :(

changing the import line from import serial to from . import serial seems to fix it although probably not the "right" way to do it

I tried to build the example on a raspberry pi and it fails `pi@raspberrypi:~/ssd1306/examples/raspi $ cargo clean pi@raspberrypi:~/ssd1306/examples/raspi $ cargo build Compiling void v1.0.2 error[E0463]: can't find crate for `std`...

managed to find a solution. i have to put the target on the build or run command otherwise it tries to use the thumbv7m-none-eabi toolchain rather than the default toolchain...

lines 135 and 136 create the random (and zero'd) data and lines 157,181,192,217 dump the data to the display

ok. I don't actually have a proxmark so I can't use those commands to try/test but that isn't what i'm trying to do. what i'd like to be able to...

yes i've had no problems using tagwriter to enable the nfc counter and counter mirror. confirmed using a simple python script and an rc522. ![Screenshot 2024-09-13 103530](https://github.com/user-attachments/assets/691d17f3-84a8-4b9e-a7d5-143977a18bf7) ![Screenshot 2024-09-13 103515](https://github.com/user-attachments/assets/fba2b9ac-fe6b-4a44-b517-f62362684c53)...

The problem/request is nothing to do with actually creating a tag with counter and mirroring. that i know how to do in several ways. using apps, manually,... no problems what...

yes. i read a tag using the flipper that has all the relavent settings set and an ndef custom url record that has the counter mirrored and save it. then...

This might be a case of PEBKAC as I just updated to 1.0.1 firmware (i was on 0.9X something) and tried it again and it looked like it might have...