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

BLE getting started document #1763

Merged
merged 10 commits into from Aug 1, 2023
Merged

BLE getting started document #1763

merged 10 commits into from Aug 1, 2023

Conversation

Ralim
Copy link
Owner

@Ralim Ralim commented Jul 28, 2023

  • What kind of change does this PR introduce?

Updating Docs for BLE.
Closes #1656

  • What is the current behavior?
  • What is the new behavior (if this is a feature change)?

  • Other information:

@Ralim Ralim marked this pull request as ready for review August 1, 2023 00:08
@Ralim
Copy link
Owner Author

Ralim commented Aug 1, 2023

@discip Can you give this a quick read and if ok; approve 🙇🏼

@Ralim Ralim requested review from gamelaster and discip August 1, 2023 00:10
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Ralim and others added 2 commits August 1, 2023 10:18
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Ralim and others added 2 commits August 1, 2023 10:20
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Ralim and others added 2 commits August 1, 2023 10:23
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Co-authored-by: discip <53649486+discip@users.noreply.github.com>
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved
Documentation/Bluetooth.md Outdated Show resolved Hide resolved

When this warning is shown; heating will be disabled to protect from damage. As trying to heat a shorted tip can damage the iron itself.

It is best to take out your tip and manually measure and verify the tip's resistance. It should be 6-8 ohms (depending on tip type). When measuring resistances this small some multimeters can struggle. If you have access to a current limited bench power supply, you can try doing a 4 wire measurement by measuring the voltage drop on the tip while applying a known current. `(R=V/I)`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
It is best to take out your tip and manually measure and verify the tip's resistance. It should be 6-8 ohms (depending on tip type). When measuring resistances this small some multimeters can struggle. If you have access to a current limited bench power supply, you can try doing a 4 wire measurement by measuring the voltage drop on the tip while applying a known current. `(R=V/I)`.
It is best to take out your tip and manually measure and verify the tip's resistance. It should be 6-8 ohms (depending on tip type). When measuring resistances this small, some multimeters can struggle. If you have access to a current limited bench power supply, you can try doing a 4 wire measurement by measuring the voltage drop on the tip while applying a known current. `(R=V/I)`.

Co-authored-by: discip <53649486+discip@users.noreply.github.com>

It is best to take out your tip and manually measure and verify the tip's resistance. It should be 6-8 ohms (depending on tip type). When measuring resistances this small some multimeters can struggle. If you have access to a current limited bench power supply, you can try doing a 4 wire measurement by measuring the voltage drop on the tip while applying a known current. `(R=V/I)`.

If the tip measures correctly you may have a damaged driver mosfet; it would be ideal to open your iron and test the mosfet is operating correctly.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
If the tip measures correctly you may have a damaged driver mosfet; it would be ideal to open your iron and test the mosfet is operating correctly.
If the tip measures correctly you may have a damaged driver mosfet. It would be ideal to open your iron and test if the mosfet is operating correctly.

If you are powering up a device that supports tip resistance detection (TS101 and Pinecilv2 as of present), the firmware checks the readings of the raw tip resistance and sorts these into three "bins". `8 ohm tips`, `6.2 ohm tips` and `tip-shorted`. The tip resistance is used when negotiating USB-PD and in thermal calculations.
The `tip-shorted` option is selected if your tip is measured to be abnormally small. This could indicate a failed driver mosfet or a failed tip.

When this warning is shown; heating will be disabled to protect from damage. As trying to heat a shorted tip can damage the iron itself.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
When this warning is shown; heating will be disabled to protect from damage. As trying to heat a shorted tip can damage the iron itself.
When this warning is shown, heating will be disabled to protect from damage. As trying to heat a shorted tip can damage the iron itself.

@Ralim Ralim changed the title Start docs on BLE BLE getting started document Aug 1, 2023
Copy link
Collaborator

@discip discip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully I didn't miss anything. 😊

@Ralim Ralim merged commit 584b382 into dev Aug 1, 2023
30 checks passed
@Ralim Ralim deleted the ble-docs branch August 1, 2023 00:39
@discip
Copy link
Collaborator

discip commented Aug 1, 2023

Ups! 😞
I think I was to quick.
Didn't realize I was in charge of getting this going. 👉🏻👈🏻

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

Successfully merging this pull request may close these issues.

Quick Start guide bluetooth communication with IronOS.
2 participants