Hello!
I have WF200 wi-fi chip connected to the nrf52840 through SPI. I configured bare-metal example code of WF200 chip to work with nrf-sdk and this example (basic CGI server usign LwIP) works well.
Now I am trying to make https request to firebase server and I can't find any examples for bare metal implementation.
I used mbedTLS libraries from nrf-sdk and I saw there example file ssl_client1.c which is intended for OS implementation, but not bare-metal.
Tell please do you have some https examples for bare-metal implementation?
Thanks in advance!