Archeresque
Archeresque
@prideofisland I'm having trouble with the code for a receiver to collect the data from the tag. I tried implementing the send and receive example into the code of the...
@r-schouten I haven't completely solved the problem but I was able to mitigate a temporary solution. Since I was able to send the data packet out amongst a garbled mess,...
@r-schouten Here is a screenshot of the function that will read the packet. It's very basic. If you have your sending unit format its output as a string, just use...
@hdineth Very clean tag code and good explanation of the anchor addressing.
@AliSiddiqui4 Did you ever get the code for the receiver working correctly? I'm building a system of 3 anchors and one tag and I want a receiver to take the...
@AliSiddiqui4 I'm using the system inside a room, so the range isn't a problem. I was able to get roughly double that range however. Is there anyway you can share...
@AliSiddiqui4 You are referring to the LOWPOWER,ACCURACY, modes etc?
@AliSiddiqui4 I tried all 6 modes but only LONDATA_RANGE_LOWPOWER allowed me to see my packet albeit the result was still garbled. Is this the mode you had success with?
Take a look at the arduinojwt.h file. There's not many functions so it's fairly straightforward and it explains what you should call the function and the data types the function...
> As there is no exampleof implementation here I leave a small arduino sketch, hope it can help you: > > ``` > #include > #include > > > ArduinoJWT...