-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V1.7.3 Does not work with Teensy #3
Comments
Running the ARM based Teensy 3.0 and 3.1 boards |
Hi Tom, I first would just add a Serial print in the ISR attached function for interrupt managing. I know "never print in ISRs" but you can do this to simply know if the ISR itself is triggering. You can also test the Raw demo, it it triggers and see what this does. Then you have to check if the timings are correct. |
This code does work: void setup() void loop() void blink() |
Sorry Tom, you have to dig into that yourself unless I own a Teensy. I could suggest you things to debug, but this would take ages, also without a logic analyzer :S |
I tried a generic ISR, it works on whatever pin I attach it to with the I think my plan will be to compile both and have a look at the .elf On Sat, Dec 6, 2014 at 11:38 AM, Nico [email protected] wrote:
|
It would be great to see this library working on Teensy 3.1. I would be happy to donate $20 to the cause (the cost of a Teensy). |
I already own a Teensy (someone else donated it). Feel free to donate anyways (maybe for a Teensy LC or just for motivation?) ;D I am sorry, that it doesnt work yet. I have so many personal things at the moment and 6 private coding projects. So I cannot cut me into pieces :D I have this teensy for 1 or 2 Month now and I didnt even had the chance to upload a blink to it. But thx for the reminder. Sometimes I get accidently interest in working on another project again. I wont be able to access any of my Arduinos till next monday. You could remind me on Monday and I'll maybe have a quick look. Maybe the fix is easier as expected. Shouldnt be too complicated. Jerware, at what protocol are you looking for? So I know what priority I can set ;) |
Thanks, NicoHood. I already wired up a workaround (another Teensy acting as IR receiver that transmits codes as Serial data). Before doing that I posted to the Teensy forum to see if anyone had interest in porting your code, and it seems that while your implementation makes great sense on Arduino, it makes less sense on Teensy. A proper port would effectively be a different approach entirely, which probably warrants its own library. You can see the thread here: |
Thx for the link. Well that could be true. I'll have a look at it anyways just to see if it works. Maybe I get net ideas then ;) |
Is anyone willing to test the dev2 branch for Teensy? I do have a Teensy hardware though, but not here atm. and I also cannot use a patched IDE version, since I am working at the bleeding edge of the IDE and report bugs/help developing. Same goes for the ESP. If anyone is willing to test it and open a PR to fix compile errors, feel free. |
What Teensy's this issue about - ARM or AVR based? |
Teensy is ARM and I never used ARM. I have one but I dont intend to use it. Just got no time and use for it. (Teensy 3.1) |
Successfully running on Teensy2! But can't decode B&O codes especially the ones that are repeated back to back. Tried various settings for timeout etc. but couldn't get it to recognize the commands properly (using a genuine 455kHz receiver)... |
The Code compiles with warnings but doesn't work. Splitted this issue: #2
The text was updated successfully, but these errors were encountered: