How to access onboard Temperature and Accelerometer Sensor?

Hi, Is it possible to access the onboard Temperature and Accelerometer Sensor from Notecard?

Hi @salmanfarisvp,

Yes - by using the card.temp API you can access temperature data from the onboard sensor. Also, the card.aux.serial API with "mode": "notify,accel" lets you access the onboard accelerometer data by connecting to the AUXTX and AUXRX pins (see the “Accelerometer Mode” example). Note that this requires using at least Notecard firmware v3.4.1.

Rob

1 Like

Thanks for @RobLauer for the clarification. :raised_hands: