Keyboard Shortcuts
Likes
- HBTE
- Messages
Search
Re: Early MiniSA .ino files?
Hello Dan, ??? Sorry for the delay , I have been? busy still trying to use various .ino files without sucess. To answer your query; If you do a google search for "Si4432 module warning"? I think that you will see the appropriate information. It is a forum message (though I don't know what forum) and shows three red PCBs (one works, one is poor and one is bad). Guess which ones I bought! There is also a blue PCB which is said to work. ??? Banggood do that one. So as I have got nowhere? trying to test the ones that I have I will order two from there in case I get back to this project someday. Tony (G3PTD) |
Re: Early MiniSA .ino files?
Dan,
These are the ones I bought.? I bought 3, am currently using 2, they seem to work great. The third I have removed the filter parts as per Erik's instructions, but haven't used it yet. These seem to be the same modules as Erik is using: Can't beat the price (at least when I bought mine, these were the cheapest I could find!). 73, Gary WB6OGD |
Re: Early MiniSA .ino files?
Erik's build instructions say
toggle quoted message
Show quoted text
??The SI4432 modules should be something like this: That's an info page, the product you want is probably this one: ? ? Good news:? cost of $2.60 USD (plus shipping) Bad news: "Due to the quarantine of coronavirus, we will be closed until 10th, and starting to send order after 10th." I tried downloading the RF22 Arduino library they point to in that info page. Full of object oriented C++ to create mesh networks and stuff, I'm sure it's very cool. But not my cup of tea. Jerry, KE7ER Jerry, KE7ER On Sat, Feb 1, 2020 at 11:59 AM, Dan Reynolds wrote:
which modules are the good one? Anyone know - like an eBay/Amazon link or something? There must be a million of those things! |
Re: Early MiniSA .ino files?
Dan Reynolds
On Fri, Jan 31, 2020 at 05:02 AM, Tony Jaques wrote:
The other is that I want to change it (if? necessary) to provide a tester for single Si4432 modules, because of the stories about the ones that I bought only giving an output of -15dBm!Tony, not trying to hijack your thread - but which modules are the good one? Anyone know - like an eBay/Amazon link or something? There must be a million of those things! ? -- Dan Reynolds - KB9JLO |
Re: Spur Reduction
#tinysa
Spur reduction uses small shifts of the first IF.
As the Spurs move around and the real signals are stationary any algorithm that is able to detect this will work Simplist is a minimum hold algorithm Or a running average.? This is not yet implemented in the local code -- HBTE Files section:?/g/HBTE/files Erik, PD0EK |
Spur Reduction
#tinysa
Hi.
Is there any information available about how the spur reduction works in TinySA??? The ILI9341 display has arrived and I have it working with my ESP32.? With the faster updates on the local display it is easy to see spurs as they move if the RF frequency changes, and was wondering about adding spur reduction into the Arduino code. Even if it is too complex for an Arduino, it would still be interesting to understand how it works. Many thanks Dave M0WID |
Re: Early MiniSA .ino files?
On Fri, Jan 31, 2020 at 09:50 AM, <erik@...> wrote:
IF you take the ino file from github and delete all these defines I decided to create a github account create a MS Visual Studio Dev Essentials subscription to review the VS versions to download.? Well... ~900MB for the 2010 Express seemed better than the Visual Studio Community 2015 ~4GB for now ISO.? So downloaded and installed and began reviewing another applications code I was shown. Seems easy and intuitive like VS 2003.NET and 2005 Pro (more like). However, I am wanting to review this apps code (tinySA) and am guessing is derived from the Tapr-VNA... though haven't loaded and read into yet.?? Any advice regarding any differences between the tinySA before I start reading into?? Time to study up the differences between 2003/2005 versions and learn some C# as I've not programmed in before (only VB or C++ with VS) as well as learn how to interface input devices.? Thanks in advance for your time. |
Re: Early MiniSA .ino files?
IF you take the ino file from github and delete all these defines
#define USE_ROTARY? 1
#define USE_DISPLAY 1
// #define USE_SSD1306 1
#define USE_ILI9341 1
there should be nothing left of what you do not want -- HBTE Files section:?/g/HBTE/files Erik, PD0EK |
Re: tinySA power drain
For a standard USB port (no support for "fast charging" etc) it is 500mA. On Fri, 31 Jan 2020 at 16:44, wb6ogd <garywinblad@...> wrote: I am powering my tinySA from a 5V bench power supply and on-board 3.3V regulator (Arduino Nano powered by USB). |
tinySA power drain
I am powering my tinySA from a 5V bench power supply and on-board 3.3V regulator (Arduino Nano powered by USB).
After init, the supply shows about 110mA drain, during and after a sweep it shows only about 70mA. It would be nice if it would be under 100mA so it could be powered exclusively by USB (100mA max, right?). I realize Signal Generator mode would probably be higher, I could use an external supply in that case. Any info? Thanks and 73, Gary WB6OGD |
Early MiniSA .ino files?
Hello Erik, ???? I? really don't like to add even more to your "to-do" list, but as and when you can, I wonder if you can add at least one of the early .ino files to the github (or Forum files) collection. ???? I have two reasons: One is that I prefer to start with the simplest version, and only add the bells and whistles when that is working.? The other is that I want to change it (if? necessary) to provide a tester for single Si4432 modules, because of the stories about the ones that I bought only giving an output of -15dBm! ???? In case you reply that the later versions would perform the earlier functions, I will add that the early file (that I have lost!) compiled ok and ran in an Arduino Nano. But the later files with the rotary encoder, attenuator and display just give me chains of the usual incomprehensible (to me) error messages! I know that you have done enough already, so thank you either way. Tony (G3PTD) |
Re: New tinySA.exe uploaded
¿ªÔÆÌåÓýMy preference is that the whole thing (SA) be ported to a Raspberry Pi, including the hardware control side and part that runs on the PC, making a completely self-contained SA for less than $100¡ that then could be battery powered and completely portable for use in the field. ? ? Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ PJ4/K9HZ VP5/K9HZ PJ2/K9HZ ? Owner - Operator Big Signal Ranch ¨C K9ZC Staunton, Illinois ? Owner ¨C Operator Villa Grand Piton ¨C J68HZ Soufriere, St. Lucia W.I. Rent it: Like us on Facebook! ? Moderator ¨C North American QRO Group at Groups.IO. ? email:? bill@... ? ? From: [email protected] [mailto:[email protected]] On Behalf Of Jerry Gaffke via Groups.Io ? Hard to get a true "Maple Mini" now:??
|
Re: New tinySA.exe problem
I bought these on Ali Express. A little more powerful than the stm32f103 based boards and about the same price.?
https://m.aliexpress.com/item/4000068998794.html?sellerAdminSeq=225519109&spm=a2g0n.search-amp.list.4000068998794&aff_trace_key=8579aea24a4646feb1a851b17fdee222-1576942774546-07232-UneMJZVf&aff_platform=msite&m_page_id=730amp-RqOvgiasXfkKAyk5bgT4fg1580389041433&browser_id=9c6cfcde4b324ba8b4be400eac8f63ff&is_c=N |
Re: New tinySA.exe problem
On Wed, Jan 29, 2020 at 09:19 AM, Dan Reynolds wrote:
I was looking at one on eBay called the ... For that price... I'd consider the more powerful Photon boards.? I just found this even better priced version that matches the Tau price point you noted: Here's the Photon Particle link from their store:
Or i'd consider an ESP32 clone, though I think those are on Aliexpress for cheap or maybe the RaspPi version more homegrown from Michigan:
? ? |