Other Parts Discussed in Thread: TI-SCB
Hello Team,
the TMAG5273 evaluation board, controlled via the SCB board, enables sending commands via the serial port, without the need of using the GUI.
for example:
Send:
rreg 0x12
Receive:
{"acknowledge":"rreg 0x12"}
{"register":{"address":18,"value":16}}
{"evm_state":"idle"}
is it possible via similar command to control a LED on the board or a GPIO already on the connector (to which connect a LED?).
The idea is to control a LED depending on the read out results.
Thanks,
SunSet