KurtE
Reaction score
663

Latest activity Postings About

    • KurtE
      The 40-45 were for some custom boards, that were made by some forum members DogBone/Rezo... I had it on one known as DogBone 4.5 I think... Note: Most of these display libraries have a file named something like in the case I am looking at...
    • KurtE
      I'm going to go with answers: no and probably not, but maybe. First, no, chips added to the bottom of Teensy 4.1 aren't ever accessed as EEPROM. They are used with LittleFS as a filesystem. Maybe that can be useful, but if you're expecting it...
    • KurtE
      I have played some with the HX8357D in parallel mode. Some of this is discussed in the thread: https://forum.pjrc.com/index.php?threads/ili948x_t41_p-a-parallel-display-driver-for-teensy-4-1.72660/page-7#post-346753 The experimental code is up...
    • KurtE
      KurtE reacted to mjs513's post in the thread Teensy.exe icon with Like Like.
      Yeah a bunch of reports on the beta2 thread as well, here is one: https://forum.pjrc.com/index.php?threads/teensyduino-1-60-beta-2.75922/post-350569
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      SoftwareSerial: Paul, Quick note: As you may have noticed on Arduino forum, I have been playing with your updated SoftwareSerial code, which is pretty nice. Wondering on the RX side, if there was a reason you stuck using digitalRead instead of...
    • KurtE
      KurtE reacted to shawn's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      I noticed that the Teensy loader app is missing the top buttons. macOS 14.7. Picture attached. Note that nothing happens when I click on the ">>" image on the right.
    • KurtE
      KurtE reacted to mjs513's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      With 2.3.3 on windows 11 If I click on the buttons they are active but looks mostly all greyed out. Cant remember if it was otherwise in previous revisions. EDIT: Checked IDE 1.8.19 and same thing
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      In my post #10 in this thread, my older MAC shows: Windows 11: Mine is like @mjs513, which I reported in post #9 on this thread. The First post I saw on it was at: https://forum.pjrc.com/index.php?threads/teensy-exe-icon.75925/
      • 1727956236112.png
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      Another exciting moment on my 4th day of Typescript programming! Actually generated the fuse write code in IDE 2.3.2.
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #2 with Haha Haha.
      Exciting moment here, using dankeboy36's suggestion, I was able to get a new window to open with code from a temporary folder! Arduino IDE is able to compile and upload it (unlike my failed attempt with vscode.TextDocumentContentProvider). Now...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      I'm going to try that suggestion from the github conversation. Looks promising... Really wanted to try it late last night, but got distracted trying to get the forum responding.
    • KurtE
      KurtE reacted to jmarsh's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      Back when Paul asked to be reminded of bugs for beta1 I forget about this one, but ran into it again after a clean install. The way it manifests for me is that when I query the free space on a FAT32 volume that uses 64KB clusters the result is...
    • KurtE
      Looks like things are calmed down now.
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      Not sure if it helps, but here is another Post that Paul did on the Arduino Forum, that also mentions a closed Arduino IDE issue about it (that has been closed for about a year)...
    • KurtE
      wondering if this is real post or spam
    • KurtE
      KurtE replied to the thread adding Waits to a sketch.
      You might wire up a button to an IO pin and use something like the bounce library. For example, suppose you wire up a button to Pin 2, and the other leg of the switch is wired to ground. Initialize pin 2 as: INPUT_PULLUP When the button is...
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      I assume you posted this as well on the Arduino forum? A few times in the past I ran into issues like this, I sometimes used the sledgehammer apprach to fix. But you might try subsets or the like... Good luck Delete the Arduino15 folder (I...
    • KurtE
      KurtE replied to the thread Need help with compilation error.
      That error is because the class is defined in the namespace bfs: Two possible solutions. a) Change the line: SbusRx sbusx(&Serial6, false); //Since Rx and Tx connected to pin 24 (TX6) & pin 25 (RX6) to bfs::SbusRx sbusx(&Serial6, false)...
    • KurtE
      KurtE replied to the thread Need help with compilation error.
      It might help to have additional information, like where is the sbus library located? Did you download it using the library manager? If so which version? Is it this one? https://github.com/bolderflight/sbus Also please when you post code use...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #2 with Wow Wow.
      Well, after spending all weekend learning Typescript, I started a VS code extension which can do the key generation for Lockable Teensy. Here's a screenshot. In anyone's curious, here's the source code so far...
    • KurtE
      Actually, they hard coded: any Teensy with MTP+SERIAL USB Type... #elif defined(USB_MIDI_SERIAL) #define VENDOR_ID 0x16C0 #define PRODUCT_ID 0x0489 #define MANUFACTURER_NAME {'T','e','e','n','s','y','d','u','i','n','o'}...
    • KurtE
      Actually, you might want to check for other UDEV rules? Looking up at the net I see: https://github.com/Niteto/ADF-Drive-Firmware And it does have have MTP support as, the last commit shows: You should check for other rules files that contain...
      • 1727618959288.png
    • KurtE
      I wonder if it has something to do with the UDEV rules, which includes the lines: ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04*", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1" ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="04[789a]*"...
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      I don’t think TD 1.59 will install on that version
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      This is part of the core code that is released with installing Teensyduino (or the equivalent using the board manager). So far it has not been pulled into the main core. They are up in my branch associated with the PR...
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      Installed on older mac: IDE 2.3.3 - appears to run fine. Teensy app has icons: Was able to program MMOD. Shows same message as windows if the teensy serial is not selected
      • 1727531282997.png
      • 1727531505216.png
    • KurtE
      KurtE reacted to defragster's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      Downloaded 1.60b2 for IDE 1 : Did Keep & Keep - skipped the mark safe :( Updating IDE 2 to 2.3.3 and updated PJRC JSON IDE 1.8.19 install went fine Package index update seems to have repeatedly failed to show 0.60.2 ???? I turned off the AUTO...
    • KurtE
      KurtE reacted to mjs513's post in the thread Teensyduino 1.60 Beta #2 with Like Like.
      Just finished installing beta2 on 2.3.3 and 1.8.19. Downloads were fast! and both installed with no issues. Just starting day so will test more but first compile went well with warnings. And yet no message with 2.3.3 Fix erroneous "Teensy...
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #2.
      Installed both: IDE2 2.3.3 Was not clear if this was to add the new URL or to replace the current teensy URL.... I assumed replace. Sort of curious on why new URL? Minor side note: if you should update the picture on the Teensyduino install...
      • 1727527497758.png
      • 1727527533524.png
      • 1727527645689.png
      • 1727527790234.png
      • 1727527841995.png
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      Note: I just pushed up changes to what Paul asked for... The example sketches I was playing with the lines like: Serial1.attachRts(17, true); were changed to: Serial1.attachRtsReversed(17);
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      Assuming we finalize the API, it would be in the main Teensy code base. The discussion between @PaulStoffregen and myself is about what the API should be. He would prefer it to not have a bool for the inversion... He proposed another API, and I...
    • KurtE
      This is all great, and kudos as ever to @shawn for being a responsive library maintainer who works with "his" users to provide an incredibly high level of support for all abilities. For users at the level of @joepasquariello, who are prepared...
    • KurtE
      It uses linker script magic to get pointers to the sections with a NULL pointer marking the end of each. I left the rejected PR open just in case the code would be useful to someone: https://github.com/PaulStoffregen/cores/pull/734/files
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      🐕 :D I played with this some. Here are my modified sketches... void setup() { Serial.begin(9600); Serial1.begin(9600); Serial1.attachRts(27, true); Serial1.attachCts(32); delay(10); Serial1.clear(); delay(1000); }...
    • KurtE
      Try picking up the current version of the library as was mentioned up earlier in this thread: https://github.com/KurtE/ILI9488_t3 Most of the rest of this was picked up I believe for the current beta Teensy beta release... If not, it should be...
    • KurtE
      Here is a sketch that is quick and dirty extracts from rawhid and my hid dumper code... It does show, input from my mouse I plugged in: Received HID data (Usage: 65538): 0 A 2 0 Received HID data (Usage: 65538): 0 F 0 0 Received HID data (Usage...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #1 with Like Like.
      I haven't tried gcc 13.3. Maybe it will be smoother than the problems going from 5.4 to 11.3 (like constexpr contructor no longer giving static init), but at least for now I'm hoping to stay with gcc 11.3 and focus on merging audio library...
    • KurtE
      KurtE replied to the thread Teensy 4.0/4.1 Serial1.AttachCts.
      Maybe it is just me, but since I believe all of this is controlled by software: // Configure RTS flow control. The pin will be LOW when Teensy is able to // receive more data, or HIGH when the serial device should pause transmission. //...
    • KurtE
      Also this: for (int i = 0; i < NUM_SENSORS; i++) { pinMode(sensorPins, INPUT_PULLUP); // Set sensor pins as input with pull-up resistors Should be perhaps more like: sensorPins [ i ] for (int i = 0; i < NUM_SENSORS; i++) {...
    • KurtE
      Your array is 30 elements, but you only supply 20 initializers. So the compiler helpfully supplies a value of 0 for the last 10 elements.
    • KurtE
      KurtE replied to the thread Teensyduino 1.60 Beta #1.
      Sounds like a real PIA! I hate to ask a dumb question, but have you tried building using gcc 13? If so how bad did it fail? i.e. is it worth trying to migrate to something like gcc 13.3? FWIW - my limited use of my older Macbook pro (2013)...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensyduino 1.60 Beta #1 with Like Like.
      I recently got a 2023 M2 Mac Mini running MacOS 15 (Sequoia). Until now I've done all MacOS work on a 2011 MacBook Pro running 10.7 (Lion) and a 2013 Trashcan Mac Pro running 10.14 (Mojave), which of course run very old versions of Apple's...
    • KurtE
      The rawhid class is setup to handle the PJRC RAWHID setup... That is as explained on the page: https://www.pjrc.com/teensy/rawhid.html The claim code starts off like: hidclaim_t RawHIDController::claim_collection(USBHIDParser *driver, Device_t...
    • KurtE
      Yes, other than the caveat I mentioned as some of their dongles may have support for multiple devices (Mouse and Keyboard). I just verified that one of the ones I purchased 5.5 years ago for testing, still works...
    • KurtE
      I don't believe there are a whole lot of changes since 2.3.2, but I had been running the daily builds. The only things changed since then were some changes for Mac and Translation files.
      • 1727283240805.png
    • KurtE
      Yes, there are several different ones with their own dongles, like some from Logitech and Microsoft and ... Note: with some of them we found you have to experiment with which USB Devices that are included within the a sketch. For example, some...
    • KurtE
      At least at one point we had some bluetooth keyboards working with the USBHost_t36 library. It has been a long long time since I played with this stuff, so I have no idea what things work these days and which ones don't. At one point I know I...
    • KurtE
      Have you tried PWMServo library instead? Assuming you can use PWM pins for the servos, This library is installed as part of Teensy board installation either through Teensyduino (for IDE 1.x) or the board manager for 2.x
    • KurtE
      Ok it's working now,it was the Sd card conflict,display & touch working, i'm on discovering you template..back soon... I didn't connect to the BL pin 14,so your blacklight control, isn't it a simulation? I see your menus are not overriding...
    • KurtE
      Is this a new board? Or has it been working for you for a while? Are there other SPI devices on the same SPI buss as the RA8875? Why I am asking, If I remember correctly the RA8875 does not play nicely with other devices, in particular the...
      • 1727116831870.png
  • Loading…
  • Loading…
Back
Top