Problems with getting the library to work with a RAK3172 (STM32) #860
Replies: 5 comments 16 replies
-
Specific code is used for different ARM chips. The code selected is based generally on the "ARDUINO_ARCH" symbol, and example for just one ARM is "ARDUINO_ARCH_STM32L4". Search the compiler output for "ARDUINO_ARCH", usually you find it passed on the command line to the compiler with the define command, like "-DARDUINO_ARCH_STM32L4". Which one is used by your board? |
Beta Was this translation helpful? Give feedback.
-
I think you replied to email rather than here in discussion. Look at the output lines above the error you copied, look for the ARDUINO_ARCH and copy that complete line here (it will be very long line). |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick reply!
|
Beta Was this translation helpful? Give feedback.
-
What is the exact board you are using? Link? |
Beta Was this translation helpful? Give feedback.
-
The board I am using is a custom one, with the following module (with TCXO): https://store.rakwireless.com/products/wisduo-lpwan-module-rak3172?srsltid=AfmBOopt2be39VxNJ4ekywdPEmU8V2yu02lRJzZEZGLAzblbVQ8pJhkX&variant=44068554473670 RAK has it's own Arduino Board Package, which I guess is based on the Arduino ARDUINO_ARCH_STM32 package. Here's some Documentation about the module: https://docs.rakwireless.com/Product-Categories/WisDuo/RAK3172-Module/Overview/ This is the additional board URL: https://raw.githubusercontent.com/RAKWireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless.com_rui_index.json In the meantime I tried to control the LEDs myself to see if it is theoretically possible, even though I'm not very experienced with programming such timing critical stuff. I was able to get some code working to control 7 out of my 16 LEDs but no more and the first one always shows a green color..... so I would really like to use this library as it has everything implemented that I need. |
Beta Was this translation helpful? Give feedback.
-
Hi!
I want to control some WS2816C-1313 LEDs using a RAK3172 (STM32) module.
Therefore I installed the library, selected the NeoPixelTest code, clicked upload, but then got multiple compilation errors.
I really want to get this library working, as this seems to be the only one supporting the WS2816C LED.
Thanks very much in advance!
Beta Was this translation helpful? Give feedback.
All reactions