Imo, it's just cheaper if you only want a simple way to control the printer. I only use Marlin. I was trying to find a different route other than an esp32.
Type: Posts; User: Erus
Imo, it's just cheaper if you only want a simple way to control the printer. I only use Marlin. I was trying to find a different route other than an esp32.
The wiring is kind of rough. I was trying to make the adapter small, but it makes it tedious to do the wiring. If it helps you, or anyone, I'm picky enough that I actually measured the wires. Lol. It...
Hey everyone,
I made a 3D printer Bluetooth USB serial terminal adapter using a Teensy 4.0 as a USB host and a nRF52840 for the Bluetooth radio. It works well except when running a M503 command. I...
Thank you. I should have known it was the serial buffer. I have to figure out how big the block actually is and how to get it through with the code. I appreciate the information.
I'm trying to understand the difference between USBSerial_BigBuffer userial(myusb, 1) and USBSerial userial(myusb) and how it effects my project. The project I'm working on has the Teensy attached to...