Hi Da Li,
You brought up a good point. Thanks.
The nRF24L01 module's 8-pin connector on the FRDM-K64 uses SPI.
Now that I have just looked into more details of the ESP8266 module's pinouts, it needs UART TX and RX.
So you are correct, I can't use that connector assigned for nRF24L01 add-on.
Then I have use the available pins on the edge external headers.
My problem is I am thinking of using those header pins for Nimbelink Skywire embed cellular shield which would pretty much occupy and use up all the header pinouts just for mounting. (NXP Kinetis Mbed Cellular Shield | NimbeLink )
Now that I just looked at the piggyback configuration image on the website, it looks like the shield provides the header extension pinouts on top of its board.
So basically, I think I can make all my necessary interface connections on the FRDM-K64 for:
1) ESP8266 WiFi module via UART RX and TX
2) Nimbelink Skywire shield (cellular modem)
3) Ethernet MAC and PHY (Micrel KXZ8081RNACA)
These are all in theory still; I'm still planning and gathering the devices I'll be needing for prototyping the 3 above mentioned operations .
Any comments?
Can I do all using those parts and functions (besides the original Wifi ESP8266) with the FRDM-K64 and MCUXpresso?
Without looking yet on K64/FRDM-K64 SDK code examples available, does anyone know if these operations (WiFi, cellular simcard modem, ethernet) are available?
Thanks.
MI