Skip to content

Instantly share code, notes, and snippets.

@NonaSuomy
NonaSuomy / CHANGELOG.md
Last active April 29, 2017 01:52
ESP-Radio README.md & CHANGELOG.md

ChangeLog

26-feb-2017: Better output webinterface on preset change. 01-feb-2017: Bugfix uploading files. 30-jan-2017: Allow chunked transfer encoding of streams. 23-jan-2017: Correction playlists. 16-jan-2017: Correction playlists. 02-jan-2017: Webinterface in PROGMEM. 28-dec-2016: Add support for resume after stop. 23-dec-2016: Add support for mp3 files on SPIFFS.

@NonaSuomy
NonaSuomy / demo.items
Last active April 27, 2017 03:26
ESP-Radio with Text To Speech for OpenHab https://github.com/Edzelf/Esp-radio
/opt/openhab/conf/items/demo.items <= remove this line before use...
Number Switch2 "Door State [MAP(switchs.map):%s]" <garagedoor> (gG) {mqtt="<[broker:hq/garage/switch1:state:default]"}
@NonaSuomy
NonaSuomy / streamtheworldespradio.py
Last active May 31, 2021 04:28
Send A Radio Station From streamtheworld.com to https://github.com/Edzelf/Esp-radio hardware ESP8266 + VS1053
#!/usr/bin/env python
'''
User: NonaSuomy
Date: 20170406
Upda: 20170422
Desc: Found this script at: https://www.toofishes.net/blog/streamtheworld-streams-command-line/
Desc: Modified to send the streams to esp-radio further information below in the comments and https://github.com/Edzelf/Esp-radio/issues/70 .
Usage: python2 streamtheworldespradio.py CIMXFM 10.13.37.65
^Radio callsign ^IP address of esp-radio Device
Requirements: python2 + curl
@NonaSuomy
NonaSuomy / streamtheworldka.py
Last active April 23, 2017 08:22
Send A Radio Station From streamtheworld.com to https://github.com/karawin/Ka-Radio hardware ESP8266 + VS1053 + 23LC1024
#!/usr/bin/env python
'''
User: NonaSuomy
Date: 20170406
Upda: 20170422
Desc: Found this script at: https://www.toofishes.net/blog/streamtheworld-streams-command-line/
Desc: Modified to send the streams to Ka-Radio further information: https://github.com/karawin/Ka-Radio/issues/25.
Usage: python2 streamtheworldka.py CIMXFM 10.13.37.65
^Radio callsign ^IP address of Ka-Radio Device
Requirements: python2 + curl
@NonaSuomy
NonaSuomy / GDSPush.ino
Created October 10, 2016 19:21
Arduino Garage Door System Push Notification
//* Name: Garage Door System
//* Hacker: NonaSuomy
//* Date: 20160630
//* Description: Garage door sends a push notification to instapush.im
//*
//* Sign-up & Setup instapush.im
//*
//* Goto the instapush dashboard after signing up: https://instapush.im/dashboard
//* Click "Apps" tab.
//* Click "+Add Application" button.