Giter VIP home page Giter VIP logo

slametradio's Introduction

SlametRadio

This firmware is my simple project for #stayathome movement during Covid-19 pandemic. This radio using SI4735 with pu2clr library that you can get here.

Installation

You must first install Si4735 library first from PU2CLR after that you must install the LCD driver. I'm using 2.8 inch LCD with ILI9341 driver. So you must install TFT_eSPI from Bodmer here. If you done all that, you must having no problem running my code.

Wiring

Wiring for the SI4735 module is pretty the same from you can find on the pu2clr library. SDA and SCK to the SI4735 modul with pull-up resistor. SDA/SCK pin depend on your microcontroller. For the LCD pin, you must first open the User_Setup.h located inside TFT_eSPI library folder. If you use ILI9341, you can uncomment line 33 to activate the module.

If you use ESP32 you can uncomment line 178 to activate pin module. Make sure you connect to the right pin on the microcontroller.


// For ESP32 Dev board (only tested with ILI9341 display)
// The hardware SPI can be mapped to any pins

#define TFT_MISO 19
#define TFT_MOSI 23
#define TFT_SCLK 18
#define TFT_CS   15  // Chip select control pin
#define TFT_DC    5  // Data Command control pin
#define TFT_RST   17  // Reset pin (could connect to RST pin)

#define TOUCH_CS 32     // Chip select pin (T_CS) of touch screen

DEMO

You can watch the demo here from my youtube channel

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thanks

Big Thanks to Ricardo Lima Caratti for the great library PU2CLR

slametradio's People

Contributors

felangga avatar

Stargazers

HLedgerBot avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.