Search found 3 matches

by SoCalPinPlayer
Sun Sep 10, 2017 10:08 pm
Forum: ESP32 Arduino
Topic: Timer causing reset?
Replies: 1
Views: 6251

Timer causing reset?

Hi All I am trying to get a hardware based timer on the ESP32 Sparkfun Thing working. It seems as soon as I incorporate much in the way of code once the timer has triggered an interrupt the CPU resets. For example in the code below if I comment out the last to println's ("line 3" and "line 4") the t...
by SoCalPinPlayer
Sun Aug 20, 2017 7:52 pm
Forum: ESP32 Arduino
Topic: Port Flexitimer2 for ESP32
Replies: 3
Views: 7642

Re: Port Flexitimer2 for ESP32

Hi Kolban Thanks for the quick response. Here is the link to the GitHub for Flexitimer2... https://github.com/wimleers/flexitimer2 They did add the capability for it work with the teensy as well. Here is the .cpp /* FlexiTimer2.h - Using timer2 with a configurable resolution Wim Leers <work@wimleers...
by SoCalPinPlayer
Sun Aug 20, 2017 1:41 am
Forum: ESP32 Arduino
Topic: Port Flexitimer2 for ESP32
Replies: 3
Views: 7642

Port Flexitimer2 for ESP32

I am building a quadruped robot and the example code uses a library call Flexitimer2 . I have search through google and can't find where anyone has ported this library over for the ESP32. I am using the Sparkfun ESP32 Thing board which is so far working great. Any help or direction as to how to port...