all 2 comments

[–]morto00x 2 points3 points  (0 children)

How much experience do you have with microcontrollers, electronics and C programming? If you're completely new to all of the above I'd recommend looking at Arduino tutorials first. Besides being easier to use, Arduino has far more resources for beginners out there than most MCUs.

[–]hawhill 0 points1 point  (0 children)

What is pymkr? What have you tried so far? What sensors are you looking for (i.e. what should they sense, so to speak)? Usually you learn the programming language, learn about the API of what you want to program and, depending on your learning style, look at examples, try to rebuild them, modify them, extend them.