Close

ESP Module v2 Firmware

A project log for SubPos Positioning System

A "dataless" Wi-Fi positioning system that can be used anywhere GPS can't.

bleckyBlecky 01/15/2016 at 03:110 Comments

Here is a newer version of the ESP firmware that now utilises the wifi_send_pkt_freedom() function to send beacon frames.

https://github.com/subpos/esp_firmware_v2.git

This method of generation allows for tighter control of beacon frame rates and increases security as it runs in a passive client mode and only generates beacon frames.

Note that the Node firmware has also been updated to support this new version. You will need to use the latest Node firmware (0.1.6) with this firmware. Additionally, the old ESP firmware will not work with the latest Node firmware.

Discussions