Search results

  1. L

    Open Source DSP Audio Processor for FT-817

    Hi gerryk Let us know how do You complete Your project with AGC. I have ordered uBITX and have Teensy board, so I would like to use it like You. Noise reduction would be great :) Regards Lukas SQ9RZM
  2. L

    Teensy 3.1 and si4432 (RF22) not working

    I have checked again with my slow voltmeter: IRQ pin on T3 is high just after restart then goes low when init() occur and stays low. On Arduino it stays high all time. Do You know any solution or should I ask on RadioHead group? I am not good at programing to find the way out by myself.
  3. L

    Teensy 3.1 and si4432 (RF22) not working

    IRQ stays at 0 whet connected to T3 and it stays high when connected to Arduino board. I am not sure if this matter but when compiling on T3 I get few warnings: L:\ARDUINO\projekty\WS-client\WS-client.ino:8:0: warning: "RH_MESH_MAX_MESSAGE_LEN" redefined [enabled by default] #define...
  4. L

    Teensy 3.1 and si4432 (RF22) not working

    Yes, it uses nIRQ, pin is defined in: RH_RF22 driver(15,2); first is CS and second IRQ. I tried it with pin 0 to be sure and also tried with INPUT_PULLUP, but still unsuccessful.
  5. L

    Teensy 3.1 and si4432 (RF22) not working

    It fails at manager.init() so I guess there is no communication.
  6. L

    Teensy 3.1 and si4432 (RF22) not working

    Hi, I can't initialize si4432 (RF22) link connected by SPI to teensty 3.1 board using RadioHead library, but no problem when connected to Arduino board. I am using Arduino IDE 1.6.6 + teensyduino 1.26 + RadioHead 1.50 http://www.airspayce.com/mikem/arduino/RadioHead/RadioHead-1.50.zip Has...
Back
Top