====== Conexión GPS al ESP8266 ====== ===== GPS L80 ===== {{:proyectos:jardin_delicias:tecnologicos:img_20160607_125147.jpg?300 |}} {{:proyectos:jardin_delicias:tecnologicos:img_20160607_115132.jpg?300 |}} {{:proyectos:jardin_delicias:tecnologicos:gps_pinmapping.png?300 |}} http://www.quectel.com/UploadImage/Downlad/L80_Hardware_Design_V1.1.pdf

@unloquer #ESP8266 capturando datos ambientales geolocalizacion #Location 6.262068, -75.562542 pic.twitter.com/6kwtlzM76V

— Alexander Franco (@ojofranco) June 25, 2016
===== Repositorio ===== https://github.com/unloquer/GPS_ESP ===== Usar FLASH del ESP ===== Ejemplo y explican diferencia entre usar directamente EEPROM o SPIFFS-> http://blog.squix.org/2015/08/esp8266arduino-playing-around-with.html\\ Varios ejemplos con código -> http://internetofhomethings.com/homethings/?page_id=207 funciones spi_flash_write() -> http://www.esp8266.com/viewtopic.php?f=9&t=1697\\ Memory mapping espressif SDK -> http://bbs.espressif.com/viewtopic.php?t=698\\ FileSystem -> http://esp8266.github.io/Arduino/versions/2.0.0/doc/filesystem.html#uploading-files-to-file-system ===== Referentes ===== Escanea redes inalámbricas y guarda el log en un tarjeta SD -> https://www.linuxpinguin.de/project/wifiscanner/