8000 GitHub - gilpark/Tweeting_Toaster: Tweeting Toaster project using NODEMCU
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

gilpark/Tweeting_Toaster

Repository files navigation

Tweeting Toaster

Tweeting Toaster project needs 3 parts to work properly.

Configuration

  1. configure wifi in "NODE-MCU-v1.0_TweetOnLCD\src\main.cpp"
const char* ssid     = "####";
const char* password = "####";
  1. install TwitterOauth and copy post-tweet.php, callback.php into TwitterOauth folder

  2. configure post-tweet.php

define('CONSUMER_KEY', '######'); // add your app consumer key between single quotes
define('CONSUMER_SECRET', '#####'); // add your app consumer secret key between single quotes
define('OAUTH_CALLBACK', 'http://your.domain.com/callback.php'); // your app callback URL

Tweeing toaster in Action

tweets

Note

NODE MCU v1.0 has pin different layout than regular arduino

pin definition

https://iotbytes.wordpress.com/nodemcu-pinout/

Use Platform IO for a better dev env

http://docs.platformio.org/en/latest/ide/clion.html

This project requires i2c library so you need to find right i2c address befre runbing the project. download and run scanner Arduino sketch to get i2c address.

About

Tweeting Toaster project using NODEMCU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0