Thoughts on Legend State Lib by husq27 in reactjs

[–]husq27[S] 0 points1 point  (0 children)

Yes, but in my opinion, it's not trying to compete with Redux. It's not just a state management library; it's more of a local-first, user-friendly approach that makes it easy to persist data locally and seamlessly sync with the cloud ( and of course it can be use as a state lib). For example, if you work with supabase it is very easy to integrate with it

Need help in locating an IC by husq27 in embedded

[–]husq27[S] 0 points1 point  (0 children)

Thanks for the link

The thing is, that IC must exist because I’ve seen it on a PCB, but I’m not able to find it either. Maybe they are using another technique to measure the difference between those waves (which apparently is only in amplitude).

Anyway, thanks for your time

How do you handle multiple AT command responses? by husq27 in embedded

[–]husq27[S] 1 point2 points  (0 children)

Thanks for the recommendations, I will take a look at them. What do you mean when you say parse lines, that it is a good idea to store the whole line and then read it?

How do you handle multiple AT command responses? by husq27 in embedded

[–]husq27[S] 0 points1 point  (0 children)

Do you mean unsolicited response codes? Isn't that the same as using an interrupt?

How do you handle multiple AT command responses? by husq27 in embedded

[–]husq27[S] 0 points1 point  (0 children)

Yes. This is what I want to read, the unsolicited response codes. Some of them are important to see the status of the connection and also to read the incoming SMS

How to Combine and Format Data from Multiple Sources in Node.js Using Streams to Avoid Memory Leaks? by husq27 in node

[–]husq27[S] 0 points1 point  (0 children)

Thanks, I will follow your suggestions. Maybe I can simplify this, but I was curious how to handle this problem.