Skip to content

generic wifi access point support added#8

Open
ombra32 wants to merge 3 commits into
RemoteXY:masterfrom
ombra32:WiFi_AP
Open

generic wifi access point support added#8
ombra32 wants to merge 3 commits into
RemoteXY:masterfrom
ombra32:WiFi_AP

Conversation

@ombra32
Copy link
Copy Markdown

@ombra32 ombra32 commented Apr 10, 2021

WiFi access point mode was missing in current release (station mode only supported)
I've added it in the generic wifi.h file, so it can be used with many modules

before including RemoteXY repository, the remaining ecosystem must be added
for example:

#include <SPI.h>      // SPI standard library
#include <WiFiNINA.h> // WiFiNINA module library v1.8.7

#define REMOTEXY_MODE__WIFI_POINT // data transfer using wifi.h library and open server with access point
#define REMOTEXY__DEBUGLOGS Serial
#include <RemoteXY.h> // RemoteXY library v2.4.6 (modified)

I've tested it on Arduino Nano 33 IoT with WiFiNINA module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant