Add Kincony KC868-A6 basic support#248
Open
larsgranheim wants to merge 2 commits into
Open
Conversation
Owner
|
Hi Lars, sorry for the delay: can you tell me a little about this boards? are they a DIY version or a brand board? all of this to know what to change and how to process to add it and test with a github branch before adding it to webflasher? |
Author
|
Hi Ricardo
Thank you for reaching out!
The Kincony board KC868-A6 is an ESP32 relay board (and I just realized a
new revision is out named KC868-A6v3 which is based on the ESP32-S3 chip)
that supports Lora on a daughter card. It is available on Aliexpress and
https://shop.kincony.com/products/kc868-a6-esp32-6-channel-relay-module
A full board description (of the ESP32 based board) is found here :
https://www.kincony.com/esp32-6-channel-relay-module-kc868-a6.html
The sx1278 daughter card is either sold by Kincony or available through
Aliexpress, example
https://www.aliexpress.com/item/1005006273594443.html?spm=a2g0o.order_list.order_list_main.40.632b1802BthCWR
So why add support for such a board?
My intention is to utilize APRS messages to control the output relays of
the board through QUERY_Utils. Additional support for inputs may be
considered as well.
The original idea comes from this project:
https://github.com/xssfox/repeaterrescue using the KC868-A4 board (does not
support Lora). Combining the iGate software with the ideas from the
repeaterrescue project could really expand the uses cases for Lora APRS.
Rgds Lars
…On Fri, Feb 28, 2025 at 6:32 PM Ricardo Guzman (Richonguzman) < ***@***.***> wrote:
Hi Lars,
sorry for the delay: can you tell me a little about this boards?
are they a DIY version or a brand board? all of this to know what to
change and how to process to add it and test with a github branch before
adding it to webflasher?
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3RSLLRST7RIVJXJK5FIKPL2SCMURAVCNFSM6AAAAABW4UNZT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJRGE4TMNBZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: richonguzman]*richonguzman* left a comment
(richonguzman/LoRa_APRS_iGate#248)
<#248 (comment)>
Hi Lars,nsorry for the delay: can you tell me a little about this boards?
are they a DIY version or a brand board? all of this to know what to
change and how to process to add it and test with a github branch before
adding it to webflasher?
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3RSLLRST7RIVJXJK5FIKPL2SCMURAVCNFSM6AAAAABW4UNZT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJRGE4TMNBZG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Owner
|
great Lars, so lets add it!!! should we take into account both versions of the boards or just one? are they the same pinout? both use the same SX1278 "daughter" board? |
Author
|
I suggest only supporting "KC868-A6-v1.3SP" at this time.
The v3 board was released 22 Feb 2025 (
https://www.facebook.com/Kinconykc868/), pinouts look to have changed
slightly (from FB picture) and I find no schematics published.
It looks like the sx1278 board should be compatible between the versions,
but not verified.
(Good to note with the sx1278 board is that if bought without pins soldered
to the board, the DuPont pin hole pitch is 2.0mm, not the most common
2.54mm pitch)
My plan onwards - Add:
GPS support over 'serial port' (ttl) -> GPS time allows totp authentication
(and/or add ntp time sync if wifi connected)
Relay control through pcf8574 library
HOTP (and totp?) to secure relay controls over APRS with no encryption and
prevent cmd replay
Use RTC circuit and battery to retain time when power lost
..other fun stuff like temp support over the digital inputs and more.
…On Fri, Feb 28, 2025 at 9:20 PM Ricardo Guzman (Richonguzman) < ***@***.***> wrote:
great Lars,
so lets add it!!!
should we take into account both versions of the boards or just one?
are they the same pinout?
both use the same SX1278 "daughter" board?
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3RSLLVUYY3WDSCLFC73GNT2SDAHBAVCNFSM6AAAAABW4UNZT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJRGQ3TQOJYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: richonguzman]*richonguzman* left a comment
(richonguzman/LoRa_APRS_iGate#248)
<#248 (comment)>
great Lars,
so lets add it!!!
should we take into account both versions of the boards or just one?
are they the same pinout?
both use the same SX1278 "daughter" board?
—
Reply to this email directly, view it on GitHub
<#248 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3RSLLVUYY3WDSCLFC73GNT2SDAHBAVCNFSM6AAAAABW4UNZT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJRGQ3TQOJYGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Owner
|
ok then, will create a branch to start adding more and more and test them in the next days ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.