WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Discussion options

You must be logged in to vote

Hi,

your issue is simply that bot library uses the same name as stated by the logs.
https://github.com/thotro/arduino-dw1000/blob/922ca3e227d7e6aecf841e9b0f9c79eb6036c42f/src/DW1000Constants.h#L27-L30

IDLE_MODE is a defined value of the dw100 library and in STM32Lowpower it is an enum:
https://github.com/stm32duino/STM32LowPower/blob/082ca1f4f2e8062c81120fd907892e59bffb0151/src/STM32LowPower.h#L53

https://github.com/thotro/arduino-dw1000 is no more maintained (archived), you should try to modify the dw100 library on your side .

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fpistm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants