Neumi

Results 16 issues of Neumi

Some links in the documentation are broken.

Current OpenCV versions do not support SIFT. `python3 example.py` returns `Traceback (most recent call last): File "example.py", line 90, in points1, points2, intrinsic = dino() File "example.py", line 68, in...

A wrong angle is returned in the examples: _examples/fullFunction/fullFunction.ino examples/readAngle/readAngle.ino_ The conversion factor is unprecise and should be 0.087890625 instead of 0.087 / 0.0878. This becomes a problem when precise...

Just fixed the conversion factors. Drove me crazy in my own project :D

Micro USB -> USB C Sensor/EndStop/Estop connectors should be 3-pin with gnd, vcc and sens

Currently, the JSON structure is not used to its full potential. The commands should use more depth of the json tree and add more modes like settings and request modes.

'drive' i.e. can be replaced by 'ramp' mode with 0% slope.

Interrupt should be read and processed. May need a hardware change to process on the interrupt pin on atmega328.

Every second update of JLCPCB services crashes the CPL and or BOM files. This might be fixed in the CSVs or in kicad.

As I am working on an Arduino implementation with an MPU6050 I need the format you send the sensor data to the processing sketch. I can't compile with winAVR. It...