-
Hello,
Which Data rates of the esp32 are supported?
I try to get a RTT of below 10ms consistent. But there are always a few very large Latency Spikes.
So I searched for it, and it seems that you h…
-
Hi,
In your main.c, you poll PORT D2 for rising edge to collect the 8 bits of pixel data. This is your PCLK. This clock is running at 8 Mhz - so essentially you are producing 64 Mbits per second or 8…
-
I'd like to modify setDataRate and setTxPower. Could you document valid range of values in // Configure LoRaWAN connection? I tried hunting down the forks and its not clear.. Here's what I found …
-
Changing the `HttpConfiguration.min[Request|Response]DataRate` value from `0` to non-zero causes many tests to fail, but some unexpectedly.
Current behavior for reads is different from HTTP/1.1 and…
-
got some progress to port to LA915. I rebuilt the AU915 files.
Start
Setting TX Config: modem=MODEM_LORA, power=30, fdev=0, bandwidth=0, datarate=10, coderate=1 preambleLen=8, fixLen=0, crcOn=1, fre…
-
Hey there,
my college just wrote on discord.
We try to use the WiCAN to flash ECUs via UDS Transfer Data. Our current development tool uses python-can to establish a socket connection with the WiC…
-
in order to prevent devices from spamming and others from starving we need to:
- create a list consisting of separate queues for every device
- use sortedsets as those queues (to enforce unique mess…
-
Just wonder how can you set the transmit [datarate](https://github.com/adjacentlink/emane/wiki/RF-Pipe-Model#datarate) in MAC layer? It says it is used to compute the transmit delay (packet size/datar…
-
I think there is a mistake in v4.5.0 `relay_tx_check_decode_ack()` where the WOR channel frequency and datarate is used to calculate the ACK MIC, instead of the frequency and datarate extracted from t…
-
There are many parameters that we can change on the LORA: as seen [here](https://unsigned.io/understanding-lora-parameters/).
They each have different characteristics, different datarates and sensiti…