Michele Biondi
Michele Biondi
I think Django is overkill for a simple web interface, IMO Node.js seems more appropriate for something like Autosploit Il 8 mar 2018 2:56 PM, "Aidan Holland" ha scritto: >...
Can you please explain the differences between this and #164 ? Are they trying to achieve the same functionality? Sorry if we ask but we didn't use much the ESP32
@zrecore Are you available to try out these improvements (this and #177) ? Thank you
I'm glad the ranging is very accurate, having feedback from other sources helps a lot to make sure the changes are working for everyone. We'll start working on the 3...
Oh yeah i forgot about this way of multiple ranging as in the standard you cannot do that as there is no concept of 'anchor' but rather the concept of...
Can you try this version? https://github.com/F-Army/arduino-dw1000-ng/releases/tag/0.3 I suggest you proceed in steps, first try to make basic sender and receiver work. Let me know if the stable release works (a...
Of course you can, you just need to write the code properly in order to have both devices sending/waiting for the message in your workflow
The delay is basically used to reduce the possibility of overlapping data transmitted in the air. We found out that a delay improves errors in our examples (in a production...
@Bartvelp @Frederiknoer Did you take a look at the examples named TwoWayRanging? I think they could be a good starting point for what you are trying to achieve. The logic...
Thank you for this interesting pull request. Can you please change variable names in english and change variable "n" to a more explanatory name? Can you also please add some...