Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BBIO READER MODE features to be modified / added #5

Open
bvernoux opened this issue Aug 15, 2020 · 6 comments
Open

BBIO READER MODE features to be modified / added #5

bvernoux opened this issue Aug 15, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@bvernoux
Copy link
Member

bvernoux commented Aug 15, 2020

See commit 7ddfa04

  1. Modify BBIO_NFC_CMD_SEND_BITS to use a generic command to send bits as rfalNfcaPollerCheckPresence() is specific to NFC-A
  2. Modify BBIO_NFC_CMD_SEND_BYTES to do not use hard coded value for fwt (Frame Waiting Time in 1/fc) parameter
  3. Add BBIO READER mode for NFC-V (see code BBIO_NFC_SET_MODE_ISO_15693 TODO)
  4. Add BBIO READER mode for NFC-B (BBIO_NFC_SET_MODE_ISO_14443B to be created)
  5. Cleanup code remove comments ...
@bvernoux bvernoux changed the title BBIO READER MODE BBIO READER MODE improvements Aug 15, 2020
@bvernoux bvernoux added the enhancement New feature or request label Aug 15, 2020
@bvernoux bvernoux changed the title BBIO READER MODE improvements BBIO READER MODE features to be modified / added Aug 15, 2020
@bvernoux
Copy link
Member Author

bvernoux commented Aug 19, 2020

In commit 7f88198 (big thanks to @gvinet contributions) BBIO READER mode for NFC-B/V has been added with some nice python3 examples to use/test BBIO ISO14443A & B
BBIO_NFC_CMD_SEND_BITS is TODO

@bvernoux
Copy link
Member Author

bvernoux commented Jan 23, 2021

@watsug
Copy link

watsug commented May 22, 2023

Any progress on BBIO_NFC_CMD_SEND_BITS?

@bvernoux
Copy link
Member Author

Any progress on BBIO_NFC_CMD_SEND_BITS?

If you are interested by this feature your contribution (with a PR) is welcome as so far I have not seen any feedback for that feature and it is not in development on my side (as I'm busy with tons of other things)

@watsug
Copy link

watsug commented May 23, 2023

Hi,

Yes, I am interested in and I started looking at how to implement this. From my side a bit-oriented communication is a crucial. I had a need to set up a scenario when L4/L3 traffic is mixed in and I failed with HydraNFC... I will keep you updated.

@bvernoux
Copy link
Member Author

Hi,

Yes, I am interested in and I started looking at how to implement this. From my side a bit-oriented communication is a crucial. I had a need to set up a scenario when L4/L3 traffic is mixed in and I failed with HydraNFC... I will keep you updated.

Do you have any update ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants