Looks like good stuff to chew on. Thanks! I'll be trying them out. Quoting chirp_users-requ...@intrepid.danplanet.com:
> Send chirp_users mailing list submissions to > chirp_users@intrepid.danplanet.com > > To subscribe or unsubscribe via the World Wide Web, visit > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > or, via email, send a message with subject or body 'help' to > chirp_users-requ...@intrepid.danplanet.com > > You can reach the person managing the list at > chirp_users-ow...@intrepid.danplanet.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of chirp_users digest..." > > > Today's Topics: > > 1. bf-888s programming data protocol for arduino project > (nw...@nw4gt.com) > 2. New Daily Build (Build System) > 3. Re: bf-888s programming data protocol for arduino project > (Ernesto Xload) > 4. Re: bf-888s programming data protocol for arduino project > (Jim Unroe) > 5. daily build won't run (Chuck OConnor) > 6. Re: daily build won't run (Nigel A. Gunn G8IFF/W8IFF) > 7. Re: daily build won't run (Jim Unroe) > 8. Re: daily build won't run (Chuck OConnor) > 9. Re: daily build won't run (Jim Unroe) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 17 Jan 2022 22:57:19 -0800 > From: nw...@nw4gt.com > Subject: [chirp_users] bf-888s programming data protocol for arduino > project > To: chirp_users@intrepid.danplanet.com > Message-ID: > <20220117225719.horde.pkntw86yr8negviac9_m...@www.nw4gt.com> > Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes > > > Newbie here, so haven't found how to search topics yet. > > I have a project where I have an arduino housed in an enclosure with a > baofeng bf-888s. I want to be able to leave the radio on channel one, > and program both pre-stored frequencies, as well as manually entered > frequencies. The arduino is tied to the audio in and out of the > radio. I know enough about arduino coding to generate square wave > output and detect square wave input, vary frequency of the data > pulses, duty cycle, etc. > > What I don't know is what is the protocol for sending a "code plug" to > the BF-888s. Anyone know where to steer me? Mr Google doesn't seem > to understand my question. > > > > ------------------------------ > > Message: 2 > Date: Tue, 18 Jan 2022 00:05:58 -0800 (PST) > From: Build System <donotre...@chirp.danplanet.com> > Subject: [chirp_users] New Daily Build > To: chirp_users@intrepid.danplanet.com > Message-ID: > <1715878249.3.1642493158867.javamail.jenk...@eagle.danplanet.com> > Content-Type: text/plain; charset="utf-8" > > Greetings, > > A new daily build of CHIRP is available. This includes changes made > directly to the tree yesterday, and may include additional features, > bug fixes, and/or bugs. If you are interested in trying it, grab it > from the following location: > > http://trac.chirp.danplanet.com/chirp_daily/daily-20220118 > > > A list of the changes included in this build (since the last daily) > follows: > > Changes for Build #675 > [Jim Unroe <rock.un...@gmail.com>] [RT1] Add support for 'Tx Tone' > setting in new Retevis RT1 models > > This patch adds support for the 'Tx Tone' setting that was added to > recent Retevis RT1 radio models. > > resolves #9709 > > > > ------------------------------ > > Message: 3 > Date: Tue, 18 Jan 2022 10:03:18 +0100 > From: Ernesto Xload <xload...@gmail.com> > Subject: Re: [chirp_users] bf-888s programming data protocol for > arduino project > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com> > Message-ID: > <caedohiidtn9wp9nuh4ba35rxtewzraz62uisknf9wsg0o7e...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, I think it would be better to use a module that can be easily > controlled with an arduino, such as a dra-818. > > Best regards. > > El mar, 18 ene 2022 a las 7:58, <nw...@nw4gt.com> escribi?: > >> >> Newbie here, so haven't found how to search topics yet. >> >> I have a project where I have an arduino housed in an enclosure with a >> baofeng bf-888s. I want to be able to leave the radio on channel one, >> and program both pre-stored frequencies, as well as manually entered >> frequencies. The arduino is tied to the audio in and out of the >> radio. I know enough about arduino coding to generate square wave >> output and detect square wave input, vary frequency of the data >> pulses, duty cycle, etc. >> >> What I don't know is what is the protocol for sending a "code plug" to >> the BF-888s. Anyone know where to steer me? Mr Google doesn't seem >> to understand my question. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Ernesto Xload at xload...@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscr...@intrepid.danplanet.com >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/2c495bb5/attachment-0001.html > > ------------------------------ > > Message: 4 > Date: Tue, 18 Jan 2022 08:15:03 -0500 > From: Jim Unroe <rock.un...@gmail.com> > Subject: Re: [chirp_users] bf-888s programming data protocol for > arduino project > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com> > Message-ID: > <cadno8u5hjhgpplaeor4-vphs8tuum52evq5strrgyjkdu3y...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi Gary, > > The BF-888s uses the "h777.py" driver module. It is available in the CHIRP > repository. > > https://chirp.danplanet.com/projects/chirp/repository/show/chirp/drivers > > You may also be interested in looking at Baoclone. It is a basic command > line programmer that supports the BF-888s among other Baofeng models. > > https://github.com/sergev/baoclone > > Jim KC9HI > > On Tue, Jan 18, 2022 at 1:58 AM <nw...@nw4gt.com> wrote: > >> >> Newbie here, so haven't found how to search topics yet. >> >> I have a project where I have an arduino housed in an enclosure with a >> baofeng bf-888s. I want to be able to leave the radio on channel one, >> and program both pre-stored frequencies, as well as manually entered >> frequencies. The arduino is tied to the audio in and out of the >> radio. I know enough about arduino coding to generate square wave >> output and detect square wave input, vary frequency of the data >> pulses, duty cycle, etc. >> >> What I don't know is what is the protocol for sending a "code plug" to >> the BF-888s. Anyone know where to steer me? Mr Google doesn't seem >> to understand my question. >> >> _______________________________________________ >> chirp_users mailing list >> chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users >> This message was sent to Jim at rock.un...@gmail.com >> To unsubscribe, send an email to >> chirp_users-unsubscr...@intrepid.danplanet.com >> > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/5333f681/attachment-0001.html > > ------------------------------ > > Message: 5 > Date: Tue, 18 Jan 2022 17:27:58 GMT > From: "Chuck OConnor" <dalmati...@juno.com> > Subject: [chirp_users] daily build won't run > To: chirp_users@intrepid.danplanet.com > Message-ID: <20220118.092758.3251...@webmail03.vgs.untd.com> > Content-Type: text/plain; charset="windows-1252" > > The last two daily builds won't execute as In get an error message > ?unable to verify". I have never had this problem prior to these two > builds. I'm running windows 7 under 10. Any ideas? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/58b8f9c6/attachment-0001.html > > ------------------------------ > > Message: 6 > Date: Tue, 18 Jan 2022 12:41:37 -0500 (EST) > From: "Nigel A. Gunn G8IFF/W8IFF" <ni...@ngunn.net> > Subject: Re: [chirp_users] daily build won't run > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com>, Chuck > OConnor <dalmati...@juno.com> > Message-ID: <1824725558.306543.1642527697...@email.ionos.com> > Content-Type: text/plain; charset=UTF-8 > > Ditch Win 7. It runs better on Win 10. > > >> On 18/01/2022 12:27 Chuck OConnor <dalmati...@juno.com> wrote: >> >> >> The last two daily builds won't execute as In get an error message >> ?unable to verify". I have never had this problem prior to these >> two builds. I'm running windows 7 under 10. Any ideas? >> _______________________________________________ chirp_users mailing >> list chirp_users@intrepid.danplanet.com >> http://intrepid.danplanet.com/mailman/listinfo/chirp_users This >> message was sent to Nigel Gunn, W8IFF at ni...@ngunn.net To >> unsubscribe, send an email to >> chirp_users-unsubscr...@intrepid.danplanet.com > > Nigel A. Gunn, ///shoulders.outwards.resolutions tel +1-937-971-0366 > Amateur Radio G8IFF W8IFF and GMRS WRBV701, e-mail ni...@ngunn.net > www http://www.ngunn.net > > > ------------------------------ > > Message: 7 > Date: Tue, 18 Jan 2022 12:48:23 -0500 > From: Jim Unroe <rock.un...@gmail.com> > Subject: Re: [chirp_users] daily build won't run > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com> > Message-ID: > <cadno8u4bx1eude91y_gx6msp4sehh6rx8alr8gzs08av6ct...@mail.gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi Chuck, > >> The last two daily builds won't execute as In get an error message > ?unable to verify". I have never had this problem prior to these two > builds. I'm running windows 7 under 10. Any ideas? > > When you upgraded CHIRP, you didn't make the mistake of executing the > installer while CHIRP was running, did you? > > [image: CHIRP Install - 0.png] > > If you click [ OK ] at the "A new version of CHIRP is available" > notification, you must at some point close CHIRP prior to launching the > installer or won't/can't be upgraded properly. > > I usually choose [ Cancel ] and then close CHIRP. The I go to the CHIRP > website and get the latest build. I just that to upgrade my CHIRP > development computer (Windows 7 32-bit) and all is well here. > > Jim KC9HI > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/99bfaa5b/attachment-0001.html > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: CHIRP Install - 0.png > Type: image/png > Size: 6866 bytes > Desc: not available > Url : > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/99bfaa5b/attachment-0001.png > > ------------------------------ > > Message: 8 > Date: Tue, 18 Jan 2022 17:58:17 GMT > From: "Chuck OConnor" <dalmati...@juno.com> > Subject: Re: [chirp_users] daily build won't run > To: chirp_users@intrepid.danplanet.com > Message-ID: <20220118.095817.3251...@webmail03.vgs.untd.com> > Content-Type: text/plain; charset="windows-1252" > > No I didn't. It just stalled and finally said "unable to verify". > Prior to these last two builds I would get a message from my > protection software saying it might contain harmful info but I would > bypass that and tell it to download and it always worked. > > Please note: message attached > > From: Jim Unroe <rock.un...@gmail.com> > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com> > Subject: Re: [chirp_users] daily build won't run > Date: Tue, 18 Jan 2022 12:48:23 -0500 > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/da73b9a6/attachment-0002.html > -------------- next part -------------- > Hi Chuck, > >> The last two daily builds won't execute as In get an error message > ?unable to verify". I have never had this problem prior to these two > builds. I'm running windows 7 under 10. Any ideas? > > When you upgraded CHIRP, you didn't make the mistake of executing the > installer while CHIRP was running, did you? > > [image: CHIRP Install - 0.png] > > If you click [ OK ] at the "A new version of CHIRP is available" > notification, you must at some point close CHIRP prior to launching the > installer or won't/can't be upgraded properly. > > I usually choose [ Cancel ] and then close CHIRP. The I go to the CHIRP > website and get the latest build. I just that to upgrade my CHIRP > development computer (Windows 7 32-bit) and all is well here. > > Jim KC9HI > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/da73b9a6/attachment-0003.html > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: CHIRP Install - 0.png > Type: image/png > Size: 6866 bytes > Desc: not available > Url : > http://intrepid.danplanet.com/pipermail/chirp_users/attachments/20220118/da73b9a6/attachment-0001.png > > ------------------------------ > > Message: 9 > Date: Tue, 18 Jan 2022 13:08:59 -0500 > From: Jim Unroe <rock.un...@gmail.com> > Subject: Re: [chirp_users] daily build won't run > To: Discussion of CHIRP <chirp_users@intrepid.danplanet.com> > Message-ID: > <CADnO8U7M_uuUCL9BSCenBHuhyTBQkzpwM4XPpuK=bjejpuv...@mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > On Tue, Jan 18, 2022 at 1:02 PM Chuck OConnor <dalmati...@juno.com> wrote: >> >> No I didn't. It just stalled and finally said "unable to verify". >> Prior to these last two builds I would get a message from my >> protection software saying it might contain harmful info but I >> would bypass that and tell it to download and it always worked. >> >> > > Sounds like an AV issue then. Try installing again. I right-click the > .exe file and choose "Run as administrator" to install/update my > Windows computers running CHIRP. > > Jim > > > ------------------------------ > > _______________________________________________ > chirp_users mailing list > chirp_users@intrepid.danplanet.com > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > To unsubscribe, send an email to > chirp_users-unsubscr...@intrepid.danplanet.com > > End of chirp_users Digest, Vol 157, Issue 6 > ******************************************* _______________________________________________ chirp_users mailing list chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to arch...@mail-archive.com at arch...@mail-archive.com To unsubscribe, send an email to chirp_users-unsubscr...@intrepid.danplanet.com