Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonedev-app/atoms3rss
RSS Reader on ATOMS3
https://github.com/stonedev-app/atoms3rss
arduino atoms3 cpp m5stack m5unified platformio rss-reader vscode wifi xml
Last synced: 25 days ago
JSON representation
RSS Reader on ATOMS3
- Host: GitHub
- URL: https://github.com/stonedev-app/atoms3rss
- Owner: stonedev-app
- License: mit
- Created: 2023-04-02T08:58:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T02:59:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T03:25:09.677Z (3 months ago)
- Topics: arduino, atoms3, cpp, m5stack, m5unified, platformio, rss-reader, vscode, wifi, xml
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RSS Reader
## Description
RSS Reader on ATOMS3.
Display Yahoo News Topics on the screen.
![IMG_1068](https://user-images.githubusercontent.com/54230974/227766265-c796da3c-19b7-444a-9af3-13394e56c343.JPG)## Requirement
- ATOMS3
- VSCode
- PlatformIO
- M5Unified
- WiFiClientSecure
- TinyXML## Usage
1. Write SSID and PASSWORD in 'ATOMS3Internet.h'.
2. Write YAHOO_RSS_ROOT_CA in 'ATOMS3Internet.h'.
3. Build by PlatformIO.## Contribution
1. Fork this repository
2. Create your feature branch
3. Commit your changes
4. Push to the branch
5. Create new Pull Request## Author
[stonedev-app](https://github.com/stonedev-app)
## Licence
[MIT License](https://en.wikipedia.org/wiki/MIT_License).