Giter Site home page Giter Site logo

robotec_lidar_firmware's Introduction

Open-source software for Robotec LiDAR sensor

The project is the software, used in Robotec LiDAR. It is dedicated to control a sensor and a motor, communicate with a master device using different protocols (RS485, UART, SPI, I2C).

Table of contents

Device

TODO

Specifications

TODO

Schematic

TODO

Datasheet

TODO

Guide

The guide will help you build and use the project in your Robotec LiDAR device.

Compilation

To build the project and get the SW for the STM32F1XX run the following :

$ make

All the built files will be inside of the build folder.

Installation

To install the SW use the file build/robotec_lidar_firmware.bin and the following tools:

Project Structure

.
├── include
│   ├── commands.h
│   ├── lidar.h
│   ├── main.h
│   ├── motor.h
│   ├── responses.h
│   ├── stm32f1xx_hal_conf.h
│   ├── stm32f1xx_it.h
│   └── tfmini.h
├── lib
├── src
│   ├── lidar.c
│   ├── main.c
│   ├── motor.c
│   ├── startup_stm32f103xb.s
│   ├── stm32f1xx_hal_msp.c
│   ├── stm32f1xx_it.c
│   ├── system_stm32f1xx.c
│   └── tfmini.c
├── tools
│   └── STM32F103C8Tx_FLASH.ld
├── Makefile
└── README.md

Folders

  • include : project headers
  • lib : STM32F1XX headers
  • src : source code

Files

  • commands.h : set of Robotec LiDAR predefined commands
  • responses.h : set of Robotec LiDAR predefined responses
  • lidar.* : device-specific functions
  • main.* : the main block of the SW
  • motor.* : contol the motor using PWM
  • tfmini.* : communication with the ToF sensor
  • stm32f1xx* : STM32-specific code
  • STM32F103C8Tx_FLASH.ld : linker script for the STM32F1XX

robotec_lidar_firmware's People

Contributors

those-eyes 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.