Matheus Eduardo

Results 100 comments of Matheus Eduardo

@virtualabs I was wondering then, how legitimate devices can keep the connection with the master? Is the slave device listening for channel map updates from the master? If so, why...

Hi @JabezDorneles Because a previous Wi-Fi chipset from Ralink (RT3070) had a full-blown [datasheet](http://www.datasheet-pdf.com/PDF/RT3070-Datasheet-Ralink-707769) with all radio registers so we could understand the driver and add or modify radio features...

I'm using a RTX2060, I'm also receiving errors related to out-of memory errors.

Thanks @Hugi-R unfortunately, even with such fix my RTX2060 cannot run mini-1. So I had to change jax to use CPU instead.

Hi all, thanks a lot for these insights. Adding this environment variable to the docker composer file did the trick. This is the following memory usage for RTX2060: ![Screenshot_20220607_051731](https://user-images.githubusercontent.com/6465668/172250942-e0da173c-d79e-4257-9f90-e965052f208d.png) Hope...

@jwktje By increasing Spreading factor, each symbol time increases by a little when transmitting. Try increasing TL_RESPONSE_TIME_OUT in Timing.h Your message may be exceeding the 100ms default timing.

@jwktje ah so you're using auto addressing. I remember tweaking PJON_ID_REQUEST_INTERVAL in PJONDefines.h It's defaulted to 100ms which is too low when using other sf. Try increasing it by 1...

@jwktje Actually there's a mode called Channel Activity Detection (CAD) that these Lora transceivers can operate and allows to detect the preamble of an incoming message before sending anything. There's...

@Nippius Interesting. I would suggest you, if you're going to an arm cmsys approach, to just modify fastDigitalWrite/Read/Mode to a dummy code so you can compile everything first. And about...

@gingo as @gingo is everything a matter of timing with SoftwareBitbang. Unfortunattely, if you are running raspbian on raspberry pi is almost impossible to get an accurate timing (unless you...