1

Hi after reading the manual of Xbee device, I am able to use XBee device with raspberry pi.

But how to make raspberry pi to work as an access point as well as the station at the same time?

using access point it will receive the data from mesh-based wireless temperature sensor through the gateway receiver connected with raspberry pi and at the same time, it will send the data to Azure IoT hub?

Any suggestion about where should I start will be a great help

bert allen
  • 11
  • 2

1 Answers1

1

A Raspberry Pi with a built-in wifi device is able to work as access point and at the same time to connect to another remote access point as client. But the wifi driver has some quirks that make it a bit complicated to achieve this. For a solution with systemd-networkd you can look at Access point as WiFi repeater, optional with bridge.

Ingo
  • 40,606
  • 15
  • 76
  • 189