Replies: 1 comment 1 reply
-
nRF52840 (Heltek T114, WisBlock etc...)https://www.mouser.com/datasheet/2/297/nRF52840_OPS_v0.5-1074816.pdf#page=314 26 TEMP — Temperature sensor WarningTEMP sensor is restricted when softdevice is active and must be accessed thought it's API. https://docs.nordicsemi.com/bundle/sds_s140/page/SDS/s1xx/sd_resource_reqs/hw_block_interrupt_vector.html Specifically you should use RegistersRegisters https://docs.nordicsemi.com/bundle/ps_nrf52840/page/temp.html ESP32-S3 (T-Deck)https://www.espressif.com/sites/default/files/documentation/esp32-s3_datasheet_en.pdf#page=59 4.2.2.2 Temperature Sensor Usage |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a heads up that many microcontrollers have a temperature sensor integrated inside the microcontroller itself.
Typically you would find it attached to the ADC internally or as a separate module.
This would be an easy way for users to gain an extra weather telemetry in cheap repeater only nodes.
Just be mindful that these sensors on the die itself is not always going to be very accurate unless calibrated and will usually not be exposed to the outside world so is not exactly ambient temperature.
Still if you consider it as the enclosure temperature, you can at least get a general sense of how much heat a device is experiencing over a period of time.
Beta Was this translation helpful? Give feedback.
All reactions