Pavel Milanes (CO7WT)
Pavel Milanes (CO7WT)
A review at a glance reveals that it must be easy to have the option to use the default serial or a soft serial lib... I will be programming &...
Hi, I was burried with work here, Today I will take a peek and finish the port to SoftwareSerial. > I’ll ask if it turns out with the translation of...
@RG22EM mentioned in #5 (closed as duplicated): > as a library, CustomSoftwareSerial should work without problems - https://github.com/ledongthuc/CustomSoftwareSerial There are some other options, read here: https://arduino.stackexchange.com/questions/34126/whats-the-difference-between-all-the-software-serial-libraries-which-one-is-ar/34130#34130 We have so far...
> To interact with the FT-897D/FT-857/FT-817/FT-847 transceiver, my friend completely redesigned the James Buck library, VE3BUX, is available here - https://github.com/AlexBeem/TUNER-FT897D But there is a catch! This lib is the...
At least for linux, wor is in progress
Hi @flatsiedatsie, This a homebrew solution for linux and a simpler command line than the actual official Arduino-IDE CLI. Mine is full bash solution, they solution is full go. His...
I have a half baked ansible playbook, will contribute it once tested and tuned for all the variables.
I followed the Nginx + WSGI server way, let me know if this works for you, PR in a few days.
Agree, I'm thinking on a function that allows the user to test the presence of the IC. Like `Si.ok()`, true if present & working, and false otherwise. In this way...
> Hi, thanks for your good work! For this issue, may I suggest you to return a boolean for the 2 init methods? If init fails, no need to go...