Search results

  1. M

    Servo library with variable speed?

    Thanks for your reply! Do you happen to know of an example of that?
  2. M

    Servo library with variable speed?

    I am looking for a servo library that has variable speed, that works with the Teensy4.1 Is there something like this?
  3. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    Wow! Someone has got a hardon for Adafruit! I agree with you partly, but Adafruit is the knockoff seller here! Do you know where the Adafruit Trinket came from? ME!!! It was my design. I asked adafruit for some help with the software side of it, and they stole it! And that is how it mostly goes...
  4. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    That is an amazing project though!!! For those small servos the PCA96XX servo controllers work fine!
  5. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    @luni I started out with those servo controllers, but they are not up to the task. Besides from being glitchy, the power rail is not able to cary enough current for all the servos. That board is actually meant to drive LED's. That is why i made my own servo controller. Also, these exact same...
  6. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    ok thank you. since smoothness and speed are of the essence i opted for 1K resistors.
  7. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    Will 4.7K be too high a value, since the logic is 3.3V?
  8. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    The servos work reliable on 3.3V logic. i added the resistors allready in my design. i just wanted to check if they were needed. so thank you. also thank you for the clearification on the pins current. I hope i don't blow up any more teensy's now ;)
  9. M

    Running 15 servos on Teensy 4.1 - Too much current draw?

    I want to drive 15 servos (+ some sensors) on the Teensy 4.1 but i'm afraid im exceeding the max current draw. The servos are powered by a separate supply, so my question only applies to the signal pins for the servos. I know the max current draw per pin is 25mA, but if there is 15 servos that...
  10. M

    Teensy 4.1 faulty voltage regulator?

    It whas ordered from a distributor. TINYTRONICS.NL Does that mean i have to take this up with them?
  11. M

    Teensy 4.1 faulty voltage regulator?

    Sure you can download them here: https://we.tl/t-w48fGvd8xZ
  12. M

    Teensy 4.1 faulty voltage regulator?

    I did inspect it with a loupe (with build in light) and didn't see anything. I know ESD can be a problem, that is why i always discharge before handling any electronics. But i'm sure i didn't touch it between it working and it stopping tot work.
  13. M

    Teensy 4.1 faulty voltage regulator?

    I agree to a certain extent. Components like transistors, mosfets and voltage regulators, do tend to short when they break. There is nothing connected to the teensy and the short is still there. And nothing changed since it whas working before. And yes, it worked when it arrived, but it has...
  14. M

    HW problem: Teensy 3.6 stopped working, gets hot

    Ok. Yeah i thought of that too however i am very carefull and always discharge before working on electronics. Thank you for your reply though.
  15. M

    Teensy 4.1 faulty voltage regulator?

    By the way, there seems to be a short between GND and 3.3V. but not externally. so it must be in the voltage regulator right?
  16. M

    Teensy 4.1 faulty voltage regulator?

    The problem is that there is nothing connected to the teensy. i removed it from the project. and it used to work, but suddenly stopped working without any changes... So i can assume it is dead... is there any guarantee? i mean can i get a replacement? i guess it is not normal if a teensy fails...
  17. M

    Teensy 4.1 faulty voltage regulator?

    I tried to push the button for 15 seconds and more, but it does nothing. i even found that the square chip closest to the usb port get's warm when i plug it in. i know the button is not a reset button, (allthough it is called that quite often all around the web) but it does work that way. the...
  18. M

    HW problem: Teensy 3.6 stopped working, gets hot

    I have the same issue with a Teensy 4.1. Did you ever figure out what the problem was? Or how to fix it if possible?
  19. M

    Teensy 4.1 faulty voltage regulator?

    My 2 week old teensy was working before, however, often when i did a reset the small red led came on and nothing happened. The uploaded sketch would not run. But after disconnecting the power and plugging it in again, it would work. Tonight this happened again, but when i plugged it back...
  20. M

    Teensy 4.1 I2C slave crashing after data request

    Here the output from the python script: pi@raspberrypi:~ $ python3 i2ctest.py [104, 101, 108, 108, 111, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] [104, 101, 108, 108, 111, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] [104, 101, 108, 108, 111, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] [104, 101, 108, 108, 111, 32, 0, 0...
  21. M

    Teensy 4.1 I2C slave crashing after data request

    Anyone? i'm really stuck here.... i noticed that occasionally the so called 'non crashing' sketch, also crashes.
  22. M

    Teensy 4.1 I2C slave crashing after data request

    I have a Teensy 4.1 hooked up to a Raspberry Pi. I have communication working with an example sketch (arduino IDE) and i can request data with the Raspberry pi multiple times without any problem. I'm using this library instead of the default "Wire" because it has a 'slave' function...
  23. M

    Teensy 4.1 NON default SPI pins possible?

    I changed all values to sent and all values to receive to uint16_t and it worked! Though the speed is a bit unreliable. The time between the received array is not the same every time, and overall a bit slow. Might you have an idea what the problem is here, then i would be happy to hear it, but...
  24. M

    Teensy 4.1 NON default SPI pins possible?

    ok i understand, thank you. I will try it and report back here. i really appreciate your help.
  25. M

    Teensy 4.1 NON default SPI pins possible?

    Aaah, ok that makes sense. So if i understand you right, i must run that "getPayloadSize"command on both systems and compare them? I will make the appropriate adjustments to the code to make sure both systems use the same int-type. Thank you!
  26. M

    Teensy 4.1 NON default SPI pins possible?

    ok, question A: payload size is 32. what i'm setup for? no idea. i thought that "sizeof(data)" handled this automatically and B: How do i tell the mega 2560 (sender) to send the data is 4 bytes? or the teensy to convert 2 to 4 bytes? The Low bits first or high bits first, could be a thing. but...
  27. M

    Teensy 4.1 NON default SPI pins possible?

    I'm not sure if i'm checking for errors. i have never worked with these NRF modules before.
  28. M

    Teensy 4.1 NON default SPI pins possible?

    Your absolutely right, my bad. I should have posted the code. here is the receiving sketch (running on the teensy): #include <SPI.h> #include <nRF24L01.h> #include <RF24.h> RF24 radio(37, 38); // CE, CSN const byte address[6] = "00001"; int gotArray[13]; void setup() { SPI1.setCS(38)...
  29. M

    Teensy 4.1 NON default SPI pins possible?

    I managed to get it working by defining the miso and sck pin manually. But now the data (an array of 13 values) is somewhat scrambled. Some values are beeing displayed (serial monitor) correctly, but others are combined in the weirdest places, and the rest of the array printout say...
  30. M

    Teensy 4.1 NON default SPI pins possible?

    I have tried this but it does not work. Is there a way to manually declare the pins used? just like with software SPI? Or do you have any other ideas?
  31. M

    Teensy 4.1 NON default SPI pins possible?

    Thank you. i will try that. I'll post here again if it worked or not. Again, thank you for your time.
  32. M

    Teensy 4.1 NON default SPI pins possible?

    the RF24 1.3.4 by TMRh20 library
  33. M

    Teensy 4.1 NON default SPI pins possible?

    Yeah that is why i asked. i have tried before to change pins in libraries on arduino boards but that didn't work. so i wondered if it would work with the teensy since it has multiple dedicated SPI ports.
  34. M

    Teensy 4.1 NON default SPI pins possible?

    i have a servo controller board based on the Teensy 4.1. Unfortunately the default SPI pins are used for servos. I want to connect a NRF24L01 radio module and wondered if i can do so by utilising other pins. Pin 0 and 1 are in use for serial communication and 10,11,12 for servos. What are my...
Back
Top