KurtE
Reaction score
4

Latest activity Postings About

    • KurtE
      Paul, I am assuming that you are doing this, to reduce the sizes of the downloads and speed up the installs. Wondering if it would also make sense to break up the install some. For example, I don't remember the last time I ever did anything...
    • KurtE
      KurtE replied to the thread Teensyduino 1.59 Beta #4.
      I also verified I could download this to my older MAC: MacBook Pro 2013 variety running Catalina 10.15.7. Verified I could build the MTP TFT picture viewer for Micromod...
    • KurtE
      KurtE replied to the thread Teensyduino 1.59 Beta #4.
      Installed on W11 machine. Did a couple quick compiles, MMOD tft viewer with ILI9341_t3n is working
    • KurtE
      I already have better computer, but since I knew that @mjs513 was probably using a faster machine, I thought I would try a slower one, as mentioned: Net - yes could be faster. Could go with the Cell phone type connection, although 5G is somewhat...
    • KurtE
      For the heck of it I tried it with a secondary lower end Window's machine. An earlier Surface Pro laptop (originally with Windows 8), Now running Windows 10. i5-4300 1.9ghz 2.5ghz 8gb of ram... Also our network at times is not the fastest and...
    • KurtE
      Confirm, the main reason is to prevent possible back flow of current into your PC. Or the same into whatever power supply is connected to Teensy, if that power supply is turned off while the PC gets connected. Indeed the risk in practice is...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Teensy 3.2 End Of Life with Like Like.
      Unfortunately this is impossible. NXP simply did not provide this capability (in the RT1062 chip). No amount of wishful thinking or crafty software can cause a wire to exist where there is none inside the chip between a GPIO pin and the ADC...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread ornament & crime beta testing with Like Like.
      If you just want to try Phazerville firmware on Teensy 4, all you need is a normal (not VOR) version of the Ornament and Crime boards... with Teensy 3.2 installed in a socket. (sadly, it seems many were built with Teensy 3.2 hard soldered). If...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread xenForo Improvements with Like Like.
      Probably not. Profile posts seem like a pretty worthless feature relative to offering spammers a place to spew their junk. Apparently there's no way to completely shut them off, but quick searches turned up a few times the Xenforo people said...
    • KurtE
      I know that there are many up here who do a whole lot more stuff on Linux than I do! So for what it is worth, when I was doing Robotics stuff on Raspberry PIs (or BBK or Edison or Odroid, UP..) and would like my code to talk to specific...
    • KurtE
      KurtE replied to the thread HardwareSerial problem_Teensy 4.1.
      Not sure if it matters in this case, but there is a minor difference between using: Serial8.clear(); and: while (Serial.read() != -1) {} The clear simply sets the head of the queue to the end of the queue: void HardwareSerial::clear(void) {...
    • KurtE
      KurtE replied to the thread HardwareSerial problem_Teensy 4.1.
      A long shot, but maybe it is being impacted by the IO pins used for external memory on the bottom of the board. That is the RX pin for Serial 8 (USART 5), can either be on pin 34 or on pin 48, which is one of the memory pins. The Teensy...
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread xenForo Improvements with Like Like.
      Just now we had the first spam message get through since adding the Crowd Moderation add-on. Indeed it got 3 reports within an hour and went to the moderation queue, removed from public view.
    • KurtE
      In order to hold 9 bits of data, you need to enable that within HardwareSerial.h // Uncomment to enable 9 bit formats. These are default disabled to save memory. //#define SERIAL_9BIT_SUPPORT Without this, the Software queues are 8 bits, with...
    • KurtE
      KurtE replied to the thread xenForo Improvements.
      Not that I have noticed.
    • KurtE
      KurtE reacted to PaulStoffregen's post in the thread Forum switching to new SSL cert with Like Like.
      It was anything but seamless on the old server. Because vBulletin 4 wasn't compatible with PHP 7.2 and later, we couldn't run any newer system. The Let's Encrypt certbot wouldn't run on older systems. So we had the old manual process of manual...
    • KurtE
      KurtE replied to the thread Forum switching to new SSL cert.
      No problem on IPad nor Windows 11
    • KurtE
      Looks like the owner of that library @duff has not logged in here for over two and a half years now, and similarly very little on github during that timeframe as well. It looks like that library is specifically setup for T3.1 and T3.2. although...
    • KurtE
      They are defined in the SPI class For example in https://github.com/PaulStoffregen/SPI/blob/master/SPI.h#L1383-L1384 private: IMXRT_LPSPI_t & port() { return *(IMXRT_LPSPI_t *)port_addr; } const SPI_Hardware_t & hardware() { return...
    • KurtE
      KurtE replied to the thread test thread.
      I have not undone it yet on pc, but works with iPad…. Need to update my booKmarts as My main one is going to a nonexistent link
    • KurtE
      KurtE replied to the thread test thread.
      It is under the Other options (3 vertical dots), wish it was up a on main level
    • KurtE
      KurtE replied to the thread test thread.
      I had that too. What about code tags? bool USBHostGamepad::setRumble(uint8_t lValue, uint8_t rValue, uint8_t timeout) { // Need to know which joystick we are on. Start off with XBox support - maybe need to add some enum value for the known...
    • KurtE
      KurtE replied to the thread test thread.
      That works for me... Note: with this edit I am not seeing any text cursor blinking or the like. But text shows as I type
    • KurtE
      KurtE reacted to paul_test_8nov2023's post in the thread test thread with Like Like.
      Three servers in play here 66.232.106.106 - old forum server - hardware died, filesystem corrupted, remote console running memtest86 shows memory went bad 162.254.150.250 - main PJRC server - Monday night I always set forum.pjrc.com to resolve...
    • KurtE
      KurtE replied to the thread test thread.
      🐶 :D ;) Different smiles work differently than some other forums but work!
    • KurtE
      KurtE replied to the thread test thread.
      I made it here :D Trying a direct image:
      • 1699489182724.png
  • Loading…
  • Loading…
Back
Top