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