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...
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...
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...
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)
{...
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...
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.
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...
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...
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...
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...
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...
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...