Skip to content

amrithvenkat/Zephyr-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr Project for demonstrating BLE and MQTT

This project uses ESP32 to test BLE and MQTT methods.

Requirements

  • Zephyr 3.7.99
  • Zephyr SDK latest

To note

  • Follow the installation steps on the ZephyrRTOS homepage to install ZephyrRTOS and Zephyr SDK for the required toolchains.

  • Use a virtual environment configured with the packages seen in requirements.txt. Maybe use virtualenvwrapper too.

  • Download the blob for espressif hal using

$ west blobs fetch hal_espressif

Run the project

$ git clone <this_project_url>
$ workon <zephyr_venv_name>
$ source <path_to>/zephyrproject/zephyr/zephyr-env.sh

$ cd <dir_to_project>
$ west build -p always -b <board_name> ./MQTT

$ west flash

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published