Haptic input knob with software-defined endstops and virtual detents

Overview

SmartKnob

SmartKnob is an open-source input device with software-configurable endstops and virtual detents.

A brushless gimbal motor is paired with a magnetic encoder to provide closed-loop torque feedback control, making it possible to dynamically create and adjust the feel of detents and endstops.

Build Status Build Status

Designs

SmartKnob View

Premium SmartKnob experience. Under active development.

⚠️ Update (2022-03-24): As a result of the popularity of this project, it seems like the recommended motors are unfortunately no longer available. I expect that these motors are simply no longer in production and therefore limited stock was available (for future reference in case you find them being sold elsewhere at a higher price, they were originally selling for US$2.56 each before this project was published). However... 👇

💡 There is an ongoing search for new motors in issue #16 - follow along there for the latest info (or join in and help us find a good replacement). Any change in motor will likely require substantial redesigns, so don't order PCBs/printed parts until there is more clarity on the motor.

Features:

  • 240x240 round LCD ("GC9A01"), protected by 39.5mm watch glass on rotor
  • BLDC gimbal motor, with a hollow shaft for mechanically & electrically connecting the LCD
  • Powered by ESP32-PICO-V3-02 (Lilygo TMicro32 Plus module)
  • PCB flexure and strain gauges used for press detection (haptic feedback provided via the motor)
  • 8 side-firing RGB LEDs (SK6812-SIDE-A) illuminate ring around the knob
  • USB-C (2.0) connector for 5V power and serial data/programming (CH340)
  • VEML7700 ambient light sensor for automatic backlight & LED intensity adjustment
  • Versatile back plate for mounting - use either 4x screws, or 2x 3M medium Command strips (with cutouts for accessing removal tabs after installation)
  • Front cover snaps on for easy access to the PCB

Current status: Not recommended for general use (mechanical and electrical revisions are planned)

Demo video

3D CAD

Exploded view

Latest Fusion 360 Model: https://a360.co/3BzkU0n

Build your own?

While this is a "DIY" open-source project, it is not yet a mature plug-and-play project. If you intend to build your own, note that it requires advanced soldering experience to build - very small-pitch surface-mount soldering is required (reflow or hot air recommended), and assembly is quite time-consuming and delicate. Please go into it with the expectation that you will almost certainly need to be able to troubleshoot some hardware and firmware issues yourself - I recommend reviewing/understanding the schematics and basic firmware before jumping in!

More documentation on the BOM and what parts you need to order is coming in the future - thanks so much for your interest! Follow me on Twitter for the latest updates on this and other projects.

View the latest auto-generated (untested) Base PCB Interactive BOM and Screen PCB Interactive BOM (or, the combined BOM csv) for electronics/hardware parts list. ⚠️ These are auto-generated from the latest untested revision on GitHub. For tested/stable/recommended artifacts, use a release instead.

A few miscellaneous notes in the meantime:

  • This can probably be FDM 3D printed with a well-tuned printer, but the parts shown in videos/photos were MJF printed in nylon for tight tolerances and better surface finish
  • If you wanted a simpler build, you could omit the LCD and just merge the knob + glass from the model into a single STL to get a closed-top knob
  • There's limited space inside the LCD mount for wiring, and 8 wires need to fit through the hole in the center. I used 30 AWG wire-wrapping wire. Enamel-coated wire would probably work too.
  • Strain gauges are BF350-3AA, and glued in place with CA glue (I'll include video of this process in the future, but essentially I used kapton tape to pick up the strain gauge and hold it in place during curing). This has to be done after reflow soldering, and would be hard to remove/fix in case of a mistake, so MAKE SURE TO PRACTICE GLUING strain gauges to other items before attempting on the PCB!
  • The TMC6300 is tiny and has a bottom pad, so I would seriously consider getting a stencil along with the PCB order. Even with the stencil I needed to manually clean up some bridging afterward; I highly recommend Chip Quik NC191 gel flux, available on Amazon (or use this non-affiliate link instead) or from your electronics distributor of choice. Flux is also very helpful when soldering the LCD ribbon cable to to screen PCB.
  • For breadboard prototyping, the TMC6300-BOB is awesome and way easier to work with than the bare chip if you just want to play around with low current BLDC motors
  • For AliExpress purchases: I highly recommend only using AliExpress Standard Shipping (purchasing in the US). I have had multiple purchases take months or never get delivered when purchased with Cainiao or other low cost shipping options, whereas AliExpress Standard is very reliable and generally faster in my experience.
  • Make sure to check the open issues - this design is not yet "stable", so beware that everything may not go smoothly. I would not recommend ordering these parts yourself until the stable release v1.0 milestone is complete, as there are some mechanical interference issues in the current revision.

Future plans:

  • consider switch to using an ESP32-S3-MINI-1 module (once Arduino core support is complete), as that would allow for direct USB HID support (for joystick/macro-pad type input to a computer)
  • Bluetooth HID support?
  • get wifi configured and working (probably MQTT?). Currently memory is an issue with the full display framebuffer sprite. PSRAM might fix this (requires newer ESP-IDF & unreleased Arduino core, and from a brief test I got horrible performance with PSRAM enabled), or the next item might help reduce memory:
  • migrate to LVGL, for better display rendering and easy support for menus, etc. Shouldn't require a full 240x240x24b framebuffer in memory, freeing some for wifi, etc.
  • integrate nanopb for structured serial data (see splitflap protobuf protocol for example)
  • Home Assistant integration, or other real-world applications
  • ???
  • Profit 😉

Base PCB

Ordering notes: use white soldermask, for reflecting light from RGB LED ring around the knob. Should be 1.2mm thick (not "standard" 1.6mm).

Latest auto-generated (untested and likely broken!) artifacts ⚠️ :

Schematic

Interactive BOM

PCB Packet

Gerbers

⚠️ For tested/stable/recommended artifacts, use a release instead.

Screen PCB

Ordering notes: Must be 1.2mm thick (not "standard" 1.6mm) per mechanical design.

Latest auto-generated (untested and likely broken!) artifacts ⚠️ :

Schematic

Interactive BOM

PCB Packet

Gerbers

⚠️ For tested/stable/recommended artifacts, use a release instead.

SmartKnob Mini

Planned for the future.

Frequently Asked Questions (FAQ)

How much does it cost?

I wish I could tell you now, but I don't actually know off the top of my head. Check back soon - I've only built 1 so far, which was the result of a bunch of tinkering and prototyping over an extended period, so I don't have all the expenses tallied up yet. Certainly less than $200 in parts, and maybe closer to $100?

Does it work with XYZ?

Not yet. So far I've only implemented enough firmware for the demo shown in the video, so you can't actually use it for anything productive yet. The basic detent configuration API is there, but not much else. Lots of firmware work remains to be done. If you build one, I'd love your help adding support for XYZ though!

Can I buy one as a kit or already assembled?

Probably not? Or at least, I don't have any immediate plans to sell them myself. It's not that I don't want you to be happy, but hardware is a hard business and I just work on this stuff in my free time.

It's open source with a fairly permissive license though, so in theory anyone could start offering kits/assemblies. If someone does go down that route of selling them, note that attribution is required (and I wouldn't say no to royalties/tips/thanks if you're in a giving mood 🙂 ).

General Component Info

Magnetic encoders

MT6701 (MagnTek)

Excellent sensor at a reasonable price - highly recommended. Less noisy than TLV493D, and more responsive (control loop is more stable) using SSI.

  • Lots of IO options - SSI, I2C, and ABZ - should offer good response latency
  • SSI includes CRC to validate data
  • No power-down or low-power options - may not be ideal for battery-powered devices
  • Not available from US distributors (Mouser, Digi-Key)

Datasheet

Ordering (LCSC)

TLV493D (Infineon)

A mediocre choice. Easy to prototype with using Adafruit's QWIIC breakout board.

In my testing, it is a little noisy, requiring filtering/smoothing that can slow responsiveness, hurting control loop stability. Or, with less filtering, the noise can easily be "amplified" by the derivative component in the PID motor torque controller, causing audible (and tactile) humming/buzzing.

There is also apparently a known silicon issue that causes the internal ADC to sometimes completely lock up, requiring a full reset and re-configuration. See section 5.6 in the User Manual

In the Master Controlled Mode (MCM) or the Fast Mode (FM) the ADC conversion may hang up. A hang up can
be detected by:
 - Frame Counter (FRM) counter stucks and does not increment anymore.

In my experience testing 4 different Adafruit breakout boards, 2 of them (50%) regularly exhibit this lockup behavior within a minute or two of use. It is possible to detect and auto-reset (and there is code in the project to do so), but it is slow and may cause undesirable jumps/delays if the sensor locks up often.

Datasheet

AS5600 (AMS)

A mediocre choice. Cheap breakout boards are readily available.

In my testing, it's fairly noisy (anecdotally, noisier than the TLV493d), requiring filtering/smoothing that can slow responsiveness, hurting control loop stability. Additionally, it saturates at a lower magnetic field strength than other sensors I tested, requiring a significant air gap (8-10mm) when used with a strong neodymium diametric magnet like Radial Magnets 8995.

Datasheet

Motor drivers

TMC6300-LA

This is a relatively new IC and it's a perfect match! There generally aren't any other drivers (with integrated fets) that meet the requirements for the low-voltage and low-current motors used in this project (DRV8316 might work, but has not been tested).

Highlights:

  • 2-11V DC motor supply input
  • Up to 1.2A RMS
  • Tiny (3x3mm QFN)

Datasheet

Product page

Motors

32mm Rotor, Hollow Shaft, Diametric magnet

  • 32mm rotor
  • 15mm overall height (including magnet), 12.75mm height w/o magnet, 9mm rotor height
  • low/zero cogging - excellent for completely smooth input
  • 5.9mm hollow shaft
  • built-in diametric magnet for encoder
  • Proven option

This is overall the easiest motor to get started with. Low cogging and a built-in diametric magnet are great!

Sadly, does not seem to be available any longer.

Firmware

TODO: document this

Also TODO: implement a lot more of the firmware

Acknowledgements

This project was greatly inspired by Jesse Schoch's video "haptic textures and virtual detents" and the corresponding discussion in the SimpleFOC community. Seriously, this project wouldn't exist if not for that video - thank you Jesse!

License

This project is licensed under Apache v2 (software, electronics, documentation) and Creative Commons Attribution 4.0 (hardware/mechanical) (see LICENSE.txt and Creative Commons).

Copyright 2022 Scott Bezek

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Comments
  • 32 mm BLDC Motor isn't for sale anymore :(

    32 mm BLDC Motor isn't for sale anymore :(

    Hello, I saw your video yesterday for the first time and was blown away. I always wanted such a thing, but DIY and not like the Nest thing. I directly made a shopping list for all parts and had no problem to find all the parts besides the BLDC Motor. And also the price for all parts with shipping to Germany is around €85, pretty good. And if the shipping cost for the PCBs weren't that high, it would be even cheaper.

    Likewise, I first used the link to find the motor isn't for sale anymore. So I thought maybe find it somewhere else on the internet, but... google pictures said No. I really tried to find the thing with all the product pictures the names of the specifications, but I didn't find it. The only seller for the motor in my opinion was AliExpress. I couldn't find another platform where you could buy this exact motor.

    The only motor of similar size I could spot was a bit bigger one

    I could use the smaller motor, but you said on your other branch "moderate cogging - not ideal for completely smooth input". I ordered this one, but do you think it is relatively easy to remodel the design for the 34 mm Version? Or is there definitely not enough space, so I had to remodel the complete exterior covering? Maybe you found a better motor till now.

    Happy to hear from you 👍

    opened by 18Markus1984 22
  • Discord server

    Discord server

    Taking into account the number of people interested, the need of help for few one and all the discussions especially about the motor, a Discord server could be a good thing don't you think so ? Building a small community in order to develop/improve and help each other

    I'm not a discord pro but I can try to help if needed

    documentation enhancement 
    opened by Paulsvcrch 13
  • Idea: use a Raspberry Pi 2W board

    Idea: use a Raspberry Pi 2W board

    I know we got bigger issues right now, with missing motors but I was thinking that if this project is to have success above the cool factor of the knob, then it needs to be able to do stuff like integrate into project's. I understood from reading the issues that we don't have enough memeory available to import WiFi libraries. So that means no connectivity to real projects.

    So I propose to use instead the much more powerful Raspberry Pi 2W board. It has lots of memory, lot's of storage, good WiFi and Bluetooth connectivity and lots of IO pins. There are two options integrate the board: directly by making a pinout holes on the PCB, or just solder the chip that can be bought separately.

    What do you think of this migrate to Raspberry Pi proposition?

    opened by radu-boboc 9
  • Adding second footprint for 3V3 voltage regulator

    Adding second footprint for 3V3 voltage regulator

    The voltage regulator that was originally used isn't available at the moment. To provide more options, a second footprint was added to the PCB for an alternative regulator that has a different pinout. Important to note that only one regulator should be used.

    Also, adjusted .gitignore for Mac files and KiCad auto-generated backups.

    opened by jamesSaporito 6
  • How to check whether HX711/Strain gauges has problem?

    How to check whether HX711/Strain gauges has problem?

    It's not working on my side, before fixed strain gauges on PCB, I just want to validate strain gauges is originally working with HX711.

    There's current on 6 pads for strain gauges, but no response(the screen keeps showing Unbounded No detents which is the mode by defaut) when I touched 4 strain gauges when powered.

    image

    question type: firmware 
    opened by zinwalin 5
  • 关于VEML7700的bug

    关于VEML7700的bug

    提交个bug,关于VEML7700的,不是很严谨,没有多次验证。 如果不焊接VEML7700,下载完代码后,整体程序会处于一直重启的状态。 日志如下:

    Rebooting... ets Jul 29 2019 12:21:46

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 271414342, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 ALS sensor not found! Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x400f844e PS : 0x00060b30 A0 : 0x800d9f79 A1 : 0x3ffb2ef0
    A2 : 0x00000000 A3 : 0x00000011 A4 : 0x0000000f A5 : 0x00000000
    A6 : 0x00000000 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3ffb2ed0
    A10 : 0x00000000 A11 : 0x3ffb827c A12 : 0x00000000 A13 : 0x00000001
    A14 : 0x00060b20 A15 : 0x00000000 SAR : 0x0000000a EXCCAUSE: 0x0000001c
    EXCVADDR: 0x0000000e LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f844e:0x3ffb2ef0 0x400d9f76:0x3ffb2f10 0x400d2a82:0x3ffb2f30 0x400d2cf9:0x3ffb2f90 0x400883f2:0x3ffb2fb0

    Rebooting...

    以上现象是在我偷懒的时候,当我焊接完成了其他器件而没有焊接VML7700时,代码运行到ALS sensor处时一直重启。 我尝试拆除了几个主要芯片后不能得到改善,然后我就把VML7700焊上后,代码就可以正常运行了。 这个具体的我还没看代码实现,我认为也许是初始化未成功后继续调用导致的错误。 以上供大家参考

    opened by a842690807 4
  • Question: How to get detents/holding torque at positions between motor coils

    Question: How to get detents/holding torque at positions between motor coils

    Hi all!

    We are a team at Stanford trying to replicate your results on a PCB-based motor for low-cost and lower-BOM count.

    The original motor demonstrated appears to have 14 coils (7 pole-pairs). In the video, the amount of detents far surpasses 14 individual possible detents. By detents, I mean the state where the knob is torqued to a single position (or angle).

    It's my intuition that it's trivial to hold the motor at one of the 14 coils (effectively getting detents at about 25degrees). You simply turn the correct coil on closest to the desired position once the encoder reads that it is close.

    How do you effectively provide a constant locked-torque at any arbitrary angle, despite there being only 14 coils - meaning only 14 positions where you can turn on the magnetic field?

    Best wishes

    opened by aidanchandra 4
  • Do I need to modify the code to make the new motor match this project?

    Do I need to modify the code to make the new motor match this project?

    Hi

    I had bought a new 2804 motor for this project, and also modify the 3D model to match the new motor. But when I put all the things together, it seems there is a little problem. I can't change the number when I rotate the knob, and the dot on the screen is shaking. Do I need to modify the code to make the motor match this project?

    opened by stanlee1024 4
  • The board restarts indefinitely

    The board restarts indefinitely

    LOG:

    Executing task in folder test: C:\Users\wlj.platformio\penv\Scripts\platformio.exe run --target upload --target monitor <

    Processing view (board: esp32doit-devkit-v1; platform: [email protected]; framework: arduino)

    Verbose mode can be enabled via -v, --verbose option CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/esp32doit-devkit-v1.html PLATFORM: Espressif 32 (3.4.0) > DOIT ESP32 DEVKIT V1 HARDWARE: ESP32 240MHz, 320KB RAM, 4MB Flash DEBUG: Current (esp-prog) External (esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa) PACKAGES:

    • framework-arduinoespressif32 3.10006.210326 (1.0.6)
    • tool-esptoolpy 1.30100.210531 (3.1.0)
    • tool-mkspiffs 2.230.0 (2.30)
    • toolchain-xtensa32 2.50200.97 (5.2.0) LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf LDF Modes: Finder ~ chain, Compatibility ~ soft Found 37 compatible libraries Scanning dependencies... Dependency Graph |-- 2.2.0 | |-- 1.0 | |-- 1.0.1 |-- 1.0.3 | |-- 1.0.1 |-- 1.9.1 |-- <TFT_eSPI> 2.4.25 | |-- 1.0 | | |-- 1.0 | |-- 1.0 | |-- 1.0 |-- 3.5.0 | |-- 1.0 |-- 0.7.5 |-- 1.1.1 | |-- 1.11.3 | | |-- 1.0.1 | | |-- 1.0 | |-- 1.0.1 | |-- 1.0 Building in release mode Retrieving maximum program size .pio\build\view\firmware.elf Checking size .pio\build\view\firmware.elf Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [= ] 5.4% (used 17648 bytes from 327680 bytes) Flash: [=== ] 27.3% (used 357434 bytes from 1310720 bytes) Configuring upload protocol... AVAILABLE: esp-prog, espota, esptool, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa CURRENT: upload_protocol = esptool Looking for upload port... Auto-detected: COM6 Uploading .pio\build\view\firmware.bin esptool.py v3.1 Serial port COM6 Connecting...... Chip is ESP32-PICO-D4 (revision 1) Features: WiFi, BT, Dual Core, 240MHz, Embedded Flash, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz MAC: 4c:75:25:a8:34:50 Uploading stub... Running stub... Stub running... Changing baud rate to 460800 Changed. Configuring flash size... Auto-detected Flash size: 4MB Flash will be erased from 0x00001000 to 0x00005fff... Flash will be erased from 0x00008000 to 0x00008fff... Flash will be erased from 0x0000e000 to 0x0000ffff... Flash will be erased from 0x00010000 to 0x00067fff... Compressed 17104 bytes to 11191... Writing at 0x00001000... (100 %) Wrote 17104 bytes (11191 compressed) at 0x00001000 in 0.5 seconds (effective 265.5 kbit/s)... Hash of data verified. Compressed 3072 bytes to 128... Writing at 0x00008000... (100 %) Wrote 3072 bytes (128 compressed) at 0x00008000 in 0.1 seconds (effective 428.9 kbit/s)... Hash of data verified. Compressed 8192 bytes to 47... Writing at 0x0000e000... (100 %) Wrote 8192 bytes (47 compressed) at 0x0000e000 in 0.1 seconds (effective 664.2 kbit/s)... Hash of data verified. Compressed 357536 bytes to 190478... Writing at 0x00010000... (8 %) Writing at 0x00018fa4... (16 %) Writing at 0x0002ae4c... (25 %) Writing at 0x00031fba... (33 %) Writing at 0x00037609... (41 %) Writing at 0x0003ce26... (50 %) Writing at 0x00043401... (58 %) Writing at 0x0004bfda... (66 %) Writing at 0x0005193c... (75 %) Writing at 0x000579b5... (83 %) Writing at 0x0005d835... (91 %) Writing at 0x000635f9... (100 %) Wrote 357536 bytes (190478 compressed) at 0x00010000 in 4.7 seconds (effective 608.0 kbit/s)... Hash of data verified.

    Leaving... Hard resetting via RTS pin... =========================================== [SUCCESS] Took 15.55 seconds =========================================== --- Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time --- More details at https://bit.ly/pio-monitor-filters

    Please build project in debug configuration to get more details about an exception. See https://docs.platformio.org/page/projectconf/build_configurations.html

    --- Miniterm on COM6 115200,8,N,1 --- --- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- ets Jun 8 2016 00:22:57

    rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028 A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00 A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60 A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0xffffffff,len:-1 ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028 A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00 A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60 A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0xffffffff,len:-1 ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028 A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00 A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60 A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0xffffffff,len:-1 ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028
    A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00
    A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60
    A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0xffffffff,len:-1 ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028
    A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00
    A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60 A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000
    EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0xffffffff,len:-1 ets Jun 8 2016 00:22:57

    rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 188777542, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0018,len:4 load:0x3fff001c,len:1044 load:0x40078000,len:10124 load:0x40080400,len:5828 entry 0x400806a8 Guru Meditation Error: Core 1 panic'ed (IllegalInstruction). Exception was unhandled. Memory dump at 0x400f2040: ffff5755 ffffffff ffffffff Core 1 register dump: PC : 0x400f2044 PS : 0x00060230 A0 : 0x0000000d A1 : 0x3ffb8660 A2 : 0x00000021 A3 : 0x00000000 A4 : 0x0000001a A5 : 0x3ff49028
    A6 : 0x0000001a A7 : 0x00000001 A8 : 0x00002a00 A9 : 0x00000a00
    A10 : 0x0000000a A11 : 0x3ff000c4 A12 : 0x06ff1f78 A13 : 0x3ffb1f60
    A14 : 0x3ffb8058 A15 : 0x00000001 SAR : 0x0000000e EXCCAUSE: 0x00000000 EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000

    ELF file SHA256: 0000000000000000

    Backtrace: 0x400f2044:0x3ffb8660 0x0000000a:0x3ffb8690 0x400d5f67:0x3ffb86d0 0x400d3118:0x3ffb8700 0x400d2ced:0x3ffb8850 0x400883f2:0x3ffb8870 #0 0x400f2044:0x3ffb8660 in mcpwm_gpio_init at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/driver/mcpwm.c:699 #1 0x0000000a:0x3ffb8690 in ?? ??:0 #2 0x400d5f67:0x3ffb86d0 in BLDCDriver6PWM::init() at .pio/libdeps/view/Simple [email protected]/src/drivers/BLDCDriver6PWM.cpp:61 #3 0x400d3118:0x3ffb8700 in MotorTask::run() at src/motor_task.cpp:61 #4 0x400d2ced:0x3ffb8850 in Task::taskFunction(void*) at src/task.h:46 #5 0x400883f2:0x3ffb8870 in vPortTaskWrapper at /home/runner/work/esp32-arduino-lib-builder/esp32-arduino-lib-builder/esp-idf/components/freertos/port.c:355 (discriminator 1)

    Rebooting... ets Jun 8 2016 00:22:57

    bug type: firmware 
    opened by 736676938 4
  • Current draw

    Current draw

    Hi! Thanks for open sourcing this project. Looks amazing! I am looking into integrate this into my hobby IoT project. I am curious what the current consumption. My IoT project takes in power through usb 2.0, so in total 500 mA.

    question 
    opened by psyspy1 4
  • Why bldc?

    Why bldc?

    Hello,

    This is not exactly an issue but a question. Since this is a knob and requires (accurate steps) and absolute smoothness is not a requirement why did you choose bldc over a small stepper motor like nema14 ? Is it because of the shaft? Because these steppers are pretty small, readily available everywhere, very easy to program and operate.

    opened by MahOraibi 3
  • Battery powered option

    Battery powered option

    Hi, first congratulations on this very neat projet, I have been following it for quite some time and will soon attempt to build one for myself. There is just one feature missing in the current design that would make it the ultimate killer for me, quite obvious IMO but I haven't seen it mentioned anywhere so far : a battery shield option.

    I guess it could be as "simple" as adding traces for some kind of PMIC and a li-po connector on the main board, and then having a backplate variant that accommodates the battery itself. The ESP32 has plenty of wireless capabilities, it could charge through the USB-C connector, and be suitable for a much wider range of uses once it's untethered from the computer.

    I am willing to contribute, but I just started digging into kicad so I may be a bit over my head here. Any help or clues will be appreciated. I have started looking for suitable ICs, found MCP73871, or maybe TP4065 that is already implemented here.

    opened by leokeba 0
  • Generate and post KiCad diffs to PRs

    Generate and post KiCad diffs to PRs

    Looks like KiBot supports diff generation via the diff output type:

    Generates a PDF with the differences between two PCBs or schematics.

    https://github.com/INTI-CMNB/KiBot

    To get those posted to the PR, care needs to be taken with the actions setup (can't expose secrets/permissions to untrusted PR runners). So I think we want to create a new github action that runs on PRs to run diffs for schematics and pcbs and generate PDFs for those, along with another new action that uses a workflow_run trigger to download the pdf from the PR build and post that diff to the github PR thread.

    Together with the pull_request_target, a new trigger workflow_run was introduced to enable scenarios that require building the untrusted code and also need write permissions to update the PR with e.g. code coverage results or other test results. To do this in a secure manner, the untrusted code must be handled via the pull_request trigger so that it is isolated in an unprivileged environment. The workflow processing the PR should then store any results like code coverage or failed/passed tests in artifacts and exit. The following workflow then starts on workflow_run where it is granted write permission to the target repository and access to repository secrets, so that it can download the artifacts and make any necessary modifications to the repository or interact with third party services that require repository secrets (e.g. API tokens).

    https://securitylab.github.com/research/github-actions-preventing-pwn-requests/

    documentation enhancement type: tooling 
    opened by scottbez1 0
  • Haptic effect examples in firmware

    Haptic effect examples in firmware

    Awesome project with an abundance of information! But as we speak there is not much documentation (yet) from a firmware perspective. Going through the code and understanding what's happening is quite a task since there are many functionalities built-in.

    I was wondering if it would be possible to include some more basic examples of purely the haptic part. It would be great to have an isolated example of this, so it's relatively easy to play with these effects and a brushless motor, even if you don't have the full smart-knob setup. This would enable more people to spin-off their own projects and different applications.

    documentation type: firmware 
    opened by rubenfrolic 1
  • Idea: Use a capacitive touch surface to wake from sleep

    Idea: Use a capacitive touch surface to wake from sleep

    Using a capacitive touch surface on the outside of the knob would allow for disabling the magnetic sensor/display to conserve energy in battery powered devices. This would also make UI options like letting go of the knob or tapping the knob to interact possible. Most of this could probably be done using the strain gauges but capacitive sensing allows for detection before the user even touches the knob, allowing the user to wake the display by hovering over the knob.

    enhancement type: electronics type: mechanical 
    opened by hedelmasalaatti 1
  • Firmware Documentation

    Firmware Documentation

    I'm a hardware guy through and through, so the flashing portion of this project has been a complete mystery to me. I have PlatformIO setup (I think?), but I'm still lost on why attempts fail. Is there a chance the flashing process can be documented soon, at least on a basic level?

    documentation good first issue type: firmware 
    opened by ahblair4 0
  • Possibility of a smaller size?

    Possibility of a smaller size?

    I just saw LILYGO T-QT V1.1 which not just uses same-ish driving components (ESP32-S3 with GC9107 SPI display driver), but also has 0.85-inch 128×128 IPS LCD, which could make as a basis for smaller smart knob, one that fits where original cannot (as I have such case myself). I understand that this is not a round display, and if one at this scale cannot be found, I propose installing SK9822 LEDs in space to the sides of the display and cover them with white plastic diffuser ring, having to skip some corner pixels (or have them augment LEDs output), this way there can be even more space saved by skipping LED ring on the base. Aside from sorting that out, I am stumbled on the same problem the regular-sized knob, which is BLDC motor, and after a total of a week spent searching for some myself, my only hope is that we might as well build our own motors and this smaller knob seems much easier to test this on.

    enhancement type: mechanical 
    opened by mardab 1
Releases(releases/view_base/v0.4)
Arduino firmware for DIY haptic gloves. Officially compatible with LucidVR gloves.

lucidgloves-firmware This repo contains the arduino firmware as well as the STL files for Prototype 3 of the LucidVR glove prototype. This is a finger

null 1.6k Jan 9, 2023
Arduino/ESP32 firmware for DIY haptic gloves. Officially compatible with LucidVR gloves.

Arduino/ESP32 firmware for DIY haptic gloves. Officially compatible with LucidVR gloves.

null 1.6k Jan 8, 2023
VR15: a VR FPS game controller that generates haptic feedback with high-pressure air.

VR15: a VR FPS game controller that generates haptic feedback with high-pressure air.

Zhaoyuan Ma 20 Nov 6, 2022
Add virtual monitors to your windows 10 device! Works with Oculus software, obs, and any desktop sharing software

License MIT and CC0 or Public Domain, whichever is least restrictive -- Use it AS IS - NO IMPLICIT OR EXPLICIT warranty This may break your computer,

Rashi Abramson 230 Jan 6, 2023
Professor Terence Parr has taught us how to create a virtual machine Now it is time to pwn virtual machine

My First real world CTF Simple Virtual Machine Challenge description Professor Terence Parr has taught us how to create a virtual machine Now it is ti

null 1 Feb 17, 2022
Universal State Monitor software for home automation input devices

Universal State Monitor Copyright 2019-2021 SuperHouse Automation Pty Ltd www.superhouse.tv A binary state monitor for DIY home automation projects. T

SuperHouse Automation 3 Aug 24, 2021
Samir Teymurov 1 Oct 6, 2021
Cobalt Strike User-Defined Reflective Loader written in Assembly & C for advanced evasion capabilities.

Cobalt Strike User-Defined Reflective Loader Cobalt Strike User-Defined Reflective Loader written in Assembly & C for advanced evasion capabilities. B

Bobby Cooke 835 Jan 3, 2023
WTD is a python tool for replacing values with the C preprocessor macro which defined them.

Where's That Define WTD is a python tool for replacing values with the C preprocessor macro which defined them. An example of this is when trying to u

Caleb Connolly 5 Mar 28, 2022
A well-defined system API for abstracting the OS platform

xsys xsys is an effort to implement a thin and well-defined system API for enabling the development of programs that are portable; platform agnostic.

Rasmus 67 Oct 20, 2022
Set of examples how to use CLion with various unsupported compilers using Custom Defined Compiler feature

About This repository contains: Set of examples how to use CLion with various unsupported compilers using Custom Defined Compiler feature Public set o

JetBrains 37 Sep 30, 2022
My_Shell is a user-defined interactive shell written in C that works similar to the original shell in linux

MY_SHELL Overview My_Shell is a user-defined interactive shell written in C that works similar to the original shell and it can execeute many of the l

Greeshma 1 Nov 22, 2021
BokuLoader - Cobalt Strike User-Defined Reflective Loader written in Assembly & C for advanced evasion capabilities.

BokuLoader - Cobalt Strike Reflective Loader Cobalt Strike User-Defined Reflective Loader written in Assembly & C for advanced evasion capabilities. B

Bobby Cooke 833 Dec 31, 2022
Lib 2d - A c++ library for paths defined by points within the 2d space

#lib_2d A c++ library for anything related to points within the 2d space (using floating point data types) using Catch as testing framework https://gi

Martin Buck 46 Dec 16, 2021
ToPS is an objected-oriented framework implemented using C++ that facilitates the integration of probabilistic models for sequences over a user defined alphabet

ToPS is an objected-oriented framework implemented using C++ that facilitates the integration of probabilistic models for sequences over a user defined alphabet

Andre Yoshiaki Kashiwabara 34 Aug 2, 2022
std::tuple like methods for user defined types without any macro or boilerplate code

Boost.PFR This is a C++14 library for very basic reflection that gives you access to structure elements by index and provides other std::tuple like me

Boost.org 1.1k Dec 23, 2022
This is a tool for software engineers to view,record and analyse data(sensor data and module data) In the process of software development.

![Contributors][Huang Jianyu] Statement 由于工具源码在网上公开,除使用部分开源项目代码外,其余代码均来自我个人,工具本身不包含公司的知识产权,所有与公司有关的内容均从软件包中移除,软件发布遵循Apache协议,任何人均可下载进行修改使用,如使用过程中出现任何问

HuangJianyu 36 Dec 25, 2022
A video input (V4L2) to NDI converter that works with Raspberry Pi (32-bit and 64-bit), and Intel/AMD CPUs

V4L2 to NDI V4L2 to NDI is an application that connects to attached V4L2 devices and encodes the video signal into NDI It uses the NDI library, allowi

Luke Plassman 52 Dec 30, 2022
MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.

MasterPlan is a customizeable graphical project management software for independent users or small teams. If you need to share plans across a whole co

SolarLune 444 Dec 23, 2022