Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgecis/Remotsy
Examples of how to create a custom firmware for the remosty boards.
https://github.com/jorgecis/Remotsy
board esp8266 example firmware flash infrared-control neopixel receiver remotsy
Last synced: 2 months ago
JSON representation
Examples of how to create a custom firmware for the remosty boards.
- Host: GitHub
- URL: https://github.com/jorgecis/Remotsy
- Owner: jorgecis
- Created: 2017-09-16T04:16:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T04:47:19.000Z (about 6 years ago)
- Last Synced: 2024-08-05T10:18:04.551Z (6 months ago)
- Topics: board, esp8266, example, firmware, flash, infrared-control, neopixel, receiver, remotsy
- Language: C++
- Homepage: http://www.remosty.com
- Size: 11.1 MB
- Stars: 25
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remotsy board
---
## DESCRIPTION
Remotsy is a ESP8266 equipped with a infrared blaster and receiver. The board's stock firmware is programmed to
communicate with Remosty cloud,but it's possible to flash the board with any firmware. Here are some examples:
## Example 1 RGB LED
The board has a RGB neo pixel LED, the led is connected to the pin 14. the example use the ticker function to
blink the led.
## Example 2 Infrared Receiver
The board has a infrared receiver TSOP38238 that is connected to the pin 5, Using the library IRremoteESP8266
is possible to capture and decode an infrared code. This example is the same that exist in the library
## Example 3 Infrared Emissor
The board has 4 infrared led that are conntect to the pin 4, Using the library IRremoteESP8266 is possible to
transmite almost any infrared code. This example is the same that exist in the library
## Buy the boardhttps://www.tindie.com/products/10469/
## Flashing
To flash the board, you need connect the serial pins (TX,RX and GND) and also connect the pin 0 to ground and
press the reset button. The easy way to do this is connect the pins with the yellow arrow.
![Connect pin 0 to ground](/images/remotsy_flash.png?raw=true "Connect pin 0 to ground")