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

MyBoardNRF5 nRF52832 + SoftDevice 132 error #6

Open
dots123 opened this issue Jun 4, 2018 · 2 comments
Open

MyBoardNRF5 nRF52832 + SoftDevice 132 error #6

dots123 opened this issue Jun 4, 2018 · 2 comments

Comments

@dots123
Copy link

dots123 commented Jun 4, 2018

I use a NRF52832 module with P0.01 as SDA and P0.05 as SCL. After I've installed https://github.com/mysensors/ArduinoBoards I got an error: The current selected board needs the core 'sandeepmistry:nRF5' that is not installed. (even if it was installed!). I've solved this by adding in the Arduino's Preferences Board Manager URL space both URL packages:
https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json
https://raw.githubusercontent.com/mysensors/ArduinoBoards/master/package_mysensors.org_index.json
And it works.

Now when I change pins in MyBoardNRF.h and compile with MyBoardNRF5 NRF52832 board, RC Oscillator and without SoftDevice, I manage to read my accelerator connected on SCL and SDA. But When I select from Tools > Softdevice 132 I get this error:

In file included from C:\Users\Calc\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.5.1\cores\nRF5/delay.h:30:0,

                 from C:\Users\Calc\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.5.1\cores\nRF5/Arduino.h:53,

                 from sketch\Blinky_accel.ino.cpp:1:

C:\Users\Calc\AppData\Local\Arduino15\packages\MySensors\hardware\nRF5\0.3.0\variants\MyBoardNRF5/variant.h:119:32: fatal error: sketch/MyBoardNRF5.h: No such file or directory

compilation terminated.

exit status 1
Error compiling for board MyBoardNRF5 nRF52832.

Any ideas why?

@vanhcm20
Copy link

vanhcm20 commented Jan 7, 2022

Hi @dots123
Have a nice day.
I have the same error, did you fix it? and you can upload the sketch to MCU?

@pepassaco
Copy link

Same error here, unfortunately. No able to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants