Search found 4 matches

by rop
19 Feb 2024, 13:16
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 6
Views: 1239

Re: Hello, and I wrote OOKwiz

I just released v0.2.0 that fixes a bug that caused the previous two versions not to work if there were no prior settings in SPIFFS. Also moved the normalization and deduplication to the OOKwiz::loop() task, so the ISRs are now truly skinny.
by rop
14 Feb 2024, 16:27
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 6
Views: 1239

Re: Hello, and I wrote OOKwiz

What I meant is that some of the supported radio modules hardly do anything themselves other than just outputting "pulses" after mixing down from the tuned frequency. So if it is only registering the time since last pulse and recording it to a pre-allocated array of memory, then it isn't ...
by rop
14 Feb 2024, 15:50
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 6
Views: 1239

Re: Hello, and I wrote OOKwiz

I've given thought to making what is now loop() its own task but decided against it because I figured this way gives the user more control over when to run other things. Also it's not critical as loop() doesn't need to run often, only often enough to pick up every unique packet. And things get hairy...
by rop
14 Feb 2024, 13:13
Forum: Introduce yourself
Topic: Hello, and I wrote OOKwiz
Replies: 6
Views: 1239

Hello, and I wrote OOKwiz

Hi there, I think I wrote something that might interest the rest of the community here. It's called OOKwiz, it deals with on/off keyed radio signals, it's open source (LGPL3) and I think it can serve as a solid and time-saving foundation for some of the things people are building here. Please check ...