This program demonstrates the use of MAX32630HSP3 board with the MAX30205 sensor which provides accurate clinical body temperature with an accuracy of 0.1°C (37°C to 39°C).
Dependencies: MAX30205 max32630hsp3
Run the Code
- Import it into the mbed online compiler.
- Compile the program.
- It will automatically download the .bin file.
- Drag-drop or copy-paste the .bin file to the programmer drive. (PICO DAPLINK).
- Open a serial terminal (Putty, Tera Term, etc.)
- Find the COM port that the device is connected to and set that COM port in the terminal. Adjust the baudrate to 9600.
- Press the reset button on the microcontroller board.
- You should now see the temperature values on the terminal with 0.5-second intervals.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:9a0214badf2b | 2018-07-09 | Emre.Eken | mbed-os.lib version is changed |
6:10309bd20e27 | 2018-04-25 | Emre.Eken | max32630.lib revision is changed |
5:ba03f79b12f2 | 2018-04-25 | Emre.Eken | max32630hsp folder is removed |
4:02ef31913ba6 | 2018-04-25 | Emre.Eken | max32630hsp.lib is added instead of the folder of max32630 |
3:73a73c9ba847 | 2018-04-20 | Emre.Eken | I2C i2cBus(P3_4,P3_5); is changed to I2C i2cBus(I2C1_SDA,I2C1_SCL); in the main.cpp |
2:88d3b848b5a4 | 2018-04-20 | Emre.Eken | Serial pc(USBRX,USBTX); is changed to Serial(USBTX,USBRX); in the main.cpp. If the program does now work that means you are using the REV1 HSP3 pcb board. In that case swap those pins |
1:6f6aa317cbfd | 2018-04-19 | Emre.Eken | First revision of MAX32630HSP3_IMU_Hello_World |
0:5ff3e9115682 | 2018-04-19 | EmreE | First revision of MAX32630HSP3_IMU_Hello_World |