KurtE
Reaction score
3

Latest activity Postings About

    • 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