Thanks nox771 ! that worked !!
I had tried the code mentioned in post #2 here :http://forum.pjrc.com/threads/25375-Teensy-Timer-Counter-Example-for-the-T3-amp-T3-1?highlight=timer
..and it...
Type: Posts; User: Vignesh
Thanks nox771 ! that worked !!
I had tried the code mentioned in post #2 here :http://forum.pjrc.com/threads/25375-Teensy-Timer-Counter-Example-for-the-T3-amp-T3-1?highlight=timer
..and it...
Hi
I am looking for Timer Lib or some Library with which I can schedule a timer. When the timer expires it will invoke the callback registered with it. Is there any such library ? if not, is there...
Thanks again Stevech!
Yes, I am impressed with RF22 Lib :) ..though not a fan of CPP in embedded environment, but it worked in my first attempt with it. So will be using this library.
Need to rig...
Hi Stevech,
Thanks a lot, that helped!! :)
In my case the SCK is on Pin#14 as LED is on 13 and I had to add this..
SPI.setSCK(14); // before the rf22.init()
Would like to add a few...
Hello All,
I am trying to get the SPI working on Teensy 3.1 for RFM22B. Need help with my SPI driver.
Tried the SPI (I guess default lib) mentioned in www.pjrc.com, but it did not work.
So wrote...
Hi Paul and Headroom,
Thanks a lot for replying to my query.
I am sorry Paul, I did not notice that mesg on the pinout card, after you pointed it out ..now I see it. Just above the "CAN Bus"...
Hello Everyone,
I am new to Teensy 3.1 (a week actually). I am planning to interface RFM22B (from sparkfun).
Using 10:13 pins for SPI, but not sure of teensy pins suitable for Interrupt input and...
Hi,
I am new to Teensy (bought 3.1) and tested the blink test successfully.
I am interested in the bare metal kind of build without Arduino, but would like to have the feature on loading the f/w...
Hi Naps250,
I too am new here and this is my first post. Having said that..
What I understand is, you can power MK20DX... by connecting the battery to the 3.3v terminal/pin. Do look at Datasheet...