Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tip connected detection not working in v2.23 RC1 #2038

Open
tr4nt0r opened this issue Jan 5, 2025 · 3 comments
Open

Tip connected detection not working in v2.23 RC1 #2038

tr4nt0r opened this issue Jan 5, 2025 · 3 comments
Assignees

Comments

@tr4nt0r
Copy link

tr4nt0r commented Jan 5, 2025

Describe the bug

To Reproduce

Insert/Remove tip.

Expected behavior

Display previously displayed an icon of a crossed tip when the tip was removed. Now it displays a temperature of ~440°C when the tip is removed. The tip connected detection is done by comparing the current temperature with the max tip temperature. If the current tip temp has an invalid value (was around 475° before) that is higher than the max temp, it is assumed the tip is disconnected. I used the same logic in the Home Assistant integration for a tip connected sensor and deactivating some other sensors instead of displaying invalid values.

Details of your device:

  • Device: Pinecil V2
  • Release: v2.23 RC1
  • Power adapter being used: PinePower GaN 65W adapter
  • If this is an accelerometer related issue, please include its model number here:

Additional context

@Ralim
Copy link
Owner

Ralim commented Jan 5, 2025

Hia,
This is not expected. Can you confirm what handle temp, raw tip, and tip temp you see in the debug menu with tip connected and disconnected?

@tr4nt0r
Copy link
Author

tr4nt0r commented Jan 6, 2025

Tip disconnected:

  • Tip C: 437
  • Han C: 27.0
  • Max C: 445
  • Tip R: 11130 uV

Tip connected:

  • Tip C: 26
  • Han C: 26.8
  • Max C: 444
  • Tip R: ~ 630 uV

Same values as those i receive via Bluetooth

@colonel-lp
Copy link

colonel-lp commented Jan 11, 2025

Im going to confirm this one too. tip removed shows 437 or 438 (2.23C.B9BBF585 2025-01-11)
Tip disconnected:

Tip C: 436
Han C: 24.7
Max C: 452
Tip R: 11149

Tip connected:

Tip C: 24
Han C: 24.1
Max C: 452
Tip R: 690

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants