Search results

  1. B

    Teensy 3.6 vs Arduino Issues with Adafruit Bluefruit LE SPI Friend

    I know it's an old subject, but I had the same issue about Adafruit Bluefruit LE SPI Friend : It works well with an arduino nano, but didn't work with my Teensy 4.0 I can confirm that when I added this in my Adafruit_BluefruitLE_SPI.h it now works on my Teensy 4.0 CPU Speed=600 Mhz. Thank you...
  2. B

    How to deal with GPS data to give direction or a specific path ?

    Thank you, i wasn't in the main site that's why i couldn't find the edit option. Here is a summary of my issue, i hope it's clearer than my explanations :
  3. B

    How to deal with GPS data to give direction or a specific path ?

    Thank you all for your answer, in fact your answers hovers almost everything that i want =) - My application is for a vehicle that will probably have a map. - And from this map i want to create pathways, obstacles and more. I will have an application that will allow me to configure all of...
  4. B

    How to deal with GPS data to give direction or a specific path ?

    Hi everyone, I want a system that uses GPS data to create paths, obstacles and similar things. Do you know any libraries or documentation that will allow me to do that? For example : - Get a pair of coordinates (x, y) - Transform it into a specific order. - Give an order to my system : "Go...
  5. B

    How to use CAN bus on Teensy 4.1, 4.0 and 3.2 ?

    Thanks for your answer ! I just need to add one transceiver for each Teens that will transmit with CAN, if i am right.
  6. B

    How to use CAN bus on Teensy 4.1, 4.0 and 3.2 ?

    Hi everyone, I would like to communicate with a CAN bus between 3 teensy board (4.1, 4.0 and 3.2). The only information that i found about Teensy and the CAN bus, is that the connection isn't native and i need a CAN Transceiver and a CAN receiver at least for the Teensy 3.2. Is that right ? Or...
Back
Top