Dave,
Right now I¡¯m stuck at least two weeks for my tests. Indeed the thread on one of the modules SI4432 broke and wanting to re-knit smd came with it because everything is very small. So iI recommended pieces.
Questions for the WIFI:
The module will be put in a metal case, I think it is necessary to provide a small antenna connected to the esp?
As far as the graphic view is concerned, I¡¯ll run some more tests.
A priori I think there is no choice button LOW or HIGH on WIFI view, the touch screen must have priority over the choice, I think.
see code, i think it's confirm that in module WIFI.CPP
....................
case 'a':
switch (setting.Mode) {
case SA_LOW_RANGE:
case SA_HIGH_RANGE:
SetSweepStart ( value * 1000000.0 ); // Set Low range sweep start frequency? ?--->>The same view on LOW or HIGH ???
break;
case SIG_GEN_LOW_RANGE:
SetSweepStart ( value * 1000000.0 ); // Set Low range sweep start frequency
break;...........................................etc, etc....
cdt