Skip to content

Springboot REST on RPi serving data from DHT11 temperature/humidity sensor on Pi 4B+ GPIO pin 17

Notifications You must be signed in to change notification settings

glassm/dht11_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dht11_server

Springboot REST on RPi serving data from DHT11 temperature/humidity sensor on Pi 4B+ GPIO pin 17

Goal

  • Gather data from DHT11 Temperature/Humidity sensor
  • Make the data available through a REST api

Installation

  • Uses Java JDK11
  • mvn clean install

Launch

  • on command line in terminal at project root 'java -jar dht11_server.jar'
  • GET http://<host>:8080/ts/sensors/dht11

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

About

Springboot REST on RPi serving data from DHT11 temperature/humidity sensor on Pi 4B+ GPIO pin 17

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published