hunterDRuebsamen / NRF24_Chat

Text-to-Text chat via NRF24L01 and Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NRF24L01 Chat Application

Required Hardware:

  1. Raspberry Pi
  2. NRF24L01 Module

Required Libaries:

  1. Circuit Python NRF24L01 Library
  2. Pyside2 [optional for GUI]

Description:

This is a text-to-text chat, similar to skype, that sends messages across RF using two NRF24 modules to send and recieve messages. Code is written in Python.

Below is a circuit diagram for connecting the module to the Raspberry pi

(Warning, each module has its own pinout, it is your responsibility to verify the pins)

Circuit Diagram

About

Text-to-Text chat via NRF24L01 and Raspberry Pi


Languages

Language:Python 100.0%