Skip to content

How to use ESPNOW & Wifi together? #3006

Answered by bjoernQ
nathan-teoh asked this question in Q&A
Discussion options

You must be logged in to vote

Here is a modified ``wifi_access_point` example:

//! Access point
//!
//! Creates an open access-point with SSID `esp-wifi`.
//! You can connect to it using a static IP in range 192.168.2.2 .. 192.168.2.255, gateway 192.168.2.1
//!
//! Open http://192.168.2.1:8080/ in your browser
//!
//! On Android you might need to choose _Keep Accesspoint_ when it tells you the WiFi has no internet connection, Chrome might not want to load the URL - you can use a shell and try `curl` and `ping`
//!

//% FEATURES: esp-wifi esp-wifi/wifi esp-wifi/utils esp-hal/unstable esp-wifi/esp-now
//% CHIPS: esp32 esp32s2 esp32s3 esp32c2 esp32c3 esp32c6

#![no_std]
#![no_main]

use blocking_network_stack::Stack;
use

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@nathan-teoh
Comment options

@bjoernQ
Comment options

@nathan-teoh
Comment options

@bjoernQ
Comment options

Answer selected by nathan-teoh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants