¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Updated #tinySA tinuSA code #tinysa


 

I pushed a new version to github of both the tinySA.ini and the tinySA.exe that now also allows the scanning of the BPF
This version is updated to follow the regular linux command line structure.
Commands and arguments are separated with a space and each command is terminated with a '\n'
This ensures using a slow arduino nano with a even slower serial interface will still work without having to change the command parser.
You will have to adapt the pin numbers to your choice of processor and disable the display if you do not need it
--
HBTE Files section:?/g/HBTE/files
Erik, PD0EK


 

Hi Erik,

pl. can you post the link for github where to find the latest version of tinySA.ini /? tinySA.exe? and tinySA.ino working for TinySA with arudino zero .

Under this link "https://github.com/erikkaashoek/tinySA" I cannot see any of this files anymore.

Thank a lot!

Peter


 

Mmm. I moved it to another name but can not find it anymore.
Did you have a look in the groups file section?
--
HBTE Files section:?/g/HBTE/files
Erik, PD0EK


 

On Thu, Jul 23, 2020 at 10:48 PM, Erik Kaashoek wrote:
Mmm. I moved it to another name but can not find it anymore.
Here you go

?
--
HBTE Files section:?/g/HBTE/files
Erik, PD0EK


 

Thanks a lot :-)


 

Hi Erik,

When using the files to program the Arduino I got a error message "'M_LOW' undeclared (first use in this function)" - see the attachment.

Please can you check if the files you uploaded in /Arduino? are the right one?

Thanks

Peter


 

leave the Arduino IDE, delete ui_sa.* and sa_core.* and try again to compile

ui_sa.* and sa_core.* where intended for a backport that never happened
--
HBTE Files section:?/g/HBTE/files
Erik, PD0EK


 

Compiling the tinySA.ino without ui_sa.* and sa_core.* delivers the error message "ui_sa.c: No such file or directory" - see att. "error message"
After removing the line #include "ui_sa.c" from tinySA.ino the compilation and upload to arudino zero worked. - log "successful upload"
But when starting the window app. "tinySA.exe" I got the error message "no sweeper found"
Starting the tinySA.exe a 2nd time the serial port selector offers only "Mockup" and no serial port.

Could it be that the tinySA.ino maybe belongs to a different project eg. the tinySA with touch display? I ask because to enable the compilation I had to add a Lib XPT2046_Touchscreen

Thanks for your help!

Peter