Recent content by Balam

  1. B

    Wiznet W5500. Teensy 4.0 pin connection

    I also purchase this module from wiznet, I have not tested yet. I had originally purchase a reproduction from amazon and I had a very bad connectivity with that module. I personally prefer the one that has the Mac address, I am using this hardware to handle a interactive light sculpture that I...
  2. B

    Wiznet W5500. Teensy 4.0 pin connection

    I been using the official Ethernet Lib with a teensy 3.2 and sofar the wiznet works fine. previously I was using a teensy 4, and had connectivity problems. is there a bug on teensy 4 regarding the wiznet hardware?
  3. B

    Wiznet W5500. Teensy 4.0 pin connection

    I did it. but does not work as this library does. https://github.com/sstaub/Ethernet3
  4. B

    Wiznet W5500. Teensy 4.0 pin connection

    So far this library is working ok, I get some times hard times to connect to the network at boot. But replugging the Ethernet cable does the trick. Maybe the official library can be updated to use A pin as reset pin like this library does
  5. B

    Wiznet W5500. Teensy 4.0 pin connection

    thanks, I found online a Ethernet3 library that seems to make the wiznet module work reliable! ( need more testing ). this library has a reset pin function. https://github.com/sstaub/Ethernet3
  6. B

    Wiznet W5500. Teensy 4.0 pin connection

    I been testing the https://www.wiznet.io/product-item/wiz550io/ with webserver sample from ethernet library after upload it works and ramdomly works after replug to power. I a not using the reset code - with this test, even the reset code does not help any advice?
  7. B

    Wiznet W5500. Teensy 4.0 pin connection

    thanks for the info. very useful ! I been reading more about the problem and here is a short article from a blogger that describes the problems and solutions. I ordered 2 modules from wiznet ( the one that I been using its not the authentic wiznet module ) once they arrive I will give it a...
  8. B

    Wiznet W5500. Teensy 4.0 pin connection

    Wondering if the rust pin on the w5500 needs to be connected? Can not find sample wiring or code that refers to the reset pin. Is it necessary to connect the reset pin if so what would be the code.
  9. B

    Teensy 4.0 and FastLED

    could you please explain more about how you make it work! I did use the code for parallel output from https://gist.github.com/chemdoc77/8b50f86d3bef8e777ccca62759efbd2f but does not work as expected.
  10. B

    MacOS 10.15 Catalina

    If you have Catalina & Teensy, please reply here or just subscribe to this thread. I'm going to need feedback from anyone with Catalina as I work on solving these problems. did a fresh Catalina install, install Arduino - open arduino and compile a example file with a Arduino board = compile...
  11. B

    Will T4 support midi, HID etc

    The T4 its an amazing board. I can imagen how complex the process of implementing the rest of the protocols to the new teensy. Will the Midi, keyboard, etc protocols be part of the T4 in the near future?
  12. B

    Teensyduino 1.48 Released

    it compiles !!!!!
  13. B

    Teensyduino 1.48 Released

    FastLed compile error file from Examples menu - fastled - any example file Arduino/libraries/FastLED/fastpin.h:207:2: error: static assertion failed: Invalid pin specified static_assert(validpin(), "Invalid pin specified"); ^ Multiple libraries were found for "FastLED.h" Used...
  14. B

    Teensyduino 1.48 Released

    big thanks for the new teensy 4 without a doubt the new teensy is a game changer!! wondering if there are near future plans to integrate Midi , HID protocols to the new new teensy 4. best.
Back
Top