Search results

  1. L

    PWM pulse generator

    realy sorry for my bad english!!! there wasn't problem in compiler but in my code. now I found solution on some forum. I didn't post the code cause I didn't know there to start and everithing what I wrote was trash. but your link solved it all. thanks a lot for your help. my code: #define...
  2. L

    PWM pulse generator

    thanks a lot. the link you sent answeared in 100%. :-) I also looked at the link to forum where guy needs to do generator with 2Hz. there was an example of analogWriteFrequencySlow... but if i copy this code to my code, compiler throw this exception: 'FTM1_CH0_PIN' was not declared in this...
  3. L

    TEENSY 3.1 + 2.8" TFT Touch Shield from ADAFRUIT

    dear HWGuy. I moved pins RST, DC to teensy pins 9, 8 and it is working now. thanks a lot fo your advice.
  4. L

    TEENSY 3.1 + 2.8" TFT Touch Shield from ADAFRUIT

    Hi all, please help me. I bought '2.8" TFT Touch Shield for Arduino with Resistive Touch Screen' from adafruit.com and want to connect to TEENSY 3.1. Wired follow by scheme (see below). For this I used library 'Adafruit_ILI9341-master' somewhere from github. But display just shine. Can someone...
  5. L

    Adafruit 2.8" TFT Touch Shield for Arduino for Teensy 3.1

    hi all. I have same display and find out it has chip st7781. which library (example) will work with this display? thx
  6. L

    Teensy 3.1 + ENC28J60

    hi all. thanks for your reply. I will order module Wiznet 820io... the module ENC28J60 was the first ethernet card I found on ebay.com for arduino. :-(
  7. L

    Teensy 3.1 + ENC28J60

    Hi all. I have Teensy 3.1 and ethernet module ENC28J60. I want Teensy to do UDP server. how to connect teensy 3.1 with this module? module ENC28J60 has pins: INT, CLK, SO, WOL, SCK, SI, RST, CS 3.3V, 5V, GND teensy pins for SPI are: CS(10), DOUT(11), DIN(12), SCK(13) teenssy ->...
  8. L

    Teensy 3.1 and keyboard

    How can I connect USB keyboard to Teensy 3.1 and received the data and then shift to serial line? Is enought to solder 100 micro F capacitor and 5V extern supplier? Which option should be used in Tools->USB Options? the code can be like this?: String sStr; int led = 13; void setup() {...
  9. L

    Connect Teensy 3.1 with scanner (USB keyboard)

    Hi all. I am new with Teensy and need help. I need to connect USB barcode scanner to Teensy 3.1, read data, adjust the data and send via UART 1 to another device. Teensy must be a host for scanner. I coppy and try to adjust some code: #include <HardwareSerial.h> Serial USB = Serial(); Serial2...
Back
Top