SPRESENSE

Results 21 comments of SPRESENSE

Hi @maxgerhardt san Thanks for the advice. If you submit a pull request, we would like to merge it. Thanks

@takumiando san, Due to component variation, some LTE boards did not turn on with the past power sequence. With this change, we are revising the sequence to reduce component variation.

@pkarashchenko Still under consideration, so please leave it as is.

@pkarashchenko san Thank you for your suggestion, it is very helpful. An example application can be found here. https://github.com/sonydevworld/spresense/tree/master/examples/dsc To verify this application, the Spresense main board, extension board, camera...

@xiaoxiang781216 Yes, it's as you say. video_unregister() should free resource, and video_uninitialize()/video_unlink() might be necessary to call video_unregister.

@xiaoxiang781216 I moved resource release from video_uninitialize() to video_unregister().

@xiaoxiang781216 @Donny9 Thank you for information. I verified that work well with #11892 without my change. I withdraw this PR.

@trns1997 @xiaoxiang781216 I have the same problem with the Spresense board. What is the status of this issue?

Fixed by https://github.com/SPRESENSE/nuttx/pull/89.

Hi, @gcmurray1990 The LTE API is a method to request some to the user-sock daemon which is supporting LTE, like WAPI(Wireless API) of NuttX. And the user-sock daemon is provided...