GithubHelp home page GithubHelp logo

spritkopf / temp_control Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 82 KB

Temperature control based on STM32L1 microcontroller and DS18B20 temperature sensor

License: GNU Lesser General Public License v3.0

Makefile 10.02% C 86.93% C++ 3.04%

temp_control's Introduction

temp_control

Temperature control based on STM32L1 microcontroller and DS18B20 temperature sensor

folder structure

code

STM32 Firmware projects based on libopencm3. There is one for the STM32F4-Discovery Board for prototyping and testing code and one for the finished custom PCB with a STM32L1.

  • Firmware library: libopencm3.
  • Display driver: u8g2 (0.96" 128x64 OLED display, SSD1306, I2C)

cad

3D models of the housing as source (FreeCad) as well as the STLs for direct 3D printing

pcb

Design files for the PCB (made in KiCad) as well as the Gerber files

Building the firmware

Make sure you have the GNU ARM Embedded toolchain installed. Also, building is much easier on a Linux machine. Windows is still porssible but requires a few more steps, see the linopencm3 repository for details)

After cloning the repository, make sure to run git submodule init and git submodule update in order to pull the libopencm3 submodule. Then go to the code/libopencm3 directory and run make TARGETS=stm32/f4 (or TARGETS=STM32/l1, depending on which project you want to use). This builds the libopencm3 library. After that, go to the firmware directory, for example ´code/f4discovery´ and run make

temp_control's People

Contributors

spritkopf avatar

Watchers

 avatar  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.