In the afternoon, I used SensorTile to debug the Beacon program. Using the STM32CubeExpansion_BLE1_V2.8.0\Projects\Multi\Applications\Beacon routine went smoothly. I was able to send broadcast data th...
I wrote a program and found that it cannot decode. Then I changed it to the following form: decode the decoded output pin P1=0; if(!decode) { while(1)P1=0xff; } I found that the light of P1 port will ...
I made a board and used STM32F767 to control the network port. The board was copied from the Zhengdian Atom development board. See the attached schematic diagram. The schematic diagram is touch screen...
I use MSP430F169 as the host and mount sensors such as GY521 (MPU-6050) via I2C, but I don't know how to write a program. Does anyone have a sample code for reference? Thank you....