Replies: 6 comments
-
You're not running
or
using this sample file or another one you have as |
Beta Was this translation helpful? Give feedback.
-
Take a look at this part of the README, since maybe you have an idea about how it could be written more clearly. |
Beta Was this translation helpful? Give feedback.
-
Thank you! Oh my, this longan-nano is extremely fast. Using the 'nc' method to leverage the web data stream, the AUTH messages just fly by! ... and yes, I will be glad to make suggestions ref. that README. I have forked the repository and will attempt to contribute once it is clear that I have done everything correct across the various test scenarios! |
Beta Was this translation helpful? Give feedback.
-
It depends on what you consider fast hahaha. I have a file with more than a week worth of data, and the longan-nano takes hours (maybe > 1 day) to go through that, while my laptop processes it in a few seconds. I think that the bottleneck is perhaps the UART. I'm curious how much time the actual computations take. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to clean up the issues by closing what is already solved and moving to a discussion what has background information that could be interesting to others. I think this issue can be closed, since already we added more information to the README. |
Beta Was this translation helpful? Give feedback.
-
Agree! Github doesn't have a button for the non-owner of the repository to move an ISSUE to a DISCUSSION, but please feel free. |
Beta Was this translation helpful? Give feedback.
-
With the longan-nano connected to a proper 3.3v USB/UART adapter, it presented correctly to my computer as /dev/ttyUSB0.
However, upon running the osnma-longan-nano-client utility, there was no READY reply when I reset the nano and attempts to send your test strings to the device via serial resulted in:
... the result was the same whether the client app was built with the default cargo build or cargo build --release
However, if a standard serial comm app is used such as CuteCom, the code running on the nano works perfectly!!
... so I was extremely pleased about that.
Any suggestions on what I should check to determine why the osnma-longan-nano-client app is not establishing a connection to the nano for me?
Many thanks!
Beta Was this translation helpful? Give feedback.
All reactions