nuttx kernel make menuconfig error in Ubuntu
If you are working with nuttx kernel you might have issues trying to bring up the kernel menuconfig with the below command: I had to…
Continue reading → nuttx kernel make menuconfig error in Ubuntu
If you are working with nuttx kernel you might have issues trying to bring up the kernel menuconfig with the below command: I had to…
Continue reading → nuttx kernel make menuconfig error in Ubuntu
I had written a blog on how to integrate a custom driver into Linux kernel tree previously here. Integrating a custom driver in nuttx kernel is pretty similar. But writing this down would probably be a good idea for any future reference.
As part of iot application development for IoT I had to play around with the SSL connection establishment with the remote mqtt servers. The below…
Continue reading → How to publish a topic with mqtt broker running on iot.eclipse.org server