Re: Interfacing USB Keyboard on LPC1768

2020-07-06 Thread Manav Patel
Hey Alan, Many thanks for the quick reply. Watching your Steer video makes me want to dive into Nuttx a lot more! I tried to use lpcxpresso-lpc1768 at the beginning of the project but wasn't able to get it working and boot into nsh.Configuring Nuttx via mbed:nsh or mcb1700:nsh works for my board

Re: Interfacing USB Keyboard on LPC1768

2020-07-05 Thread Alan Carvalho de Assis
Hi Manav, The LPC1768/69 has good support to USB Host, I used NuttX with a Momo Racer Force Feedback joystick almost 10 years ago: https://www.youtube.com/watch?v=z_-RAFdQd0s Try to enable the Debug options inside Build Setup -> Debug Options using the "make menuconfig" to see where it is failing

Interfacing USB Keyboard on LPC1768

2020-07-05 Thread Manav Patel
Hello! I am trying to implement a system for my final year project viz Vehicle Violation System. As an extension to it, I need to use a USB keyboard for lpc1768 to control some of the cameras. Being from a non-technical side, I have almost negligible experience of configuring and using Nuttx the c