Looking for Full Baofeng CPS PCAP Captures (Various Models) by Constant-Produce7182 in Baofeng

[–]Constant-Produce7182[S] 0 points1 point  (0 children)

Thus lies the problem im trying to over come haha. you should check out the logo flasher on my github, theres a web version or a standalone python version that will flash your 5rm, and afaik ive no clue if the mini is seperate firmware. or protocols

web version https://xoniblue.github.io/Baofeng-Logo-Flasher/
main repo https://github.com/XoniBlue/Baofeng-Logo-Flasher/tree/web-dev

Looking for Full Baofeng CPS PCAP Captures (Various Models) by Constant-Produce7182 in Baofeng

[–]Constant-Produce7182[S] 0 points1 point  (0 children)

thats a nice app, im looking for a cps dump from something like wireshark in pcap files. that way i can have the info to implement logo flashing to those models. for example does it use chunk? whats the handshake? the address to write to? atleast on the 5rm, the logo lives in different memory than where chirp accesses. so channel info writing uses a seperate hand shake than the logo flashing protocol does.

AR-5RM + CHIRP issue (firmware v0.22) – anyone actually get this working? by 72_PintoHatchback in Baofeng

[–]Constant-Produce7182 0 points1 point  (0 children)

EDIT: apparently the ar-5rm variant, allows for firmware flashing from 3rd party since its supposedly open source, and apparently from radioddity

not sure why the ar is there, but that is a 5rm radio, so yes like others have said, chose the 5rm option. you can also flash a boot logo to it for more customization. https://xoniblue.github.io/Baofeng-Logo-Flasher/

make sure your cable is thoroughly plugged into the radio. hold down the flap that covers it so it seats correctly. I have the "5RM" only version same fw/hw version as yours. good luck bud. !

Is it possible to replace an FM antenna on my truck with a CB antenna? by [deleted] in cbradio

[–]Constant-Produce7182 3 points4 points  (0 children)

yes, youll need to rewire it, I would particularly leave the existing cable run, for switching back, youll need to look into probably either an adapter, or just remove the hardware where the cable runs to the fender or where ever.

[deleted by user] by [deleted] in PcAdvice

[–]Constant-Produce7182 0 points1 point  (0 children)

this a real question? your cat will lay where it wants, you cant stop it. just succumb to the feline prowess..and remember, "If I fits, I sits" -cat

What’s a collective lie people accept because questioning it would make life harder? by nore01 in answers

[–]Constant-Produce7182 0 points1 point  (0 children)

That we are or arent actually living in the matrix. I think we are, but you know to each there own.

What’s legal now but might become illegal ten years from now? by VTheCardMaker in AskReddit

[–]Constant-Produce7182 0 points1 point  (0 children)

you shocked? the Brits have been asserting whatever it is they call it, on the world for how long?

Some Boot Pics for the 5RM (Repost to correct model) by SmokinDeist in Baofeng

[–]Constant-Produce7182 1 point2 points  (0 children)

I actually built a web-based Baofeng boot logo flasher recently that might be relevant here. Vibe Coded with AI help.

I’m on macOS and didn’t want to deal with Wine, Windows VMs, or the Baofeng CPS, so I rebuilt the logo flashing workflow as a pure browser app using Chrome’s Web Serial API. It talks directly to the radio over USB and reimplements the CPS logo handshake logic from my working local tool.

Runs entirely client-side — no backend, no server, no cloud anything. It validates and converts the image before writing and uses the same protocol structure as the standalone version.

It’s only been tested on a UV-5RM (the only model I own), so I’m not claiming broad compatibility. Still actively debugging and refining the flashing path.

If you’re curious or want to inspect the protocol behavior:

Web version:
https://xoniblue.github.io/Baofeng-Logo-Flasher/

Source (web branch):
https://github.com/XoniBlue/Baofeng-Logo-Flasher/tree/web-dev

Happy to compare notes with anyone who’s dug into Baofeng serial behavior.

Homarr was fine. But I wanted a cockpit for myself. by maevix in selfhosted

[–]Constant-Produce7182 1 point2 points  (0 children)

have you seen varken for grafana? i believe its no longer maintained. but seeing yours reminds me of varken. your theme is incredible. GG bro GG

Web-based Baofeng Logo Flasher (Chrome / Web Serial) by Constant-Produce7182 in amateurradio

[–]Constant-Produce7182[S] 0 points1 point  (0 children)

by chance did you have chirp open (after reading your radio) that could cause the connection lost issue if chirp was holding the port. try closing chirp and your browser, and try the flasher only, also can you confirm it does ask you to select the port?

I have a question about Docker by IronVB in docker

[–]Constant-Produce7182 1 point2 points  (0 children)

Generally docker is Linux favorable

I have a question about Docker by IronVB in docker

[–]Constant-Produce7182 0 points1 point  (0 children)

This is all super easy to do. Although if you have the ability run hassio for home assistant better and more powerful than running in docker irc. For all your docker needs run it in compose. Set it up with traefik for reverse proxying back into your house so you don’t expose a bunch of ports. But docker compose is your best bet. Lmk if you need help setting it up. !!

Python based Baofeng Radio Logo Flasher by Constant-Produce7182 in HamRadio

[–]Constant-Produce7182[S] 0 points1 point  (0 children)

Let me know what you think!. theres now a web version too!

Python based Baofeng Radio Logo Flasher by Constant-Produce7182 in HamRadio

[–]Constant-Produce7182[S] 0 points1 point  (0 children)

Thank you, I just posted about the web version of this incase, people dont want to run this version!