Skip to content

DWM1000 & STM32F103 #1894

Closed Answered by fpistm
hhl-16 asked this question in Q&A
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