Search results

  1. Wozzy

    Creating a high precision RTC with a Teensy 3.2

    Many of the GPS modules support an extremely precise PPS (Pulse Per Second) signal that can be used to synchronize the Teensy clock. Many people are using this signal to create a Stratum 1 NTP Time Server. I know that on Ublox GPS modules, you can set the PPS interval to other than one second in...
  2. Wozzy

    Arduino 1.8.10

    Look in the Announcements category of the Forum. Teensyduino 1.48 Beta #1
  3. Wozzy

    FastLED - Sad news

    This is very sad news indeed. Daniel was very dedicated to the FastLED project, and to helping others.
  4. Wozzy

    What applications truly need both Teensy 3.5 / 3.6 built in DACs?

    One common application I have is to use a Teensy to read digital sensors (I2c, SPI, etc) and output proportional linearized analog voltage outputs to allow use with a traditional analog data acquisition system. A future desirable application would be to integrate instrument grade analog in (or...
  5. Wozzy

    TI ADS1256 8 CH, 24 bit A/D

    That's a terrific project that can greatly benefit the open source community. I'd really love to see an open source hardware & software solution for an instrument grade DAC with voltage and 4-20ma output capability like the Analog Devices AD5755
  6. Wozzy

    Using the Audio System Design Tool for Teensy 4.0

    Can you elaborate. I have the Audio Tools working great on my Teensy 4.0. The current version of the PJRC audio board works well with it T4.0 but it is not directly stackable as some of the pins have moved around. I've had success both with examples, and with some quick trials created using the...
  7. Wozzy

    Teensy 4.0 First Beta Test

    FrequencyTimer2 fails to compile Below are the errors returned by the Arduino IDE when compiling the FrequencyTimer2 test.ino sketch example for Teensy 4-Beta2: Error compiling for board Teensy 4-BETA2 C:\Arduino189_T147B4\hardware\teensy\avr\libraries\FrequencyTimer2\FrequencyTimer2.cpp: In...
  8. Wozzy

    Teensy 4.0 First Beta Test

    FreqCount Fails to compile. Below are the errors returned by the Arduino IDE when compiling the FreqCount serial_output.ino example for Teensy 4-Beta2: Error compiling for board Teensy 4-BETA2 In file included from C:\Arduino189_T147B4\hardware\teensy\avr\libraries\FreqCount\FreqCount.cpp:27:0...
  9. Wozzy

    Teensy 4.0 First Beta Test

    FreqMeasureMulti Fails to compile I was able to successfully compile the serial.ino FreqMeasure example, but failed to compile the FreqMeasureMulti serial.ino example for Teensy 4-Beta2. The Arduino IDE returned the following errors: Error compiling for board Teensy 4-BETA2...
  10. Wozzy

    Teensy 4.0 First Beta Test

    I was successful to use olikraus' U8G2_Arduino library with Teensy 4.0 for an i2c 128x32 SSD1306 OLED display. I used these settings for i2c port 0: U8G2_SSD1306_128X32_UNIVISION_1_SW_I2C u8g2(U8G2_R0, /* clock=*/ 19, /* data=*/ 18, /* reset=*/ U8X8_PIN_NONE); The font looks nicer but it is much...
  11. Wozzy

    Teensy 4.0 First Beta Test

    I can confirm that Teensy 4.0 works with VL53L1X i2c LASER time of flight distance sensor using this Pololu library.
  12. Wozzy

    Teensy 4.0 First Beta Test

    @defragster, Thanks for letting me know about the update. I can confirm that the SSD1306 for I2C works under the latest Adafruit GFX Library downloaded today: https://github.com/adafruit/Adafruit-GFX-Library
  13. Wozzy

    Teensy 4.0 First Beta Test

    Hi All, I just received my Teensy 4.0 Beta2 unit the other day. I was able to compile and run the Adafruit SSD1306 library for an SSD1306 128x32 I2C OLED display. Its using pins SCL0(19) and SDA0(18) I used KurtE's modified GFX library referred to in Post #3349...
  14. Wozzy

    Anti-Spam efforts, May 2018

    Thanks for the clarifications... OK I'm going back to whacking moles!
  15. Wozzy

    Anti-Spam efforts, May 2018

    So I have spam delete privilege, but not "Plus" status. Should I refrain from deleting spam for the time being? Edit: I guess what I really have is spam report privilege, But the spam gets placed in an offline folder until an administrator reviews it.
  16. Wozzy

    Anti-Spam efforts, May 2018

    How do the "plus" users determine the spammer's IP address? Also where do we find the moderation area to view the sticky thread?
  17. Wozzy

    Teensyduino installation

    It's generally a good idea to post details and photos about your project and the code that is giving errors. (See the "Forum Rule:" in red at the top of the page) It's really the only way anyone can give meaningful help without just guessing at solutions. To post formatted code use the # icon...
  18. Wozzy

    Teensyduino installation

    Also sometimes turning off your virus scanning helps.
  19. Wozzy

    Teensy 3.X COM port (frequently) disappears after programming

    This problem also occurs with low quality or non-compliant USB hubs.
  20. Wozzy

    Various problems with an LED display I've made

    How are you supplying power to the Teensy? Are the power supply grounds and the Teensy ground all connected together? Some photos of your actual setup and the Code you are running would be helpful to help others help you troubleshoot.
  21. Wozzy

    Various problems with an LED display I've made

    What is the power rating of the power supplies? With 12 strips of 145 pixels and assuming around 50mA for a full white pixel, you can be drawing up to 87A (435W) per 5 V power supply https://www.pjrc.com/how-much-current-do-ws2812-neopixel-leds-really-use/
  22. Wozzy

    Inverting pin signal for bi-color led

    You can also use the method described in THIS POST to drive your Bicolor LED, from only a single pin. This can give you Red Green or Yellow. EDIT: Actually, Never Mind... this won't work because you can't tie in between the two LEDs on a two pin device. Theremingenieur's method is the way to...
  23. Wozzy

    damaged Teensy 3.0 question

    See This Post:https://forum.pjrc.com/threads/19336-How-to-repair-a-broken-off-Teensy
  24. Wozzy

    Where to start

    For anyone working on a project like this... I noticed while looking at the webpages on this that one problem seems to be that the waterproof transducers attenuate the signal by as much as 40x. There are some acoustically transparent, waterproof materials out there used for acoustic vents like...
  25. Wozzy

    Where to start

    It's not the same one as above, but here are two other well documented Ultrasonic Anemometer projects: https://soldernerd.com/arduino-ultrasonic-anemometer/ Edit: I just noticed that Antiath is a frequent commenter on this one. http://www.dl1glh.de/ultrasonic-anemometer.html
  26. Wozzy

    LM4040 external reference with Teensy 3.2

    One idea might be to consider using rotary encoders instead of pots. With encoders, you can have as many discreet positions as you like. Encoders with detents also can give hepatic feedback so you can feel how many discreet steps you've passed through. One problem may be that most encoders are...
  27. Wozzy

    SPI library on Teency 3.2

    Lorenzo, Let's try isolate if the problem is with the encoders or with the LS7366R communication. Hook up the Teensy as listed in the file header comments then try to run this program. Power the LS7366R board from 5 Volts. (The data sheet says that it has a 40mhz crystal on the board, and...
  28. Wozzy

    SPI library on Teency 3.2

    Lorenzo, I setup a breadboard with a Teensy 3.2, LS6377R and and Encoder. I ran the code from Posts 7, 9, 20. All of them worked correctly. For the code in post #20, I only changed the SS pin numbers to 9 & 10, and A also jumpered those two pins together to simulate 2 LS6377Rs. Here are...
  29. Wozzy

    External A/D 4.096v Reference - Teensy 3.5?

    That page is in reference to Teensy 2.0 and 2.0++ which are 5 V devices
  30. Wozzy

    SPI library on Teency 3.2

    Check out this thread: https://forum.pjrc.com/threads/26803-Hardware-Quadrature-Code-for-Teensy-3-x?highlight=hardware+quadrature I've used this method successfully, but only on a Teensy 3.6.
  31. Wozzy

    SPI library on Teency 3.2

    Lorenzo, It looks like your yellow sck wire is hooked to pin 13 on the Teensy, but the code is defining it as alternate SPI SCK pin 14. Try to move the Yellow wire to pin 14. Also can you please post a photo of the bottom side of your perf board, and details about the encoder that you are...
  32. Wozzy

    SPI library on Teency 3.2

    Scratch that comment about SS being tied to ground. I found the board, and it's wired like this: LS7366R Teensy 4 SS 10 SS 5 SCK 14 ALT SCK 6 MISO 11 MOSI 7 MOSI 12 MISO 13 LED You may need to add a line like const int SS = 10; in the...
  33. Wozzy

    SPI library on Teency 3.2

    Ls7366r Here's some code that I successfully used some time ago to read a 50,000 count encoder with a single LSI LS7366R with a Teensy 3.2. For my application, I only had one encoder so I tied the SS pin on the LS7366 to ground. You'll need to define the slave select pins and duplicate the...
  34. Wozzy

    Teensy 3.2 + PropShield + 144LED/m Dotstars Partial LED Issue

    No Problem. It always makes people happy if you post some photos of your working project. This thread may help someone else down the road that has similar questions or problems.
  35. Wozzy

    FreqCount for multiple pins

    Do you need the frequency acquisition of all channels to be simultaneous, or can you multiplex the the inputs and alternate the samplings? With a several MHz input signal, you will only need to sample for a few microseconds to get an accurate reading.
  36. Wozzy

    teensey 3.2 n OLED screen

    You'll need a receiver that supports SPI Master mode to talk to the display controller. Possibly an ESP8266 or an ESP32 can do that but there will definitely be some software development involved to do this. For a truly direct wireless SPI link to a display module which receives information...
  37. Wozzy

    Teensy 3.2 + PropShield + 144LED/m Dotstars Partial LED Issue

    If you are powering the Teensy and PropShield from the USB, do not hook it to the +5V from the external power supply. If you really want to hook it to the 5V supply, while the USB is hooked up then you will need to cut the trace on the circuit board. Alternatively, you can perform a minor...
  38. Wozzy

    Teensy 3.2 + PropShield + 144LED/m Dotstars Partial LED Issue

    You will definitely need an external power supply. Each Pixel can use as much as 60mA, when full bright white. That's over 8 Amps! for a full white 144 LED strip. Most USBs only supply 0.5 to 2A. I'm assuming that the PropShield is mounted on the Teensy. Power the DOTstars from a 5V 9A DC...
  39. Wozzy

    teensey 3.2 n OLED screen

    Opelnut, Depending on your application, you could possibly use one Teensy to send the raw data via RF to a second Teensy that actually generates the display images which is wired to the SPI display. This would greatly reduce the bandwidth requirement of your RF link. A very well supported...
  40. Wozzy

    TI ADS1256 8 CH, 24 bit A/D

    I recently purchased an ADS1256 Module for $17. The TI ADS1256 is a 24 Bit 8 Channel ADC with SPI communication. It offers a PGA with up to 64x gain and acquisition rates up to 30kHz. It does not support negative voltages relative to ground for analog input as I learned (disappointingly). Here...
  41. Wozzy

    Teensy 3.2 not receiving RX data

    artistinfla, I just noticed that your code indicates using pins 21, 22, and 23 for the motor control signals. Your schematic sketch shows the stepper motor controller hooked up to pins 7, 8, and 9. If this is how it's actually hooked up this would definitely cause a problem. Could you post a...
  42. Wozzy

    Teensy 3.2 not receiving RX data

    FYI, This tiny SD6128 Stepper motor controller can control stepper motors up to 36V and 2.2A with up to 128 microsteps and it works perfectly with a 3.3v input signal.
  43. Wozzy

    Teensy 3.2 not receiving RX data

    artistinfla, You might consider using a level shifter to bump your 3.3V signals from the Teensy to 5V. Two great examples are the 74HVT245 or the SN74VLC8T245.
  44. Wozzy

    Encoder.h

    Yes. A 2 phase quadrature encoder has 400 pulses/rev for each channel, 90 deg out of phase. This gives 1 count per edge, and direction.
  45. Wozzy

    Encoder.h

    1600 counts per revolution is correct when using a true quadrature decoder with a 400 pulse two-phase Incremental Rotary Encoder.
  46. Wozzy

    How to make or buy silicone rubber pads?

    If it's just a short run and you know someone with a 3D printer, you can print them out of NinjaFlex It's not silicone, but very strong and flexible TPU.
  47. Wozzy

    M4 pin to Teensy 3.2 pin mapping?

    This should do it: https://www.pjrc.com/teensy/schematic.html
  48. Wozzy

    Wrong voltage value

    Sorry, I don't have experience with either the example LowLatencyLoggerMPU6050 from SDfat, or the ADC Library.
  49. Wozzy

    Wrong voltage value

    Kammateo, While the T3.5 is 5V tolerant, the A/Ds only read to 3.3 V. Try changing the conversion line to: sensorValue = ((analogRead(A8)*3.3)/1023.0); Note that it will fix at 3.3V with any input beyond 3.3V. You can also consider adding the following lines to your setup subroutine...
  50. Wozzy

    Teensy 3.6 ultra high-res high quality photos

    This is what you get if you place it on a flatbed scanner: FRONT: https://goo.gl/photos/sePEGseEpRnZzGKu7 REAR: https://goo.gl/photos/Lnf5srENy2ddvuAC9 Scanned at 24-Bit 6400 dpi - Epson V600 I notice on mine that the drills are spot on, but the solder mask is off ever so slightly on the back.
Back
Top