All Projects → DoogeJ → Esp8266 Bitcoin Ssid Ticker

DoogeJ / Esp8266 Bitcoin Ssid Ticker

Licence: cc-by-4.0
A Bitcoin SSID ticker for ESP8266's written in Arduino C/C++

Projects that are alternatives of or similar to Esp8266 Bitcoin Ssid Ticker

Phptrader
A simple php powered Bitcoin and Ethereum trading bot
Stars: ✭ 131 (+322.58%)
Mutual labels:  bitcoin, btc, coinbase
Esp8266 Wifi Relay
simple sketch of using ESP8266WebServer to switch relays on GPIO pins. It serves a simple website with toggle buttons for each relay
Stars: ✭ 13 (-58.06%)
Mutual labels:  arduino, esp8266, wifi
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+835.48%)
Mutual labels:  bitcoin, btc, coinbase
Esp32marauder
A suite of WiFi/Bluetooth offensive and defensive tools for the ESP32
Stars: ✭ 233 (+651.61%)
Mutual labels:  arduino, esp8266, wifi
Gitbitex Spot
An Open Source Cryptocurrency Exchange
Stars: ✭ 320 (+932.26%)
Mutual labels:  bitcoin, btc, coinbase
Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+232.26%)
Mutual labels:  bitcoin, btc, coinbase
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+2606.45%)
Mutual labels:  arduino, esp8266, wifi
Esp wifimanager
This is an ESP32 / ESP8266 WiFi Connection Manager with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- .
Stars: ✭ 125 (+303.23%)
Mutual labels:  arduino, esp8266, wifi
Openwifidetectoresp8266
MASLOW: an Open WiFi Detector with ESP8266
Stars: ✭ 15 (-51.61%)
Mutual labels:  arduino, esp8266, wifi
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (+900%)
Mutual labels:  arduino, esp8266, wifi
Wifi keylogger
DIY Arduino Wi-Fi Keylogger (Proof of Concept)
Stars: ✭ 218 (+603.23%)
Mutual labels:  arduino, esp8266, wifi
Catchme
CatchME - WiFi Fun Box "Having Fun with ESP8266"
Stars: ✭ 28 (-9.68%)
Mutual labels:  arduino, esp8266, wifi
Espmqttclient
Wifi and MQTT handling for ESP8266 and ESP32
Stars: ✭ 169 (+445.16%)
Mutual labels:  arduino, esp8266, wifi
Mqtt via esp01
TCP/UDP Applicaton for UNO/MEGA/STM32 using ESP8266's AT firmware.
Stars: ✭ 23 (-25.81%)
Mutual labels:  arduino, esp8266, wifi
Blinker Doc
blinker中文文档
Stars: ✭ 139 (+348.39%)
Mutual labels:  arduino, esp8266, wifi
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (+829.03%)
Mutual labels:  bitcoin, btc, coinbase
Perswifimanager
Persistent WiFiManager Arduino library for ESP8266
Stars: ✭ 106 (+241.94%)
Mutual labels:  arduino, esp8266, wifi
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (+277.42%)
Mutual labels:  arduino, esp8266, wifi
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+10561.29%)
Mutual labels:  arduino, esp8266, wifi
Heatpump
Arduino library to control Mitsubishi Heat Pumps via connector cn105
Stars: ✭ 327 (+954.84%)
Mutual labels:  arduino, esp8266, wifi

esp8266-bitcoin-ssid-ticker

A Bitcoin SSID ticker for ESP8266's written in Arduino C/C++

Using this software, your ESP8266 will connect to your wifi-network, get the current Bitcoin price (in euro, but can easily be changed to pounds or dollars) and then start an access point named '📈 1 bitcoin = € 1000,-' where 1000 is the current going rate. Then it will wait for a minute, and start over.

SSID screenshot on a phone

settings

There are two settings at the top of the source file, namely:

const char* ssid =     "my ssid";       //This is where you put in your home network's SSID to connect to
const char* password = "my password";   //This is where you put in your home network's password

This information is required to be able to get the current Bitcoin exchange rate.

sources

Some code has been borrowed from @nebman 's btc-ticker-esp8266.

The idea for this project came from @buzztiaan who referenced @shesek's bitcoin-ssid-ticker.

like this?

Buy me some coffee using Bitcoin at 19rh9CsKvXiyx7QZi357Bx6vzkPEjj6veT or PayPal! Thanks!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].