Search results

  1. L

    Teensy 3.2 with NRF24L01+

    You need to swap roles on 1 of the controllers, they both show 'TX_ADDR = 0xf0f0f0f0e1'. Maybe also start with matching power output on both sides.
  2. L

    Teensy 3.2 with NRF24L01+

    That is a great library, I use it to connect a T3.2 with a Pi. To make sure you have the wiring correct, can you show the output of the radio.printDetails() command?
  3. L

    K66 Beta Test

    I backed the Kickstarter, any plans to include the Ethernet board as an option? (e.g. stretch goal?)
  4. L

    XPT2046 touch IRQ issue

    Hah! User error :eek: Simple issue with pin numbering (off by 1). Case closed
  5. L

    XPT2046 touch IRQ issue

    I dug a little further to find the cause of T_IRQ not working. I have added some Serial.println debug statements to XPT2046_Touchscreen.cpp (hardware/teensy/avr/libraries/XPT2046_Touchscreen). The isrPin() function is never called so isrWake is never set to true. So somehow interrupts are not...
  6. L

    XPT2046 touch IRQ issue

    I just got the touch screen from the pjrc store. It is working great connected to a teensy 3.2. Touch works just fine as long as I dot not enable IRQ usage. For example with the ILI9341Test example (teensyduino), touch works as long as I do not use IRQs. I tried both the default IRQ 2 and...
Back
Top