M5Unit-RFID 0.0.2 git rev:1dc8f67
Loading...
Searching...
No Matches
m5::unit::UnitWS1850S::config_t Struct Reference

Settings for begin / configureNFCMode. More...

#include <unit_WS1850S.hpp>

Inheritance diagram for m5::unit::UnitWS1850S::config_t:
m5::unit::UnitMFRC522::config_t

Public Attributes

uint8_t nfcb_ask_depth {11}
 
- Public Attributes inherited from m5::unit::UnitMFRC522::config_t
m5::nfc::NFC mode {m5::nfc::NFC::A}
 Initial NFC mode applied at begin()
 
uint8_t mode_reg {0x3D}
 mode reg value. See also 9.3.2.2 ModeReg register
 
bool enable_antenna {true}
 Enable antenna on begin if true.
 
mfrc522::ReceiverGain receiver_gain {mfrc522::ReceiverGain::dB48}
 The receiver’s signal voltage gain factor.
 
bool software_crc {false}
 Using software CRC.
 

Detailed Description

Settings for begin / configureNFCMode.

Adds NFC-B antenna driver / receiver tuning values on top of UnitMFRC522::config_t.

Member Data Documentation

◆ nfcb_ask_depth

uint8_t m5::unit::UnitWS1850S::config_t::nfcb_ask_depth {11}

NFC-B ASK modulation depth (0=shallowest, 15=deepest). Mapped internally to ModGsP register.