New projects from Tobe's Skunkworkshop!

Single to Multi propo
Post Reply
Tobe
Posts: 712
Joined: 16 Feb 2018, 06:19
Location: Varberg or Stockholm, Sweden

New projects from Tobe's Skunkworkshop!

Post by Tobe »

It’s time for an update from Tobe's Skunkworks shop! I haven’t been as active recently due to my weekly commute to work, but things are still moving along.

First, I’ve been focusing on building some new models—though I probably don’t need any more! I’ll share a few designs soon for what I call entry-level R/O models.

Second, I’ve been working on the nRF24 RF module, both in terms of hardware and software. It’s up and running, though still a work in progress. Some of you at Ponte may have seen it. This module is based on Mike’s work and now includes a variety of options. My goal is a full R/C setup with several features, just because—why not?

The PCB has arrived from JLCPCB, so for now, here’s the rendering.
...size 22 x 28 mm
...size 22 x 28 mm
As I mentioned before, the module has a bind function. The unique ID and 41 channels are set using the processor’s ID, making programming easy since no parameters need to be manually configured. The packet is also compressed and divided into two parts to stay within the legal 10% duty cycle. Shorter packets improve range by reducing interference risk, and the module listens before transmitting.

The module can be controlled via serial commands. The pipe generator algorithm includes a hash value option, enabling different settings by switching the hash. This creates a unique link between the Rx and the module, based on the model ID in the encoder, giving you true model matching.

Additional functions include setting failsafe and low power for range checks. The Rx is one of my standard receivers, as most functions are in the Tx module, making it fully compatible with my older system so no necessary hardware changes for the RX and Encoders just the add one of the RF module like any commercial one. The RF module also works with just the PPM input and no serial connection to the encoder, using just the two buttons on the board or an extension of them to control Bind-Fail-Safe and Range-Check .

Other features that are included are now a sounder, a low-voltage alarm and "ppm-handling", which add smart functions especially when paired with older encoders like Control Revers, Expo and dual rate.


To all this there are a few new Encoders but all based on Mike's work so not anything really mine, here is my version of the....(my size is 22 x 35 mm
so slightly larger than Mike's in square mm.
GTN_02b_MK.jpg
I expect with all this going on together with the 4-axis TX to have an interesting 2025 in front of me.

Almost forgot...on my test-board there is RX with a sounder and a voltage divider, the RX can read its own voltage and send it back to the transmitter...unfortunate the RSI-Relative Strength Index in the nRF24 is extremely primitive so there is not really a possibility to send back the signal strength!
Cheers,

Tobe
Martin
Posts: 782
Joined: 16 Feb 2018, 14:11
Location: Warwickshire

Re: New projects from Tobe's Skunkworkshop!

Post by Martin »

Interesting work, Tobe!

You might be able to get some sort of indication of the link quality, by the ratio of the number of successfully received packets within a given time interval. So if you're expecting 100 packets per second, but only receive 95 good ones, that would be a '95% quality' signal.
Tobe
Posts: 712
Joined: 16 Feb 2018, 06:19
Location: Varberg or Stockholm, Sweden

Re: New projects from Tobe's Skunkworkshop!

Post by Tobe »

Hi Martin, hope to find you well.
That's an interesting approach as it can give at least a quality level
Cheers,

Tobe
Rene
Posts: 9
Joined: 09 May 2020, 19:20

Re: New projects from Tobe's Skunkworkshop!

Post by Rene »

Great stuff Tobe & Mike.
I'm keeping my ear to the ground for your next post!

Best regards,
René
Post Reply