Skip to content

Commit 04a7168

Browse files
committed
Pull request #12: Develop
Merge in MCU16CE/matlab-dspic33a-curiosity-i2cexample-mpu9250 from develop to main * commit 'f5ef25b4e38c315b8c1b1a816759802aa1d705ca': Minor correction readme
2 parents 62ae4d5 + f5ef25b commit 04a7168

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content":{
55
"metaDataVersion":"1.0.0",
66
"name":"com.microchip.matlab.project.matlab-dspic33a-curiosity-i2cexample-mpu9250",
7-
"version":"2.0.0",
7+
"version":"2.0.1",
88
"displayName":"MATLAB/Simulink Model for I2C Peripheral Demonstration on dsPIC33AK128MC106",
99
"projectName":"matlab-dspic33a-curiosity-i2cexample-mpu9250",
1010
"shortDescription":"MATLAB/Simulink Model for I2C Peripheral Example: Roll and Pitch Angles Esitimation using Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM and MPU9250",

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img alt="Microchip Logo." src="images/microchip_logo_black_red.png">
55
</picture>
66

7-
# MATLAB/Simulink Model for I2C Peripheral Example: Roll and Pitch Angles Esitimation using Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM and MPU9250
7+
# MATLAB/Simulink Model for I2C Peripheral Example: Roll and Pitch Angles Estimation using Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM and MPU9250
88

99
## 1. INTRODUCTION
1010

@@ -52,7 +52,7 @@ This section describes the hardware setup required for the demonstration.
5252
<p align="left" >
5353
<img src="images/dimconnected.png"width="500"></p>
5454

55-
2. Insert the **MPU 9DOF click** into the **mikro BUS A** interface **connector J13** on the development board. Make sure the click board is inserted correctly before going ahead.
55+
2. Insert the **MPU 9DOF CLICK** into the **mikro BUS A** interface **connector J13** on the development board. Make sure the click board is inserted correctly before going ahead.
5656

5757
<p align="left" >
5858
<img src="images/microbusA.png"width="500"></p>
@@ -81,7 +81,7 @@ This section describes the hardware setup required for the demonstration.
8181
</p>
8282

8383
> **Note:** </br>
84-
>This example demonstrates only the code generation to demostrate the I2C communication. The simulation is not possible in this case.
84+
>This example demonstrates only the code generation to demonstrate the I2C communication. The simulation is not possible in this case.
8585

8686
4. <p style='text-align: justify;'>From this Simulink model an MPLAB X project can be generated, and it can be used to run the I2C Communication using development board. <p style='text-align: justify;'>To generate the code from the Simulink model, go to the <b>"MICROCHIP"</b> tab, and enable the tabs shown in the figure below.
8787

@@ -108,19 +108,19 @@ This section describes the hardware setup required for the demonstration.
108108
<p align="left">
109109
<img src="images/dem7.png"width="500"></p>
110110

111-
8. </p><p style='text-align: justify;'> The <b>General Purpose LED's</b> will be blinking.
111+
8. </p><p style='text-align: justify;'> The <b>General Purpose LEDs</b> will be blinking.
112112

113113
<p align="left">
114114
<img src="images/debug_led.png"width="500"></p>
115115
</p>
116116

117-
9. <p style='text-align: justify;'> The <b> RGB LEB</b> will be glowing in different colors. To increase the brightness of the RGB LED, vary the <b>Potentiometer</b> on the development board.
117+
9. <p style='text-align: justify;'> The <b> RGB LED</b> will be glowing in different colors. To increase the brightness of the RGB LED, vary the <b>Potentiometer</b> on the development board.
118118

119119
<p align="left">
120120
<img src="images/led_rgb.png"width="500"></p>
121121
</p>
122122

123-
10. <p style='text-align: justify;'> To visualize the estimated roll and ptch angles from the <b>accelerometer, gyroscope sensors of MPU9250</b> double click on the scope. This opens the scope view. Tilt or turn the development board by hand to view variations in the roll and pitch angles.
123+
10. <p style='text-align: justify;'> To visualize the estimated roll and pitch angles from the <b>accelerometer, gyroscope sensors of MPU9250</b> double click on the scope. This opens the scope view. Tilt or turn the development board by hand to view variations in the roll and pitch angles.
124124

125125
<p align="left">
126126
<img src="images/dem9.png"width="500"></p>

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# matlab-dspic33a-curiosity-i2cexample-mpu9250 v2.0.1
2+
### Release Highlights
3+
This is the third version, which includes minor but necessary modifications to the readme file for the MATLAB/Simulink model for demonstrating I2C communication on the hardware platform consisting of the Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM, and MPU9250, used for the estimation of roll and pitch angles.
4+
15
# matlab-dspic33a-curiosity-i2cexample-mpu9250 v2.0.0
26
### Release Highlights
37
This is the second version of MATLAB Simulink model for I2C Communication Demonstration on hardware platform Curiosity Platform Development Board, dsPIC33AK128MC106 Curiosity GP DIM, and MPU9250 for the Estimation of Roll and Pitch Angles.

project/docs/README.pdf

-144 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)