khoih-prog / WiFiNINA_Generic

Enables WiFiNINA network connection (local and Internet) for SAM DUE, SAMD21, SAMD51, Teensy, AVR Mega, STM32, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 , Nano 33 IoT, Nano_RP2040_Connect. Now with fix of severe limitation to permit sending much larger data than total 4K
GNU General Public License v3.0
37 stars 12 forks source link

NRF52840-DK #14

Closed workKan closed 3 years ago

workKan commented 3 years ago

Greetings!

Can it be used with nrf52840dk?

Thank you in advance!

khoih-prog commented 3 years ago

Hi @workKan

In general, nRF52840 DK can be supported, unless WiFiNINA pins' usage is different from the variants listed in Adafruit nRF52 core.

Check if you can use

  1. NINA_B302_ublox
  2. NINA_B112_ublox

If not, you have to modify the WiFiNINA_Pinout_Generic.h.

To compile using Arduino IDE, select Tools => Boards => Adafruit nRF52 => Nordic nRF52840DK (PCA10056)

As I don't have the nRD52840DK, that's all I can help. Hopefully @tcpipchip, with much lots of experience in nRF boards, can help.

Good Luck,

tcpipchip commented 3 years ago

Khoih, I sent you new variants email Did you receive that ?

khoih-prog commented 3 years ago

@tcpipchip

Yes, will update gradually.

khoih-prog commented 3 years ago

@tcpipchip

Just updated for this library

tcpipchip commented 3 years ago

nice!