No reference for LPC55s16

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

No reference for LPC55s16

1,874 Views
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 

Tags (1)
0 Kudos
Reply
3 Replies

1,865 Views
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 Kudos
Reply

1,853 Views
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.

Tags (1)
0 Kudos
Reply

1,848 Views
ErichStyger
Specialist I

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