Relative Content

Tag Archive for carduino

Deej macro buttons f-key issues

My deej mixer is running on an Arduino Pro Micro, it has 4 faders and 8 macro buttons, one of which doesn’t work, and one other switches between media keys and f-keys modes. The problem that I’m having is that in f-keys mode it just types letters (button 1 is h, button 2 is i, etc.) but all the media keys work fine. I’ve already tried asking chatgpt and I still haven’t been able to get it fixed. I’m still very new to C++ and the Arduino platform in general.

SAMD21G18 advanced ADC functions

I’m currently working on an library for the ADC of the SAMD21G18 but I’m running into problems.
The basics are working but when I change the number of samples something appears to be not working as intended.
The Basic Idea is that I can get a measurement from an given Pin with the settings I want.
The reason I write this library is that I can have full control of the ADC and could read an Pin once or have the ADC in freerunning mode to allow for parallel Code execution.
(I’m also trying to implement an function which gives me the voltage measured with the given voltage reference)

6DOF using MLX90393

Good day,
I would like to inquire about the process of converting the data obtained from the MLX90393 sensor along three axes into changes in six degrees of freedom values.Using C++
Thank you for your attention.