Skip to content

Instantly share code, notes, and snippets.

View alberiolima's full-sized avatar

Alberio Lima alberiolima

  • Brasil
View GitHub Profile
//Code modified from wybiral/BLE_Scan.ino https://gist.github.com/wybiral/2a96c1d1605af7efa11b690586c4b13e
#include <BLEAdvertisedDevice.h>
#include <BLEDevice.h>
#include <BLEScan.h>
const char *tags[] = {
"d9:ae:16:00:00:00", //Pet1
"eb:49:f2:2c:00:00", //Pet2
@bbx10
bbx10 / esp-wunderground.ino
Created October 29, 2015 15:05
ESP8266 get weather from Weather Underground
/****************************
The MIT License (MIT)
Copyright (c) 2015 by [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is