No reference for LPC55s16

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

No reference for LPC55s16

1,887 次查看
Vijay222
Contributor III

Why no one worked with LPC55s16 board   no refreence could be found on the internet or youtube ,I just want to interface LPC55s16 board with MLX90640 Thermal camera and need complete code for it. Inbuilt sdk examples haven't worked out 

标记 (1)
0 项奖励
回复
3 回复数

1,878 次查看
ErichStyger
Specialist I

Not sure how you searched the internet, but I'm using the LPC55S16, for example

https://mcuoneclipse.com/2021/12/30/lorawan-with-nxp-lpc55s16-and-arm-cortex-m33/

https://mcuoneclipse.com/2021/05/15/using-fatfs-and-minini-with-the-nxp-lpc55s16-evk/

But I have not used it with the MLX90640, but that sensor has an I2C interface and should be straight forward to use. If you are looking for the I2C part, the NXP SDK has drivers/examples, so does the two above project include I2C in the McuLib.

I hope this helps,

Erich

 

0 项奖励
回复

1,866 次查看
Vijay222
Contributor III

Thanks for idea ,The thing is i just wana to build an poultry robot using LPC55s16 board. Since iam new to the board i don't know hot to interface LPC55s16 board With Mlx90640 and  motors for the base of the robot connected with tyre. So would you  able to help me out i just tried to find  out simple sensor interface with the board but there was no basic full explanation with the code for the board as like as Arduino so kindly help me out.

标记 (1)
0 项奖励
回复

1,861 次查看
ErichStyger
Specialist I

I recommend that you check out the examples of the NXP MCUXpresso SDK for it.