Tag: WiFi

Raspberry Pi3 error “Failed to connect to non-global ctrl_ifname: (null) error: No such file or directory” after wpa_cli reconfigure

Raspberry Pi 3B v1.2

Trying to get WiFi working on the Raspberry Pi 3 following the instructions found at https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md when I got to start the WiFi using sudo wpa_cli reconfigure It reports an error: Failed to connect to non-global ctrl_ifname: (null)  error: No such file or directory Error messages like this are great as they don’t provide any clue’s, […]

Gainspan WiFi library for chipKit and Arduino

After forking the DIYSandbox Wirefree library, modified it using compiler directives to also be compatible with the chipKIT Max32 board. This library uses Serial1 for the Gainspan GS1011 module (instead of the original Serial0). It’s retained the same name as the original. The library uses the standard Arduino Server and Client libraries for compatibility with […]