Search found 10 matches

by smeric
Sun Apr 19, 2020 3:41 pm
Forum: 3DP printing
Topic: HP45_Standalone_3.0 Controller Software ( C# )
Replies: 3
Views: 19237

HP45_Standalone_3.0 Controller Software ( C# )

I need to control HP45 head for one line printing for understand this head. I wanna start a project like that picture. But firstly I need understand HP45 nozzles and Standalone controller serial interpreter. example2.png I will connect only encoder to that controller. that program will produce seria...
by smeric
Tue Apr 14, 2020 11:41 am
Forum: 3DP printing
Topic: Grain micro powder printer
Replies: 6
Views: 27549

Re: Grain micro powder printer

is it using color cartridge ?
by smeric
Mon Apr 13, 2020 11:12 am
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

its ok now .. thanks..

Code: Select all

10X resistor: 331.94

RSR resistor: 330.16

Temperature: 80.44

GTP:BQ
by smeric
Mon Apr 13, 2020 10:01 am
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

OK I will try it today. I download that file from somewhere 2 years ago, I produce that PCB and I did not have time to finish and I went to Nederland and bought color pod from AVG. now I have a time to do that pcb. but I dont need printer I need only marker, so as you said something maybe changed at...
by smeric
Sun Apr 12, 2020 2:54 pm
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

I read It and check pins in this code I check that line "HP45_Standalone_V3.00.00.ino" line 56 : Printhead HP45(29, 33, 24, 16, 28, 15, 26, 14, 27, 20, 8, 18, 7, 17, 25, 19, 3, 2, 23, 22, A11, A10); Printhead.cpp line 78 : Printhead(uint8_t primclk, uint8_t primclr, uint8_t p0, uint8_t p1,...
by smeric
Sat Apr 11, 2020 4:31 pm
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

I check pins which is reading via GTP command. they are A10 (10x) and A11(CTSR). I check that pins on my circuit and 10x = 2.01v and TSR pin is 0.19v. I open some serial debug code from firmware "printhead.cpp" line 364 : Serial.print("10X resistor: "); Serial.println(temp_10x_re...
by smeric
Sat Apr 11, 2020 2:24 am
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

I am trying to fix my HP45 Head. I write before and dragonator give some tips but its still not working. I did standart alone circuit with teensy 3.2. I dont have printer parts I wanna use and trow some ink with HP45. I am Trying send command via Serial Port. first I am trying THD and its turning &q...
by smeric
Sun Mar 15, 2020 2:36 pm
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

Adsız.png
Adsız.png (8.91 KiB) Viewed 12663 times
by smeric
Sun Mar 15, 2020 2:32 pm
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

I am using HP45 standalone is software I test 12v and 5v from teensy side but I can not touch any test point from controller card. WhatsApp Image 2020-03-15 at 17.11.43 (15).jpeg WhatsApp Image 2020-03-15 at 17.11.43 (12).jpeg WhatsApp Image 2020-03-15 at 17.11.43 (6).jpeg WhatsApp Image 2020-03-15 ...
by smeric
Sat Mar 14, 2020 5:56 pm
Forum: 3DP printing
Topic: Hacking the HP45
Replies: 749
Views: 2890227

Re: Hacking the HP45

Hi I build version 3.00 board and I upgrade it V3.02 I have teensty 3.2 I used "HP45 standalone is software used to control the Teensy 3.2 based standalone controller for the HP45 Copyright (C) 2018 Yvo de Haas" but I did not work as I want. I want to use it like a marker. its working on s...