All Projects → Ultrawipf → Openffboard

Ultrawipf / Openffboard

Licence: mit
OpenFFBoard is a universal force feedback interface for DIY simulation devices

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Openffboard

Arcticfox Config
Configuration Tool for Vape Battery Mods with Arcticfox Firmware. ☁️ 🔧 Works on MacOS and Linux.
Stars: ✭ 58 (-42.57%)
Mutual labels:  firmware
Open Desk Lamp Firmware
Open source firmware for the xiaomi desk lamp
Stars: ✭ 78 (-22.77%)
Mutual labels:  firmware
Br Hisicam
*WIP* Buildroot based sample firmware with embedded GoHisiCam for HiSilicon`s System-On-a-Chip ip cameras
Stars: ✭ 89 (-11.88%)
Mutual labels:  firmware
Daplink
Stars: ✭ 1,162 (+1050.5%)
Mutual labels:  firmware
Xiaomi Flashable Firmware Creator
Xiaomi Flashable Firmware Creator
Stars: ✭ 74 (-26.73%)
Mutual labels:  firmware
Nrf52dk Sys
A Rust Crate to develop on the Nordic nRF52-DK
Stars: ✭ 83 (-17.82%)
Mutual labels:  firmware
Desk Lamp Alternative Firmware
An alternative firmware for the Mijia Xiaomi Desk Lamp
Stars: ✭ 54 (-46.53%)
Mutual labels:  firmware
Mu plus
Microsoft Core UEFI Value
Stars: ✭ 95 (-5.94%)
Mutual labels:  firmware
Firmware
ESP32 firmware for the SHA2017 badge
Stars: ✭ 76 (-24.75%)
Mutual labels:  firmware
Skiboot
OPAL boot and runtime firmware for POWER
Stars: ✭ 85 (-15.84%)
Mutual labels:  firmware
Fwupd
A simple daemon to allow session software to update firmware
Stars: ✭ 1,176 (+1064.36%)
Mutual labels:  firmware
Yi Hack V4
New Custom Firmware for Xiaomi Cameras based on Hi3518e Chipset. It features RTSP, SSH, FTP and more!
Stars: ✭ 1,183 (+1071.29%)
Mutual labels:  firmware
Spike Prime
Experiments with the LEGO Mindstorms (51515) and SPIKE Prime (45678)
Stars: ✭ 85 (-15.84%)
Mutual labels:  firmware
Decrypt0r
CLI tool to decrypt iOS firmware components
Stars: ✭ 65 (-35.64%)
Mutual labels:  firmware
Firmae
Towards Large-Scale Emulation of IoT Firmware for Dynamic Analysis
Stars: ✭ 91 (-9.9%)
Mutual labels:  firmware
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-46.53%)
Mutual labels:  firmware
Op Build
Buildroot overlay for Open Power
Stars: ✭ 82 (-18.81%)
Mutual labels:  firmware
Stm32 Bootloader
UART bootloader for STM32 microcontroller.
Stars: ✭ 97 (-3.96%)
Mutual labels:  firmware
Iotsecurity101
A Curated list of IoT Security Resources
Stars: ✭ 1,302 (+1189.11%)
Mutual labels:  firmware
Firmware
Armbian firmware
Stars: ✭ 85 (-15.84%)
Mutual labels:  firmware

Open FFBoard

The Open FFBoard is an open source force feedback interface with the goal of creating a platform for highly compatible simulation devices.

This firmware is optimized for the Open FFBoard. At the moment the software is far from finished. Features may not work completely or contain errors.

More documentation about this project is on the hackaday.io page.

The hardware designs are found under OpenFFBoard-hardware.

The GUI for configuration is found at OpenFFBoard-configurator.

These git submodules can be pulled with git submodule init and git submodule update

Updates often require matching firmware and GUI versions!

Documentation

Documentation will be added in the GitHub Wiki

For discussion and progress updates we have a Discord server.

Extensions

The modular structure means you are free to implement your own main classes. Take a look into the FFBoardMain and ExampleMain class files in the UserExtensions folder. Helper functions for parsing CDC commands and accessing the flash are included.

The firmware is class based in a way that for example the whole main class can be changed at runtime and with it for example even the usb device and complete behavior of the firmware.

For FFB the motor drivers, button sources or encoders also have their own interfaces.

A simplified command parser is available and recommended for setting parameters at runtime. (see CmdParser.h and CommandHandler.h and the example main)

Callbacks like command parsers and timers or external interrupts are also based on virtual classes that can be implemented to add this functionality to any other module. Take a look at global_callbacks.cpp for some of them.

Copyright notice:

Some parts of this software may contain source code by ST. The license applying to these files is found in the header of the file. For all other parts the LICENSE file applies.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].