What's new
VORON Design

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members!

Solved Nitehawk firmware installed but not doing much.

Laserbea4k43

Well-known member
Voron 2.4
  • BTT Octopus
  • StealthBurner w/ Phateus Rapido
  • Tap
  • Nevermore Duo

Hi,
Just installed Nitehawk and got the device id and installed the firmware.
I took a deep breath and powered it on. Nothing blew up!! But I still have problems.
  1. I tested the Part Fan (2 prong - I've commented anything that has 'tacho' in it.) and it didn't turn on, but the LED glows brighter according to the speed increased.
  2. I tested the TAP probe (bought a CNC TAP to replace my other one) and ran QUEREY_ENDSTOPS and the TAP remains open, no matter what state it's in. No light either.
  3. SB Lights are off and not adjustable
  4. I just got brave and set the extruder to 45. It heats up, but the fans don't turn on. The HE Fan LED is on though...
I've uploaded the .cfg files as text and included klippy.log
Any Ideas? i'm guessing my config file is bad...

Bash:
me@myvoron24:~/klipper $ make flash FLASH_DEVICE=/dev/serial/by-id/usb-Klipper_rp2040_E6635C469F330E27-if00
  Flashing out/klipper.bin to /dev/serial/by-id/usb-Klipper_rp2040_E6635C469F330E27-if00
Entering bootloader on /dev/serial/by-id/usb-Klipper_rp2040_E6635C469F330E27-if00
Device reconnect on /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3
/usr/bin/python3 lib/canboot/flash_can.py -d /dev/serial/by-path/platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0 -f out/klipper.bin

Attempting to connect to bootloader
CanBoot Connected
Protocol Version: 1.0.0
Block Size: 64 bytes
Application Start: 0x10004000
MCU type: rp2040
Flashing '/home/me/klipper/out/klipper.bin'...

[##################################################]

Write complete: 110 pages
Verifying (block count = 438)...

[##################################################]

Verification Complete: SHA = 95FE0505EE1AAAA379F19EB9F3D1209AE427CF22
CAN Flash Success
me@myvoron24:~/klipper $ ls /dev/serial/by-id
usb-Klipper_rp2040_E6635C469F330E27-if00
usb-Klipper_stm32h723xx_240035001551303531313638-if00

image0.pngimage1.pngimage2.jpeg

OK, PF and HF are now working.
The Faceplate connected so nicely, that I just swore that it was working! 😅😅:ROFLMAO:

  • SB LEDs still not working. Going to check soldering joints
  • TAP Still not working. Going to check connections (i just plugged it in stock)


Can't get a combination that will get the LEDs to light up ( they probably won't light up without a data connection anyway), but that's the least of my worries.
Sorry about the mess, when I get started it's like Hurricane Laserbeak in here.
Onto the TAP.
image3.jpg

Data and V+ wires needed to be swapped.
I get a red LED with no status change. Broken?

I also commented out the [probe] entry in nitehawk-sb.cfg and set the correct pin in printer.cfg

image4.jpg

Ordered a new sensor, just in case. Will be here tomorrow.
 

Attachments

  • klippy.log
    720.1 KB · Views: 1
  • printer.txt
    13.5 KB · Views: 2
  • nitehawk-sb.txt
    3.8 KB · Views: 2
Last edited:
I don't see an [include nitehawk-sb.cfg]
It's at the bottom. :)
Everything seems to be working now, except the extruder.

I just tried swapping the middle pins on it but it's still not working. Tested induction with my meter and the original pin position was the right one anyway.
Code:
TMC 'extruder' reports error: DRV_STATUS: 800500e0 s2vsb=1(ShortToSupply_B!) ola=1(OpenLoad_A!) olb=1(OpenLoad_B!) cs_actual=5 stst=1
Once the underlying issue is corrected, use the
"FIRMWARE_RESTART" command to reset the firmware, reload the
config, and restart the host software.
Printer is shutdown
My current setup is attached if you feel like looking.
 

Attachments

  • klippy_printer_nitehawk.zip
    346.9 KB · Views: 3
Last edited:
Top