https://github.com/microsoft/pxt-bluetooth-max6675
A bluetooth service for the MAX6675 temperature probe
https://github.com/microsoft/pxt-bluetooth-max6675
makecode microbit
Last synced: 2 months ago
JSON representation
A bluetooth service for the MAX6675 temperature probe
- Host: GitHub
- URL: https://github.com/microsoft/pxt-bluetooth-max6675
- Owner: microsoft
- License: mit
- Created: 2017-03-31T08:44:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T17:15:49.000Z (over 2 years ago)
- Last Synced: 2025-01-30T11:21:29.904Z (11 months ago)
- Topics: makecode, microbit
- Language: TypeScript
- Homepage: https://makecode.microbit.org/pkg/Microsoft/pxt-bluetooth-max6675
- Size: 41 KB
- Stars: 3
- Watchers: 9
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bluetooth MAX6675
A Bluetooth service that streams the temperature from a MAX6675 temperature probe.
## Usage
Simply call ``startMax6675Service`` with the pin where the MAX6675 is connected
to start a service that beams the temperature every second.
```blocks
bluetooth.startMax6675Service(DigitalPin.P0);
```
Then use the temperature charting from [Bitty data logger](http://www.bittysoftware.com/apps/bitty_data_logger.html) to visualize it.
## Supported targets
* for PXT/microbit
(The metadata above is needed for package search.)
## License
MIT
## Code of Conduct
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.