Hello,
Following a guiding response to a recent post I made, about compiling an nRF9160 at_client sample project for an alternate board, @jaredwolff shared with me the link to his sample projects at Github hosted nrf9160-feather-examples-and-drivers.
In this nfed
sample apps collection, the at_client targets an nRF9160 Feather dev board, with
an overlay file. The overlay file refers to UART TX, RX pins 23 and 24, but the on the schematic
the signals TX and RX connect to differently numbered pins on the nRF9160.
Am I missing a net name or pin identifier somewhere? How does this overlay file inform Zephyr’s build process about the correct pin and hardware connections, when nothing on the schematic to which TX and RX connect is labeled as pin 23 or 24?
- Ted