Search results

  1. BriComp

    Solder to D+/- test points in commercial product?

    The Teensy Micromod has twice the flash of the Teensy 4.1 but a slightly smaller amount of Serial and SPI ports (I think).
  2. BriComp

    connection with usb host

    When posting code can you paste it between CODE tags using the </> button. It makes it much more likely that you will get an answer to your query as your code is presented in a more understandable mannber. #include <Arduino.h> #include <USBHost_t36.h> //...
  3. BriComp

    Cheap MPR121 - disconnect ADD from ground?

    Perhaps you should have asked CLAUDE to elucidate.
  4. BriComp

    Help with Win7

    As @h4yn0nnym0u5e said you need to download and install TeensyDuino in order to program Teensy.
  5. BriComp

    Kickerstarter: Soldering iron that includes a camera

    From Kickstarter: Will I be charged more later? That depends. When you redeem your proof of pledge, you may be required to pay applicable sales or value-added tax and/or shipping fees, depending on the reward and where it is being delivered.
  6. BriComp

    Teensy4.1 Native ethernet to Delta HMI Communication?

    Could you show your code using QNEthernet. If you do I am sure Shawn will be in touch.
  7. BriComp

    Teensy4.1 Native ethernet to Delta HMI Communication?

    I suggest you try using QNEthernet. NativeEthernet is NOT actively SUPPORTED by it's author and hasn't been for quite some time, whereas QNEthernet is VERY ACTIVELY SUPPORTED. The Author is often on this forum helping users with their Ethernet code.
  8. BriComp

    Teensy Amazon Products

    Ok, when using the Teensy with an Audio Board like that, it has happened that parts from the underside of the Teensy touch parts of the Audio Board and SHORT OUT. That's one of the reasons why it's better to use tall plug and sockets for the Sound/Audio board to/from the Teensy.
  9. BriComp

    Teensy Amazon Products

    A photo showing the Teensy would be useful.
  10. BriComp

    help using spdif input. I can't get it to work.

    Can you please post your code between code tags using the </> button. Below is what you code looks like when posted in this manner. Much more readable which will help someone to HELP YOU! #include <Audio.h> #include <Wire.h> #include <SPI.h> #include <SD.h> #include <SerialFlash.h> // Audio...
  11. BriComp

    open-source teensy-compatible - what features do you want?

    If you feel so aggrieved why don't you buy the IC_MKL02Z32_T4_QFN16 from Paul and maker your own Teensies?
  12. BriComp

    open-source teensy-compatible - what features do you want?

    "what features do you want?" Teensyduino compatibility!
  13. BriComp

    Teensy 4.0 audio shield Rev D cant connect to Micro SD card

    Can you show your code. Paste it between code tags using the </> button.
  14. BriComp

    TFT-espi with ST7796 gives white screen

    It's difficult to say without seeing the code. When you post it do it between code tags using the </> button, it preserves indenting etc helping to read and understand the code.
  15. BriComp

    Any solutions for audio synthesis for clarinette

    It's easy to translate into English with Google Translate.
  16. BriComp

    Help in making a Birdvocals recognition system

    I imagine there could be some similarities with this project.
  17. BriComp

    Arduino Modbus with Teensy 4.0

    I know, sometimes you can get so engrossed in your project you cannot see the wood for the trees. Glad I could help.
  18. BriComp

    Arduino Modbus with Teensy 4.0

    Use #define MB ModbusRTUClient Then you can use MB.whatever
  19. BriComp

    Audio packets not recevied by mic after sending beep sound to the another side speaker from teensy4.1

    When you post code can you do it between code tags using the </> button. It preserves formatting and makes the code much more readable. I have included your code below.. I think you will agree there is a world of difference between the two. By the way it would be SO MUCH BETTER if you could...
  20. BriComp

    Serial Hardware and Serial Software do not work

    This is what you need to do: Show us your code.
  21. BriComp

    Teensy 4.0 first upload problem

    Glad you got it sorted. These sorts of problems can be difficult to sort out.
  22. BriComp

    Teensy 4.0 first upload problem

    You could try cleaning out your temp folder. I periodically have to do this. I use the following batch file which I place on my desktop, then I can just click it. I put the pause at the end so that I have the opportunity to examine what was deleted if I wish. del /F /S /Q...
  23. BriComp

    lost out of loop()

    Show your code, so that we can see what is happening. Use the </> button to post your code, this maintains formatting which will make your code easier to read and understand.
  24. BriComp

    Teensy 4.0 instead teensy 3.2

    Probably/possibly DEAD now!
  25. BriComp

    SimplePing not working in QNEthernet

    Can you post your code so we can see what is happening. When you do post the code, use the </> button on the left. Doing it that way preserves indenting etc.
  26. BriComp

    Teensy 4.1, F1 fuse causing problems

    You say the Teensy functions just fine but then you say that it will not turn on or be detected by the computer until I short the USB connector ground to the USB power. Those would seem to me to be two contradictory statements. Can you reset it to blink, and flash different sketches to it...
  27. BriComp

    Teensy 4.1, F1 fuse causing problems

    Having detected the Teensy, what happens when you try to program it?
  28. BriComp

    Teensy 4.1, F1 fuse causing problems

    The fuse is a self resetting thermal fuse. Given that there was a spark you may have taken out the fuse and/or other devices. You should not need to connect either side of the fuse to cause the board to turn on. I suggest you connect the T4.1 directly to the computer to see if it still...
  29. BriComp

    Problems with (external) library using SDFat

    SD.h IS included in the SD Library, at least in TD 1.60b5. Are you ALL sure that you are NOT mixing up releases ( 1.59/1.60b5 ) of the SD and SdFat drivers with different releases of Teensyduino? I don't know whether there is a conflict but there could be.
  30. BriComp

    Problems with (external) library using SDFat

    If you are using Teensyduino 1.59, I suggest you use the SdFat (and SD) library from that release. Certain files are different in SdFat and SD (from 1.60b5 release).
  31. BriComp

    Problems with (external) library using SDFat

    What version of TeensyDuino are you using?
  32. BriComp

    Snooze library doesn't compile any longer

    I've just compiled a deepsleep example for T4.0 and T4.1 without problem. I am using Teensyduino 1.60B5.
  33. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    NOT without 1 change, see my post #12, now incorporated into Teensyduino. NOTE: Although the files shipped with Teensyduino incorporate the required change, it is not incorporated into the file in https://github.com/PaulStoffregen/Snooze/blob/master/src/hal/TEENSY_40/hal.c. Look at line 652...
  34. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    Note that the version included with Teensyduino has an altered hal.c which allows it to compile and work with T4.x. The version on Duff's Github page DOES NOT incorporate this modification. See my post #12.
  35. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    Ok, I understand you not wanting to add additional hardware, but if you have 3 spare pins you could wire each CAN Rx pin to another i/p pin and try using that (those) for wakeup purposes. Using the individual pins would tell you which CAN channel was causing the wake-up.
  36. BriComp

    Simple DMA ISR Not Firing on Teensy 4.1

    When you post code can you do it between CODE tags using the </> button. This maintains formatting and makes you code more readable and easier to understand. Here below is you code between code tags. Bye the way IT DOES NOT COMPILE. #include <Arduino.h> #include <imxrt.h> #include <DMAChannel.h>...
  37. BriComp

    UI will not initialize on TFT

    When posting CODE to the forum can you post it between CODE tags using the </> button. This preserves the code layout and makes it much easier for someone to examine and understand your code, and therefore much more able to help you.
  38. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    Just a suggestion. Can you wire OR your CAN Rx lines (using diodes to isolate each other) and connect the resultant wire to a vacant pin. Then use that pin to wakeup from sleep. As I said above it will take the T4.x over 5 ms to wake up so it's more than likely that you will lose some data...
  39. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    I do now recall that there was a problem with T4.x. See the comment and solution here. I think this is now included in Teensyduino, but it is worth a check just in case it has slipped through.
  40. BriComp

    Teensy 4.0 Sleep with CAN wakeup

    It is some time since I did any work with the Snooze library. I do recall that the Teensy 4.x hibernate return from sleep results in a Teensy reboot. Teensy 4.x deepsleep, however, operates as expected. I ran some tests to determine wakeup times as the T4.x was not waking up as expected. I was...
  41. BriComp

    Teensy 3.2 modules for sale

    Ah, expensive carriage!
  42. BriComp

    Teensy 3.2 modules for sale

    Where are you? By the way Paul has a few for sale as well.
  43. BriComp

    Teensy 4.1 Hardware counter with external input

    Gosh you are clever. I would never have got that going in a month of Sundays. Welcome to Teensy by the way.
  44. BriComp

    "Error compiling for board Teensy 4.1." after install TD 1.60.5 after TD 1.59 on IDE 1.8.19

    As I said on the other post Teensy.exe is in "C:\Program Files (x86)\Arduino\hardware\tools\"
  45. BriComp

    Getting started with Teensy as MTP device with audio/midi device.

    On Windows there is ALWAYS a directory called "C:\Program Files (x86)". If you don't spell it properly you won't find it!
  46. BriComp

    Getting started with Teensy as MTP device with audio/midi device.

    You should be looking in C:\Program Files (86)\Arduino\hardware\tools
  47. BriComp

    Lipo percentage guidance

    Why not just use a resistor potential divider.
  48. BriComp

    Teensy 4.1 doesn’t receive serial data when used remotely through VirtualHere (server)

    From a quick cursory look the problem seems to be with static elapsedMillis lastRunTime = 0;. Each time you enter the function it is set to zero which will cause you to exit the fn in the next line of code. To overcome the problem put the elapsedMillis creation outside the fn...
  49. BriComp

    PID Library for Teensy 4.1

    You might find this interesting/of use.
Back
Top