Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Float library problems #266

Open
2 tasks
erik1392 opened this issue May 5, 2021 · 4 comments
Open
2 tasks

Float library problems #266

erik1392 opened this issue May 5, 2021 · 4 comments
Assignees
Labels
arduino Issues concerning the Arduino API bug Something isn't working float FloatShield functionality link software Mostly software issue

Comments

@erik1392
Copy link
Collaborator

erik1392 commented May 5, 2021

Arduino DUE

  • Accelerometer ADXL345 library incomparable with Wire1 I2C port on Arduino due.

All boards with 12bit ADC

  • Arduino moved to 10bit default ADC on all board unless you specify othervise with analogReadResolution();
@gergelytakacs
Copy link
Owner

  • Due, allrighty, not really a huge problem we should work on it. The ADXL345 is not even a library, it has been designed by @martinvrican ? Can you take a look at tit?
  • Metro, I'm not sure I understand you correctly. The sampling core does not have a flag or the Arduino Core?

@gergelytakacs gergelytakacs added arduino Issues concerning the Arduino API bug Something isn't working float FloatShield functionality link software Mostly software issue labels May 5, 2021
@gergelytakacs gergelytakacs self-assigned this May 5, 2021
@erik1392
Copy link
Collaborator Author

erik1392 commented May 5, 2021

issue updated.. no problem with adafruit boards specifically but with all 12bit ADC boards.
ADXL345 used in Arduino IDE is the original Adafruit library. Only Matlab/Simulink has some semi-custom library.

@erik1392
Copy link
Collaborator Author

erik1392 commented May 5, 2021

OK, my mistake.. I was confused that ADXL345 is ToF sensor but no... it is an accelerometer. So this issue is irrelevant for FloatShield.. but it looks like the Adafruit ADXL345 library in src/lib folder is not happy when you are compiling anything for Due. It looks like it is not even used in LinkShield because @martinvrican has already custom one. So I suggest removing that Lib from Automation Shield if it is not utilized.

@gergelytakacs
Copy link
Owner

That's what I thought. That @martinvrican has already implemented it. In that case, @martinvrican can we remove the submodule for the original ADXL345?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Issues concerning the Arduino API bug Something isn't working float FloatShield functionality link software Mostly software issue
Projects
None yet
Development

No branches or pull requests

3 participants