Not rude at all. I'm asking because the example layout in the datasheet shows the transceiver being complimented by a handful of other components, but I've come across images/sketches/videos of people using the...
Generally speaking, do the RS485 transceivers connect directly to the 3.3v/GND/Tx/Rx pins on the Teensy and the A/B wires from the master, or are there other components that need to be integrated to make it function...
So if I go the RS485 route, can I start testing with a USB to RS485 from my computer to a RS485 to UART at my microcontroller? Does the connection from the RS485 transmitter to the RS485 receiver need to include a...
If the pins for the input and output are connected to each other then the signal will just bypass the node if it goes bad, right? I'm thinking about it from a wire management standpoint. I'd prefer to have short runs...
From a physical wiring standpoint how does this work? Does each microcontroller have an input and an output that just get daisy chained from cell to cell? Is there a preferred connection/wire type?
I've purchased a few Teensy 4.0s for testing, but nothing is set in stone with regards to which one will be used in the final build. Whatever will work, I suppose.
The messages will be fairly long. It will be a...
Hi all,
I'm working on a concept that involves controlling an array of stepper motors (up to 100 in a 10x10 grid) at the same time. The idea is that a master controller (could be a pc or another teensy) would send a...