Hi,
Is there anybody here who is a bit (or more) an expert re programming the launchpad
MSP-EXP430F5529LPMSP-EXP430F5529LP ?
Thank you!
Hi,
Is there anybody here who is a bit (or more) an expert re programming the launchpad
MSP-EXP430F5529LPMSP-EXP430F5529LP ?
Thank you!
The F5529 Launchpad is a nice microcontroller board with USB support. I've used it for a few things and gone on to take one project from F5529-based prototype to F5510-based custom board. I had not problems with it. These are some typical things you can do with it:
Provide a custom USB serial port for communicating with your device
https://0xfred.wordpress.com/2013/10/29/animated-lego-darth-vader-build-monitor/
Create a USB HID device like a keyboard or mouse
https://0xfred.wordpress.com/2015/01/14/nfc-login-version-1-0/
https://0xfred.wordpress.com/2016/03/04/nfc-login-2-1/
I'm not an Arduino/Energia user so I'm not sure if you can make the most of the device from this environment, but CCS (now completely free) is a great IDE for diving more in depth.
I'm fairly familiar with the MSP430 and it's my go-to microcontroller. If you've got any more specific questions, feel free to ask.
The F5529 Launchpad is a nice microcontroller board with USB support. I've used it for a few things and gone on to take one project from F5529-based prototype to F5510-based custom board. I had not problems with it. These are some typical things you can do with it:
Provide a custom USB serial port for communicating with your device
https://0xfred.wordpress.com/2013/10/29/animated-lego-darth-vader-build-monitor/
Create a USB HID device like a keyboard or mouse
https://0xfred.wordpress.com/2015/01/14/nfc-login-version-1-0/
https://0xfred.wordpress.com/2016/03/04/nfc-login-2-1/
I'm not an Arduino/Energia user so I'm not sure if you can make the most of the device from this environment, but CCS (now completely free) is a great IDE for diving more in depth.
I'm fairly familiar with the MSP430 and it's my go-to microcontroller. If you've got any more specific questions, feel free to ask.