Kevin Walton

Results 19 comments of Kevin Walton

Just in case this is of use - a different TTN LoRaWAN implementation, https://github.com/adafruit/TinyLoRa/ and https://github.com/brentru/TinyLoRa apologies if this is already known or not helpful.

Thanks for the quick reply! They say: [https://blog.arduino.cc/2021/03/01/announcing-the-arduino-ide-2-0-beta/](https://blog.arduino.cc/2021/03/01/announcing-the-arduino-ide-2-0-beta/) > As of today, the debugger supports all the Arduino boards based on the SAMD and Mbed platforms (MKR family, Nano 33...

I am also unable to reduce below 15min and constantly getting disconnected from freenode. Please could the minimum be reduced? Thanks Kevin

@maqifrnswa Thats really interesting. I am looking for sub-hz accuracy, at least to 1/10 Hz, maybe even 1/100Hz and have been struggling to get that except for very specific pre-calculated...

Thanks Scott, yes that would be great, it could be incorporated into the different ways people use the SI5351a then. Currently we use code like this: ``` rDiv = SI_R_DIV_1;...

Brilliant, thank you Scott, I will look to integrate that with a setFrequency routine to put that into the SI5351a and see how it goes.

Thanks Scott, I am having a look at getting it working now - getting a click free, frequency error free routine is certainly a challenge!

So, after a play I realise I currently have frequency as a uint64_t, representing CentiHz, to enable the requesting of 1.46hz tone spacing for WSPR, or 6.25Hz for FT8, or...

Hi Scott, I didn't, I got to the 'how do I test this with out sub hz setting' point. I can test it without wspr and confirm the hz settings...

> I will look to test 4 x 1hz tones and confirm they are equally spread with the current proposed routine. So I got this far, you will see I...