tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
584 stars 180 forks source link

wifinina #651

Open eleimt opened 4 months ago

eleimt commented 4 months ago

Hi Tell me, can I somehow use Nina Wi-Fi in ESP32? I installed TinyGo according to this instruction https://tinygo.org/getting-started/install/windows/. Is there any way I can add a package to the project for use? Thanks!

deadprogram commented 1 month ago

@eleimt I think you are asking if you can both run the tinygo program and the wifinina software on the same ESP32 at the same time? That is not currently supported, sorry.