Currently in progress with no promise that I will be able to finish it. HP45 standalone controller V5.00
PXL_20250507_170636164S.jpg
V5.00 PCB image.jpg
This controller will be my attempt at making a controller that works with the Teensy 4.1, with some specific design goals in mind.
It ...
Search found 616 matches
- Wed May 07, 2025 5:27 pm
- Forum: 3DP printing
- Topic: Hacking the HP45
- Replies: 788
- Views: 3940948
- Wed Apr 23, 2025 5:54 pm
- Forum: 3DP printing
- Topic: Problem With HP45 inkjet when working with Oasis Design
- Replies: 1
- Views: 12501
Re: Problem With HP45 inkjet when working with Oasis Design
I will reply the same as I have by mail, so hopefully it helps others as well.
Getting the controller to work with a Teensy 4.x is possible. I have just a few days ago had some of the people on the forum here to try and make it work. It is still not entirely there, but is seems possible. As for ...
Getting the controller to work with a Teensy 4.x is possible. I have just a few days ago had some of the people on the forum here to try and make it work. It is still not entirely there, but is seems possible. As for ...
- Sun Apr 20, 2025 9:59 am
- Forum: 3DP printing
- Topic: Hacking the HP45
- Replies: 788
- Views: 3940948
Re: Hacking the HP45
I spent a day this weekend with @Dries Vandenbroucke trying to get the firmware to work on a V4 controller with a Teensy 4.1. We have gotten to a point where we got the firmware to eject ink, and got the timing correct. There are a few more things that are still untested, the nozzle array might ...
- Thu Apr 10, 2025 6:28 pm
- Forum: 3DP printing
- Topic: Homemade polyjet,print benchy test
- Replies: 2
- Views: 27577
Re: Homemade polyjet,print benchy test
That is absolutely beautiful to see. DIY Polyjet machines are rare to see and seeing one printing an actual (only slightly deformed) Benchy is amazing. I look forward to seeing the roller to flatten the layers, and hope this will help with the warping.
- Sun Mar 16, 2025 11:18 am
- Forum: 3DP printing
- Topic: Hacking the HP45
- Replies: 788
- Views: 3940948
Re: Hacking the HP45
I would try and keep your schematic either completely compatible with the V3 design, or the V4 design. It might be possible to mix the V3 address design, and the V4 primitive design, but I cannot judge completely if that will work.
As for the values you are showing. The variables you are showing is ...
As for the values you are showing. The variables you are showing is ...
- Tue Mar 11, 2025 10:33 am
- Forum: 3DP printing
- Topic: Hacking cartridge HP 84/85
- Replies: 170
- Views: 661554
Re: Hacking cartridge HP 84/85
If you used the pins as seen in the schematic below, you can simply use the V3 table and microcontroller pins.
- Sun Mar 09, 2025 7:49 am
- Forum: 3DP printing
- Topic: Hacking cartridge HP 84/85
- Replies: 170
- Views: 661554
Re: Hacking cartridge HP 84/85
The nozzle table exists to convert the nozzle electrical connections to the pins of the microcontroller. Ideally this should just go from 0-13 and 0-21, but routing the PCB that way is extremely difficult, so the printhead might be connected to other pins on the microcontroller and 4017 address ...
- Thu Jan 16, 2025 2:07 pm
- Forum: Ytec3D forum
- Topic: Gone fishing
- Replies: 3
- Views: 190098
Re: Gone fishing
I will be gone for a while, and not keep up with the forum too much. Since new users need to be approved by me, I cannot guarantee that there won't be a big delay. I will be back in about 4 weeks.
- Tue Dec 24, 2024 8:36 am
- Forum: 3DP printing
- Topic: Hacking the HP45
- Replies: 788
- Views: 3940948
Re: Hacking the HP45
There is no fundamental reason why to use it, other than it being available, has good peripherals, plenty of I/O, and good libraries. The ESP32 was either new, or not available when I started, this, and I stuck with what worked.
The ESP32 is powerful enough to run this. I think it has enough IO ...
The ESP32 is powerful enough to run this. I think it has enough IO ...
- Fri Nov 29, 2024 3:42 pm
- Forum: 3DP printing
- Topic: Hacking cartridge HP 84/85
- Replies: 170
- Views: 661554
Re: Hacking cartridge HP 84/85
It is quite a complicated question, because there are quite a few ways to go about it. It is also quite challenging to talk about, because there are 4 different elements that exist right now, the V3 controller, the V3 firmware, the V4 controller and the V4 firmware.
As a start, using the V3 ...
As a start, using the V3 ...