PaulStoffregen / MotionCal

Motion Sensor Calibration Tool
http://www.pjrc.com/store/prop_shield.html
74 stars 55 forks source link

make error {make: pjrcmacsigntool: No such file or directory} #16

Open CodyWangYaohui opened 1 year ago

CodyWangYaohui commented 1 year ago

Hi Paul,

I am doing on a macOS and could not build the application properly. I've changed the OS to be macOS clang in the makefile and still could not make the project. It's always reporting pjrcmacsigntool is not found. The produced application could be opened but there are some problems with the port listening functionalities. When the correct port is chosen, it instantly changed to (none) with no errors rendered.

Screen Shot 2022-10-27 at 4 44 25 PM
PaulStoffregen commented 1 year ago

The build does not require pjrcmacsigntool. Notice it says "Error 1 (ignored)". This is only a script which adds a digital signature. If you really want to digitally sign the app (won't solve the other problems), you'll need to get a code signing cert from Apple and use it to sign the app yourself.

CodyWangYaohui commented 1 year ago

Hi Paul, thanks so much for your reply. Currently I can use the application, however the trace seems really random and 100% not a circle or sphere described in Adafruit instruction websites.adafruit_magnetometer_calibration I've tried plotting all three axis reading on jupyter notebook and attached here. Do you think it's the hardware malfunctioning? But I've actually tried two adafruit LSM6DSOX+LIS3MDL ICs, and they all report similar drawings.

Sorry to bother u again. I'm new to imu calibration and fusions, and I think you are the kind of experts that I should consult. Thanks so much again! Cody

Screen Shot 2022-10-27 at 9 25 13 PM Screen Shot 2022-10-27 at 9 29 00 PM Screen Shot 2022-10-27 at 9 32 05 PM
PaulStoffregen commented 1 year ago

Ask Adafruit for support with their products!