Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: Erus

Search: Search took 0.00 seconds.

  1. Imo, it's just cheaper if you only want a simple...

    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.
  2. The wiring is kind of rough. I was trying to make...

    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...
  3. Project.... 3D printer Bluetooth USB serial terminal adapter

    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...
  4. Thank you. I should have known it was the serial...

    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.
  5. USBHost_t36: Question about USBSerial_BigBuffer

    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...
Results 1 to 5 of 5