paulh002 / sdrberry

Raspberry pi SDR tranceiver using lvgl gui
GNU General Public License v3.0
52 stars 6 forks source link

it installed it. #23

Closed RichNeese closed 1 year ago

RichNeese commented 1 year ago

/root/sdrberry/build/_deps/wsjtx_lib-src/wsjtx_lib.cpp:6:10: fatal error: fftw3.h: No such file or directory 6 | #include | ^~~~~ compilation terminated. make[2]: [_deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/build.make:76: _deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/wsjtx_lib.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:227: _deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/all] Error 2 make: [Makefile:136: all] Error 2 [ 0%] Building CXX object _deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/wsjtx_lib.cpp.o /root/sdrberry/build/_deps/wsjtx_lib-src/wsjtx_lib.cpp:6:10: fatal error: fftw3.h: No such file or directory 6 | #include | ^~~~~ compilation terminated. make[2]: [_deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/build.make:76: _deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/wsjtx_lib.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:227: _deps/wsjtx_lib-build/CMakeFiles/wsjtx_lib.dir/all] Error 2 make: [Makefile:136: all] Error 2

RichNeese commented 1 year ago

there is no fftw3-dev on bullseye should it not be fftw2-dev

paulh002 commented 1 year ago

No, it has to be fftw3-dev, see https://www.fftw.org/ fftw3-dev is available i just installed it on a fresh OS (64 bit bullseye)

[image: image.png]

Op ma 28 aug 2023 om 23:49 schreef Richard Neese @.***>:

there is no fftw3-dev on bullseye should it not be fftw2-dev

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696475473, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUH3DSB5BZDKJZHYLXDXXUG7PANCNFSM6AAAAAA4CAGXGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

paulh002 commented 1 year ago

Did you upgrade bullseye before install?? sudo apt update sudo apt upgrade

Op ma 28 aug 2023 om 23:49 schreef Richard Neese @.***>:

there is no fftw3-dev on bullseye should it not be fftw2-dev

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696475473, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUH3DSB5BZDKJZHYLXDXXUG7PANCNFSM6AAAAAA4CAGXGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

RichNeese commented 1 year ago

just updated the repos again for the 1th time its there now

RichNeese commented 1 year ago

yes I did a full upgrade and it only showed fftw2 but fftw3 is there now

RichNeese commented 1 year ago

Package fftw3-dev is a virtual package provided by: libfftw3-dev 3.3.8-2 [Not candidate version]

E: Package 'fftw3-dev' has no installation candidate

RichNeese commented 1 year ago

it has to be libftw3-dev

paulh002 commented 1 year ago

I don't have this issue, just installed it. Which version of bullseye did you install?? Raspberry Pi OS Lite (64-bit) ? This version is missing a lot of packages, best to install the full version and use raspi-config to switch to cli mode

Op di 29 aug 2023 om 00:03 schreef Richard Neese @.***>:

Package fftw3-dev is a virtual package provided by: libfftw3-dev 3.3.8-2 [Not candidate version]

E: Package 'fftw3-dev' has no installation candidate

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696489162, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUBWP76NSBTQFZFQXR3XXUIUVANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

yes I used the light. version since we are only doing console but will grab and rebuild

paulh002 commented 1 year ago

Ok, I see. Will change it

Op di 29 aug 2023 om 00:11 schreef Richard Neese @.***>:

it has to be libftw3-dev

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696496376, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUDPQL5GT6CDX7D4LTTXXUJRRANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

so what board are you using to get mic input and audio output from the your hardware what dac ?

RichNeese commented 1 year ago

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

paulh002 commented 1 year ago

For audio I use a generic USB audio card. It can be anything. One that works ok is UGREEN audio adapter. But all the cheap USB audio cards works.

Op di 29 aug 2023 om 00:16 schreef Richard Neese @.***>:

so what board are you using to get mic input and audio output from the your hardware what dac ?

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696499977, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGLB6I6CKK2I6SCTFLXXUKC7ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

paulh002 commented 1 year ago

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

Ok it built and starts but its complaining no sdr found I am using the hackrf

On Aug 28, 2023, at 6:31 PM, Paul @.***> wrote:

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696514644, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITP37Q5AW7CIMFBDJ2NLXXUL2JANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.

paulh002 commented 1 year ago

in the GUI setup page you can choose hackrf. Or in sdrberry_settings.cfg edit the default to hackrf It has probably radioberry now as default

Op di 29 aug 2023 om 00:45 schreef Richard Neese @.***>:

Ok it built and starts but its complaining no sdr found I am using the hackrf

On Aug 28, 2023, at 6:31 PM, Paul @.***> wrote:

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696514644>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITP37Q5AW7CIMFBDJ2NLXXUL2JANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696526964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUDMNWLO6PVRZT7F6XDXXUNPTANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

All I am not getting touchscreen and its not giving me a menu I also have to fall back to where you said to change display size

On Aug 28, 2023, at 6:52 PM, Paul @.***> wrote:

in the GUI setup page you can choose hackrf. Or in sdrberry_settings.cfg edit the default to hackrf It has probably radioberry now as default

Op di 29 aug 2023 om 00:45 schreef Richard Neese @.***>:

Ok it built and starts but its complaining no sdr found I am using the hackrf

On Aug 28, 2023, at 6:31 PM, Paul @.***> wrote:

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696514644>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITP37Q5AW7CIMFBDJ2NLXXUL2JANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696526964, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUDMNWLO6PVRZT7F6XDXXUNPTANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696532732, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITP3QU5ZNK4KMNUQIBOLXXUOKVANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.

paulh002 commented 1 year ago

It is looking for touch screen driver. The name is configured in the cfg file.cd The standard is touchscreen = "raspberrypi-ts" I don't know the name for an usb touch screen, but the names of all input devices are listed during startup

Op di 29 aug 2023 om 00:57 schreef Richard Neese @.***>:

All I am not getting touchscreen and its not giving me a menu I also have to fall back to where you said to change display size

On Aug 28, 2023, at 6:52 PM, Paul @.***> wrote:

in the GUI setup page you can choose hackrf. Or in sdrberry_settings.cfg edit the default to hackrf It has probably radioberry now as default

Op di 29 aug 2023 om 00:45 schreef Richard Neese @.***>:

Ok it built and starts but its complaining no sdr found I am using the hackrf

On Aug 28, 2023, at 6:31 PM, Paul @.***> wrote:

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696514644>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ACEITP37Q5AW7CIMFBDJ2NLXXUL2JANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696526964>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUDMNWLO6PVRZT7F6XDXXUNPTANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696532732>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITP3QU5ZNK4KMNUQIBOLXXUOKVANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696536910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUE3A4DK2IQSRV77MJ3XXUO6BANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

I have the waveshare. https://www.waveshare.com/wiki/7inch_DSI_LCD_(C)

RichNeese commented 1 year ago

ok working on htis leave here for notes while I fgure this out\

paulh002 commented 1 year ago

install:

apt install input-utils

and issue

lsinput

this will list all your input devices along with some information about each device

Op di 29 aug 2023 om 01:08 schreef Richard Neese @.***>:

I have the waveshare. https://www.waveshare.com/wiki/7inch_DSI_LCD_(C)

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696545601, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUCXTT7MXJHJUWE3Q73XXUQIFANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

/dev/input/event10 bustype : BUS_I2C vendor : 0x416 product : 0x38f version : 4192 name : "WS Capacitive TouchScreen" phys : "input/ts" bits ev : (null) (null) (null)

paulh002 commented 1 year ago

Just send me the list of names, I will check the code and add the name. The config line is not working. I will change that. I will check tomorrow. It a bit late here.

Op di 29 aug 2023 om 01:16 schreef Richard Neese @.***>:

ok working on htis leave here for notes while I fgure this out\

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696551329, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUBSY5D6XRO3TA2ZVT3XXURFFANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

ok

RichNeese commented 1 year ago

need to put in the doc also that it has to be a waveshare 800x600 . until we can get 1024x600 working as a option

paulh002 commented 1 year ago

You can add the code below to evdev.c line 74 (after ptr = strstr(name, "ft5x06");) or replace the file evdev.c in lv_drivers\indev\evdev.c

if (ptr == NULL) // Bullseye changed driver name ptr = strstr(name, "WS Capacitive TouchScreen");

Op di 29 aug 2023 om 01:18 schreef Richard Neese @.***>:

/dev/input/event10 bustype : BUS_I2C vendor : 0x416 product : 0x38f version : 4192 name : "WS Capacitive TouchScreen" phys : "input/ts" bits ev : (null) (null) (null)

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696552424, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUAPP5VXZ5LFQMMULNTXXURKXANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

/**

/*****

include

include

include

if USE_BSD_EVDEV

include <dev/evdev/input.h>

else

include <linux/input.h>

endif

/*****

/**

/**

/**

int evdev_key_val;

/**

/**

/**

if USE_BSD_EVDEV

fcntl(evdev_fd, F_SETFL, O_NONBLOCK);

else

fcntl(evdev_fd, F_SETFL, O_ASYNC | O_NONBLOCK);

endif

evdev_root_x = 0;
evdev_root_y = 0;
evdev_key_val = 0;
evdev_button = LV_INDEV_STATE_REL;

} /**

if USE_BSD_EVDEV

 fcntl(evdev_fd, F_SETFL, O_NONBLOCK);

else

 fcntl(evdev_fd, F_SETFL, O_ASYNC | O_NONBLOCK);

endif

 evdev_root_x = 0;
 evdev_root_y = 0;
 evdev_key_val = 0;
 evdev_button = LV_INDEV_STATE_REL;

 return true;

} /**

if EVDEV_CALIBRATE

data->point.x = map(evdev_root_x, EVDEV_HOR_MIN, EVDEV_HOR_MAX, 0, drv->disp->driver->hor_res);
data->point.y = map(evdev_root_y, EVDEV_VER_MIN, EVDEV_VER_MAX, 0, drv->disp->driver->ver_res);

else

data->point.x = evdev_root_x;
data->point.y = evdev_root_y;

endif

data->state = evdev_button;

if(data->point.x < 0)
  data->point.x = 0;
if(data->point.y < 0)
  data->point.y = 0;
if(data->point.x >= drv->disp->driver->hor_res)
  data->point.x = drv->disp->driver->hor_res - 1;
if(data->point.y >= drv->disp->driver->ver_res)
  data->point.y = drv->disp->driver->ver_res - 1;
return ;

}

/**

endif

RichNeese commented 1 year ago

Ok touch works but we have to get it working correctly. As the touchpoint are off

On Aug 28, 2023, at 7:06 PM, Paul @.***> wrote:

It is looking for touch screen driver. The name is configured in the cfg file.cd The standard is touchscreen = "raspberrypi-ts" I don't know the name for an usb touch screen, but the names of all input devices are listed during startup

Op di 29 aug 2023 om 00:57 schreef Richard Neese @.***>:

All I am not getting touchscreen and its not giving me a menu I also have to fall back to where you said to change display size

On Aug 28, 2023, at 6:52 PM, Paul @.***> wrote:

in the GUI setup page you can choose hackrf. Or in sdrberry_settings.cfg edit the default to hackrf It has probably radioberry now as default

Op di 29 aug 2023 om 00:45 schreef Richard Neese @.***>:

Ok it built and starts but its complaining no sdr found I am using the hackrf

On Aug 28, 2023, at 6:31 PM, Paul @.***> wrote:

I don't know if that works correctly, But you can change the size in sdrberry.cpp In line 47 and 48 is the display size configured. You can change it and rebuild (cd in sdrberry/build and de make and sudo make install) not necessary to run the whole install script again. An other thing to check is the color depth, it is set to 16. Sometimes you have to force the display in to 16 colors in /boot/config.txt By adding the lines max_framebuffers=2 framebuffer_depth=16

Op di 29 aug 2023 om 00:17 schreef Richard Neese @.***>:

also I have the waveshare 1024x600 it was what I had on hand. yes its i2c for touch and the driver is installed and I have it working

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696501572>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/AIOBYUHTVPT6WMG2O4C3LDDXXUKHZANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696514644>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ACEITP37Q5AW7CIMFBDJ2NLXXUL2JANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696526964>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUDMNWLO6PVRZT7F6XDXXUNPTANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696532732>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITP3QU5ZNK4KMNUQIBOLXXUOKVANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696536910, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUE3A4DK2IQSRV77MJ3XXUO6BANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1696543852, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITP7TEVE3JLXWDTOIWWLXXUP7TANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.

RichNeese commented 1 year ago

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

RichNeese commented 1 year ago

I am going to start a fesh instll this am also.

RichNeese commented 1 year ago

DO you plan to add bluetooth support for bluetooth headsets . do you plan to add vox ? I will be reading code but I dont see what is and is not supported

paulh002 commented 1 year ago

it should be sdrberry without ./

Op di 29 aug 2023 om 13:13 schreef Richard Neese @.***>:

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697241058, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGXJS2FTUBHLLOHJLTXXXFE7ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

paulh002 commented 1 year ago

I have supported bluetooth but it creates a lot of delay. So if you change the frequency with an optical encoder the sound is delayed and makes it unusable. That is the reason I removed it. You can add bluetooth sound using pulseaudio, but that is a bit of a challenge. But it does work.

Op di 29 aug 2023 om 13:16 schreef Richard Neese @.***>:

DO you plan to add bluetooth support for bluetooth headsets . do you plan to add vox ? I will be reading code but I dont see what is and is not supported

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697245099, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUD3RBYGYVF723FYHMDXXXFQ5ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

paulh002 commented 1 year ago

Vox is a good idea, I will look into it. I use a icom sm30 microphone and switch to transmit using a cat command. I use a ESP32 board which connects to an optical encoder and also has rx/tx switching. It would also be possible to use a GPIO pin. An alternative is a video editor wheel like Contour ShuttleXpress they are not so expensive. I am also checking some cheap usb encoder from aliexpress https://nl.aliexpress.com/item/1005005226135891.html?spm=a2g0o.store_pc_allProduct.8148356.1.3e5c6f9dK1tuyt&pdp_npi=3%40dis%21EUR%21%E2%82%AC%2028%2C84%21%E2%82%AC%2014%2C42%21%21%21%21%21%40211b812f16933085829831116e250c%2112000032265852203%21sh%21NL%21173531318

Op di 29 aug 2023 om 13:16 schreef Richard Neese @.***>:

DO you plan to add bluetooth support for bluetooth headsets . do you plan to add vox ? I will be reading code but I dont see what is and is not supported

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697245099, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUD3RBYGYVF723FYHMDXXXFQ5ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

Uncomment the WaveShare screen you use.

Enable Waveshare 7inch_DSILCD(B) 800x460

cat >> EOF << /boot/config.txt

dtoverlay=vc4-kms-v3d

dtoverlay=vc4-kms-dsi-7inch

EOF

Enable Waveshare 7inch DSI LCD (C) 1024×600 driver:

git clone https://github.com/waveshare/Waveshare-DSI-LCD

cd Waveshare-DSI-LCD/6.1.21/64

sudo bash ./WS_xinchDSI_MAIN.sh 70C I2C1

Adding this to test that would make it easier to add the touchscreens

On Aug 29, 2023, at 7:21 AM, Paul @.***> wrote:

it should be sdrberry without ./

Op di 29 aug 2023 om 13:13 schreef Richard Neese @.***>:

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697241058, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGXJS2FTUBHLLOHJLTXXXFE7ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697252442, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITPZVVWP7PEHP6466SO3XXXGFNANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.

paulh002 commented 1 year ago

I don't understand your remark. But I think it is about the rotation of the touchscreen. Best to disable the kms driver and use the legacy video driver. See https://www.raspberrypi.com/documentation/accessories/display.html The legacy driver is a bit easier to manipulate the touch screen. Make sure the touchscreen and mouse have the same rotation.

Op di 29 aug 2023 om 13:41 schreef Richard Neese @.***>:

Uncomment the WaveShare screen you use.

Enable Waveshare 7inch_DSILCD(B) 800x460

cat >> EOF << /boot/config.txt

dtoverlay=vc4-kms-v3d

dtoverlay=vc4-kms-dsi-7inch

EOF

Enable Waveshare 7inch DSI LCD (C) 1024×600 driver:

git clone https://github.com/waveshare/Waveshare-DSI-LCD

cd Waveshare-DSI-LCD/6.1.21/64

sudo bash ./WS_xinchDSI_MAIN.sh 70C I2C1

Adding this to test that would make it easier to add the touchscreens

On Aug 29, 2023, at 7:21 AM, Paul @.***> wrote:

it should be sdrberry without ./

Op di 29 aug 2023 om 13:13 schreef Richard Neese @.***>:

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697241058>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUGXJS2FTUBHLLOHJLTXXXFE7ANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697252442>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITPZVVWP7PEHP6466SO3XXXGFNANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697279576, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGEP6EQSVEC5CIECB3XXXIN3ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

RichNeese commented 1 year ago

I will send a video when done building . That shows the issue.

On Aug 29, 2023, at 8:11 AM, Paul @.***> wrote:

I don't understand your remark. But I think it is about the rotation of the touchscreen. Best to disable the kms driver and use the legacy video driver. See https://www.raspberrypi.com/documentation/accessories/display.html The legacy driver is a bit easier to manipulate the touch screen. Make sure the touchscreen and mouse have the same rotation.

Op di 29 aug 2023 om 13:41 schreef Richard Neese @.***>:

Uncomment the WaveShare screen you use.

Enable Waveshare 7inch_DSILCD(B) 800x460

cat >> EOF << /boot/config.txt

dtoverlay=vc4-kms-v3d

dtoverlay=vc4-kms-dsi-7inch

EOF

Enable Waveshare 7inch DSI LCD (C) 1024×600 driver:

git clone https://github.com/waveshare/Waveshare-DSI-LCD

cd Waveshare-DSI-LCD/6.1.21/64

sudo bash ./WS_xinchDSI_MAIN.sh 70C I2C1

Adding this to test that would make it easier to add the touchscreens

On Aug 29, 2023, at 7:21 AM, Paul @.***> wrote:

it should be sdrberry without ./

Op di 29 aug 2023 om 13:13 schreef Richard Neese @.***>:

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697241058>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUGXJS2FTUBHLLOHJLTXXXFE7ANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697252442>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITPZVVWP7PEHP6466SO3XXXGFNANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697279576, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGEP6EQSVEC5CIECB3XXXIN3ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697321226, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITP4OZBQZ4RM6U5H4OJDXXXL7TANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.

RichNeese commented 1 year ago

New Debian images for pi https://raspi.debian.net/tested-images/

These images are for bookworm.

I am testing on bookworm now . Also I have been making you install scripts more stable .

1) moving builds to /usr/src where they should be done.

2) addend checking that when it cd to a dir if it does not exist it exits the script and stopes building/installing.

. I will post once tested.

On Aug 29, 2023, at 8:11 AM, Paul @.***> wrote:

I don't understand your remark. But I think it is about the rotation of the touchscreen. Best to disable the kms driver and use the legacy video driver. See https://www.raspberrypi.com/documentation/accessories/display.html The legacy driver is a bit easier to manipulate the touch screen. Make sure the touchscreen and mouse have the same rotation.

Op di 29 aug 2023 om 13:41 schreef Richard Neese @.***>:

Uncomment the WaveShare screen you use.

Enable Waveshare 7inch_DSILCD(B) 800x460

cat >> EOF << /boot/config.txt

dtoverlay=vc4-kms-v3d

dtoverlay=vc4-kms-dsi-7inch

EOF

Enable Waveshare 7inch DSI LCD (C) 1024×600 driver:

git clone https://github.com/waveshare/Waveshare-DSI-LCD

cd Waveshare-DSI-LCD/6.1.21/64

sudo bash ./WS_xinchDSI_MAIN.sh 70C I2C1

Adding this to test that would make it easier to add the touchscreens

On Aug 29, 2023, at 7:21 AM, Paul @.***> wrote:

it should be sdrberry without ./

Op di 29 aug 2023 om 13:13 schreef Richard Neese @.***>:

in the install_guide.txt last line is wrong

//Run sdrberry ./sdrberry

should it not be sdrberry.sh ?

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697241058>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AIOBYUGXJS2FTUBHLLOHJLTXXXFE7ANCNFSM6AAAAAA4CAGXGE>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697252442>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACEITPZVVWP7PEHP6466SO3XXXGFNANCNFSM6AAAAAA4CAGXGE>.

You are receiving this because you authored the thread.

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697279576, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIOBYUGEP6EQSVEC5CIECB3XXXIN3ANCNFSM6AAAAAA4CAGXGE . You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/paulh002/sdrberry/issues/23#issuecomment-1697321226, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACEITP4OZBQZ4RM6U5H4OJDXXXL7TANCNFSM6AAAAAA4CAGXGE. You are receiving this because you authored the thread.