RAKWireless / rakwireless-docs

Open-source documentation center of RAKwireless. The RAK Documentation Center aims to assist every developer, entrepreneur, and enthusiast alike in building their new project and implementing IoT technology solutions
https://docs.rakwireless.com/
36 stars 302 forks source link

How to connect the rak3172 to the computer #104

Closed dodo124 closed 11 months ago

dodo124 commented 1 year ago

Hi, I do have the Rak3172 development board and I'm using the example code for the board as well as the code for the gyro https://docs.rakwireless.com/Product-Categories/WisBlock/RAK12034/Quickstart/. My problem is that I failed to get a timer interrupt working. The Timer1 library is not working because it's a arduino library. So I thought to use bare metal programming using the cube IDE. Therefore I need to upload the code.

But how am I supposed to connect it to the board?

Or is there any timer based interrupt already implemented in Rui3?

Kind regards Dominik

beegee-tokyo commented 1 year ago

RUI3 Timer

dodo124 commented 1 year ago

Thank you :-)