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.
History
mbed-os.lib version is changed
2018-07-09, by Emre.Eken [Mon, 09 Jul 2018 17:24:08 +0300] rev 7
mbed-os.lib version is changed
max32630.lib revision is changed
2018-04-25, by Emre.Eken [Wed, 25 Apr 2018 10:00:55 +0300] rev 6
max32630.lib revision is changed
max32630hsp folder is removed
2018-04-25, by Emre.Eken [Wed, 25 Apr 2018 09:28:52 +0300] rev 5
max32630hsp folder is removed
max32630hsp.lib is added instead of the folder of max32630
2018-04-25, by Emre.Eken [Wed, 25 Apr 2018 09:26:58 +0300] rev 4
max32630hsp.lib is added instead of the folder of max32630
I2C i2cBus(P3_4,P3_5); is changed to I2C i2cBus(I2C1_SDA,I2C1_SCL); in the main.cpp
2018-04-20, by Emre.Eken [Fri, 20 Apr 2018 10:42:43 +0300] rev 3
I2C i2cBus(P3_4,P3_5); is changed to I2C i2cBus(I2C1_SDA,I2C1_SCL); in the main.cpp
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
2018-04-20, by Emre.Eken [Fri, 20 Apr 2018 10:38:41 +0300] rev 2
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
First revision of MAX32630HSP3_IMU_Hello_World
2018-04-19, by Emre.Eken [Thu, 19 Apr 2018 20:40:58 +0300] rev 1
First revision of MAX32630HSP3_IMU_Hello_World
First revision of MAX32630HSP3_IMU_Hello_World
2018-04-19, by EmreE [Thu, 19 Apr 2018 17:28:32 +0000] rev 0
First revision of MAX32630HSP3_IMU_Hello_World