¿ªÔÆÌåÓý

Date

Re: sBITx - Build chain

Kevin Wheatley
 

Thanks Ashhar I'll do that....


On Wed, Nov 10, 2021 at 4:25 PM Ashhar Farhan <farhanbox@...> wrote:
The i2cbb is a library to bit bang i2c protocol to control the si5351. There is a function in sbitx.c called set_lo that changea the frequency by reprogramming the si5351. You can comment that out along with the si5351v2.c file.

On Wed, Nov 10, 2021, 9:52 PM Kevin Wheatley <kevin.m0khz@...> wrote:
sBITx application now running!

So after wiring up the WM8731 codec as per Ashhar's schematic (figure 6 from the paper) and changing the /boot/config.txt to include:
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
dtoverlay=audioinjector-wm8731-audio
(as per Ashhar's instructions), the application is now running... happy days, I can now start to understand how this all hangs together within the Raspberry Pi GTK environment...

Thank you all for getting me this far, I'm sure there will be a lot of questions to follow....

Kevin - M0KHZ

On Tue, Nov 9, 2021 at 3:07 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
I've just ordered a WM8731 breakout board from Radio Spares (UK) . With any luck this will be here tomorrow.... The fun continues...

On Tue, Nov 9, 2021 at 2:32 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
Hi Niels

See attached my current config.txt file... I have commented out the wm8731 line as I don't yet have the codec.

If I run a YouTube video I have sound via the headphone jack, so to my mind I have a sound driver installed and running?

Thanks for the clues, I must be getting close now?

Kevin - M0KHZ

# For more options and information see
#
# Some settings may impact device functionality. See link above for details
?
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
?
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
?
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
?
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
?
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
?
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
?
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
?
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
?
# uncomment for composite PAL
#sdtv_mode=2
?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
?
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
?
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
?
# Additional overlays and parameters are documented /boot/overlays/README
?
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
?
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
?
[all]
#dtoverlay=vc4-fkms-v3d
?
gpio=4,17,27,22,10,9,11,5,6,13,26,16,12,7,8,25,24=ip,pu
gpio=24,23=op,pu
?
?
#Disable under-voltage warning
avoid_warnings=1
?
?
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#dtoverlay=audioinjector-wm8731-audio


Ver 6.x of TFT-Touch based VFO+BFOs for uBitx / Bitx #wsjt-x #arduino #homebrew #kicad #raduino

 

Hello Group,
An updated version of the TFT-Touch screen based VFO + BFOs is available now. It is improved version of earlier Ver5.x.
Updates / details are available on

vu2spf.blogspot.com
and
github.com/sprakashb

Any suggestions are welcome.

73's
VU2SPF
SP Bhatnagar


Re: sBITx - Build chain

 

The i2cbb is a library to bit bang i2c protocol to control the si5351. There is a function in sbitx.c called set_lo that changea the frequency by reprogramming the si5351. You can comment that out along with the si5351v2.c file.


On Wed, Nov 10, 2021, 9:52 PM Kevin Wheatley <kevin.m0khz@...> wrote:
sBITx application now running!

So after wiring up the WM8731 codec as per Ashhar's schematic (figure 6 from the paper) and changing the /boot/config.txt to include:
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
dtoverlay=audioinjector-wm8731-audio
(as per Ashhar's instructions), the application is now running... happy days, I can now start to understand how this all hangs together within the Raspberry Pi GTK environment...

Thank you all for getting me this far, I'm sure there will be a lot of questions to follow....

Kevin - M0KHZ

On Tue, Nov 9, 2021 at 3:07 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
I've just ordered a WM8731 breakout board from Radio Spares (UK) . With any luck this will be here tomorrow.... The fun continues...

On Tue, Nov 9, 2021 at 2:32 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
Hi Niels

See attached my current config.txt file... I have commented out the wm8731 line as I don't yet have the codec.

If I run a YouTube video I have sound via the headphone jack, so to my mind I have a sound driver installed and running?

Thanks for the clues, I must be getting close now?

Kevin - M0KHZ

# For more options and information see
#
# Some settings may impact device functionality. See link above for details
?
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
?
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
?
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
?
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
?
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
?
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
?
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
?
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
?
# uncomment for composite PAL
#sdtv_mode=2
?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
?
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
?
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
?
# Additional overlays and parameters are documented /boot/overlays/README
?
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
?
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
?
[all]
#dtoverlay=vc4-fkms-v3d
?
gpio=4,17,27,22,10,9,11,5,6,13,26,16,12,7,8,25,24=ip,pu
gpio=24,23=op,pu
?
?
#Disable under-voltage warning
avoid_warnings=1
?
?
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#dtoverlay=audioinjector-wm8731-audio


Re: sBITx - Build chain

Kevin Wheatley
 

sBITx application now running!

So after wiring up the WM8731 codec as per Ashhar's schematic (figure 6 from the paper) and changing the /boot/config.txt to include:
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
dtoverlay=audioinjector-wm8731-audio
(as per Ashhar's instructions), the application is now running... happy days, I can now start to understand how this all hangs together within the Raspberry Pi GTK environment...

Thank you all for getting me this far, I'm sure there will be a lot of questions to follow....

Kevin - M0KHZ


On Tue, Nov 9, 2021 at 3:07 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
I've just ordered a WM8731 breakout board from Radio Spares (UK) . With any luck this will be here tomorrow.... The fun continues...

On Tue, Nov 9, 2021 at 2:32 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
Hi Niels

See attached my current config.txt file... I have commented out the wm8731 line as I don't yet have the codec.

If I run a YouTube video I have sound via the headphone jack, so to my mind I have a sound driver installed and running?

Thanks for the clues, I must be getting close now?

Kevin - M0KHZ

# For more options and information see
#
# Some settings may impact device functionality. See link above for details
?
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
?
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
?
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
?
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
?
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
?
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
?
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
?
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
?
# uncomment for composite PAL
#sdtv_mode=2
?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
?
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
?
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
?
# Additional overlays and parameters are documented /boot/overlays/README
?
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
?
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
?
[all]
#dtoverlay=vc4-fkms-v3d
?
gpio=4,17,27,22,10,9,11,5,6,13,26,16,12,7,8,25,24=ip,pu
gpio=24,23=op,pu
?
?
#Disable under-voltage warning
avoid_warnings=1
?
?
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#dtoverlay=audioinjector-wm8731-audio


Re: V6 Arrival

 

Hi Dave,

Let me know what you think of it after you get to use it. I have worked on some of the uBitX rigs for other guys, including the V6. I won't be buying a V6 because I already have a V3 with some refinements. That touch screen is not attractive to me (not repulsive either) so no need for a V6. I am betting you will like it. I like having mine here even though I have other gear that I like.

73,

Bill KU8H

bark less - wag more

On 11/10/21 10:53 AM, David Wilcox K8WPE via groups.io wrote:
DHL comes through again. Ordered V6 on the 2nd and it arrived today, the 10th. Will do my happy dance.

Dave K8WPE

David J. Wilcox¡¯s iPad




.


Re: V6 Arrival

Fr Richard R
 

Way to go!!

Glory to God

On Wed, Nov 10, 2021 at 10:53, David Wilcox K8WPE via groups.io
<Djwilcox01@...> wrote:
DHL comes through again.? Ordered V6 on the 2nd and it arrived today, the 10th.? Will do my happy dance.

Dave K8WPE

David J. Wilcox¡¯s iPad






V6 Arrival

 

DHL comes through again. Ordered V6 on the 2nd and it arrived today, the 10th. Will do my happy dance.

Dave K8WPE

David J. Wilcox¡¯s iPad


Re: Net Report 10 December

 

Joe,
Sounds like fun on an active net.? Is this a BITX net?
--


Re: Net Report 10 December

Joe Bratton
 

Ok, just realized I put December instead of November, must be all those Christmas decorations at Walmart messing with me! Sorry, Net Report was for 10 NOVEMBER.?
Joe


Net Report 10 December

Joe Bratton
 

The band was in very good shape this morning and being net control was a lot of fun. We had 27 QNI and I only needed 4 QSPs. All stations were heard here but those 4 were too lite for a reliable copy--those were in MS, AL and TX, close in for me. Thanks, Rich (WGX), David (1E), and Dr. Bob (UCR) for the relay help today. Lots of very nice fall weather reported today, but Ed K1UQE was the winner of the polar bear with 29F and rain/snow in the forecast. Bundle up there Ed! Jim NK7B was close behind with 30F. Chet reported in /MM and was anchored off east coast of Cape Sable with FB weather. Capt. Bob said he would make another Facebook post today of nostalgic pictures of past WW CW Net members. I have really enjoyed seeing those and you need to check them out if you haven't yet, our net has such a rich history of great ops and mariners. Lloyd VE1VEI was on the skype chat today, still in the hospital and is scheduled for surgery in the next couple of days, keep him in your thoughts and prayers for a quick recovery. Hope to hear him on the net again very soon!?
Hope everyone has a great day, thanks for checking in today!?
73!
Joe
AA5AD?
?
?AA5AD's Net Summary Report for: Waterway CW Net
?Date: 2021/11/10? Frequency: 7.053
?
?Total Number Stations = 27
?
AI6DS Brad FL Partly cloudy, NE breeze, 77/81
K8DSS Ed MI Clear 29/52 snow and rain coming tmw
KT4NN Peter FL Clear Calm 46
W2HW/MM Chet FL Clear Lite Wind 68F
KO1E David RI Cloudy 53/63
K1UQE Ed FL Overcast, Calm 59/77
CO8HH Hernan CUBA Cloudy windy day 23c/26c
KA8KCR Richard FL Foggy Calm 58
K5GP/ST Gene TX Partly Cloudy 60
WB2WGX Rich NY Very nice, clear sky, sunny 40/54
N8LAG Brian AL 46
W5USJ Chuck TX Overcast 58
W4EDE Lee FL 72/79 Wind 10-15
N6ANQ John VA Nice clear morning 52
NK7B Jim MN Cloudy 30
W9UCR DrBob FL Nice Day, Partly Cloudy, Wind NE 5 63/82
KA3OCS CptBob VA Clear 50 nice fall morning
WS4Y Bill FL 50
NA4P Fred NC Clear 44
N1MHC Al ME 41/55 overcast
AF1Z Mark FL Clear Calm 46/77
WB4BBF Randall VA Calm Clear 45/60
KC5GXC Pete MS Sunny Clear Calm 48
KM4IRN Bernard AL Foggy 54/74
VE3CGC/ST Hiro ON Sunny, Calm 75
KC4HCH Roger AL Clear Calm 53 very nice day
AA5AD/NCS Joe AR Foggy, Calm 40/72
?


Re: Adjusting the Smeter on the Raduino32 #esp32 #smeter #raduino32

 

Dear Ramon,

??? GREETINGS.

?????? ??I am very much attracted by your posting in # No 90771 and also the features explained in the you tube video? ¡®ubitx+Raduino32 in action¡¯ . Please accept my congratulations and appreciations.

???????? ?I am having ubitx V6 and I want to install Raduino32 which is having very good desirable functions. I want the following additional details/ clarifications.

1.????? In? the # No 90771, it has been stated that in the ?uBitx v6 unit the original Raduino with Arduino Nano control board has been replaced by a board with an ESP32 microprocessor. The TFT screen is the same as the original uBitx, it is only necessary to unplug the original board and insert the Raduino32 board. ?Kindly confirm no hardware modification is necessary.

2.????? Is any adapter required to plug in the new Raduino32? in the socket of existing Arduino Nano board? ?If required, the details of the adapter

3.????? How to link the signal from Vol. H (detector circuit) ?for ?S meter function?

4.????? ?I downloaded ?software for ESP32 from ?. On extracting the files, there are following ?ino. files

i)cat_libs.ino

ii)cw_autokey.ino

iii)ubitx_keyer.ino

iv) ubitx_menu.ino

v) ubitx_Si5351.ino

vi ubitx_tft320240.ino

vii)ubitx_ui.ino

viii)ubitx_wspr.ino

ix) ubitx_32_20.ino

????? ?Kindly let me know whether all the above sketches/files should be uploaded in the Raduino duly creating necessary subfolders with same names and putting ?relevant files in the respective folders.

5. Is Raduino32 board available at present with all the components soldered as module?

6 Where ?can I get such Raduino32 module?

? Kindly send? the details and help me. Thanks in advance.

? ??????????????????????????With 73

?? ?????????????????????????MUTHU

???????????????????? ???????VU2LMN


Re: Adjusting the Smeter on the Raduino32 #esp32 #smeter #raduino32

 

On Mon, Nov 8, 2021 at 07:58 AM, <ramonlh@...> wrote:
Hola,

It is a uBitx v6 unit in which the original Raduino with Arduino Nano control board has been replaced by a board with an ESP32 microprocessor.
The TFT screen is the same as the original uBitx, it is only necessary to unplug the original board and insert the Raduino32 board.

You can see more details in this thread:?/g/BITX20/topic/esp32_for_ubitx_v6/73386847?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,73386847,previd=1636386193204962588,nextid=1635276595483977055&previd=1636386193204962588&nextid=1635276595483977055


Re: sBitx xtal filter

 

Thanks. It's like "The Bumble Bee Myth" :-)
de oz9ny


Re: sBitx xtal filter

 

This is a 30 KHz filter.


On Tue, Nov 9, 2021 at 10:11 PM Siegfried Jackstien <siegfried.jackstien@...> wrote:

10 to 12 kc?? would make a nice roofing filter on a double conversion :-)

dg9bfc sigi

Am 09.11.2021 um 16:49 schrieb Niels Jalling:
Please give more details on how-to calculate (and build) the 40MHz xtal-filter.
When I calculate values for ladder filters at 40MHz I get a maximum bandwidth of around 10-12kHz.

Niels, oz9ny


Re: sBitx xtal filter

 

¿ªÔÆÌåÓý

10 to 12 kc?? would make a nice roofing filter on a double conversion :-)

dg9bfc sigi

Am 09.11.2021 um 16:49 schrieb Niels Jalling:

Please give more details on how-to calculate (and build) the 40MHz xtal-filter.
When I calculate values for ladder filters at 40MHz I get a maximum bandwidth of around 10-12kHz.

Niels, oz9ny


Re: sBitx xtal filter

 

I did a brute force method.
1. I used a QER filter.? This is an evolution of the Cohn filter that has equal capacitors. It has paralleled crystals in the end points.
2. I started with 4.7 pf capacitors and variable resistors on either side.
3. I swept the filter on Antuino. The bandwidth was too short.
4. I decreased the capacitors to 2.2pf, the bandwidth proved enough (30 khz). I adjusted the terminating resistors to eliminate the ripple.
5. I replaced the terminating resistors with L network to do the impedance transformation.
- f

On Tue, Nov 9, 2021, 9:19 PM Niels Jalling <niels@...> wrote:
Please give more details on how-to calculate (and build) the 40MHz xtal-filter.
When I calculate values for ladder filters at 40MHz I get a maximum bandwidth of around 10-12kHz.

Niels, oz9ny


sBitx xtal filter

 

Please give more details on how-to calculate (and build) the 40MHz xtal-filter.
When I calculate values for ladder filters at 40MHz I get a maximum bandwidth of around 10-12kHz.

Niels, oz9ny


Re: sBITx - Build chain

Kevin Wheatley
 

I've just ordered a WM8731 breakout board from Radio Spares (UK) . With any luck this will be here tomorrow.... The fun continues...

On Tue, Nov 9, 2021 at 2:32 PM Kevin Wheatley via <kevin.m0khz=[email protected]> wrote:
Hi Niels

See attached my current config.txt file... I have commented out the wm8731 line as I don't yet have the codec.

If I run a YouTube video I have sound via the headphone jack, so to my mind I have a sound driver installed and running?

Thanks for the clues, I must be getting close now?

Kevin - M0KHZ

# For more options and information see
#
# Some settings may impact device functionality. See link above for details
?
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
?
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
?
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
?
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
?
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
?
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
?
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
?
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
?
# uncomment for composite PAL
#sdtv_mode=2
?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
?
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
?
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
?
# Additional overlays and parameters are documented /boot/overlays/README
?
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
?
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
?
[all]
#dtoverlay=vc4-fkms-v3d
?
gpio=4,17,27,22,10,9,11,5,6,13,26,16,12,7,8,25,24=ip,pu
gpio=24,23=op,pu
?
?
#Disable under-voltage warning
avoid_warnings=1
?
?
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#dtoverlay=audioinjector-wm8731-audio


Re: sBITx - Build chain

Kevin Wheatley
 

Hi Niels

See attached my current config.txt file... I have commented out the wm8731 line as I don't yet have the codec.

If I run a YouTube video I have sound via the headphone jack, so to my mind I have a sound driver installed and running?

Thanks for the clues, I must be getting close now?

Kevin - M0KHZ

# For more options and information see
# http://rpf.io/configtxt
# Some settings may impact device functionality. See link above for details
?
# uncomment if you get no picture on HDMI for a default "safe" mode
#hdmi_safe=1
?
# uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
#disable_overscan=1
?
# uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
#overscan_left=16
#overscan_right=16
#overscan_top=16
#overscan_bottom=16
?
# uncomment to force a console size. By default it will be display's size minus
# overscan.
#framebuffer_width=1280
#framebuffer_height=720
?
# uncomment if hdmi display is not detected and composite is being output
#hdmi_force_hotplug=1
?
# uncomment to force a specific HDMI mode (this will force VGA)
#hdmi_group=1
#hdmi_mode=1
?
# uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
#hdmi_drive=2
?
# uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
#config_hdmi_boost=4
?
# uncomment for composite PAL
#sdtv_mode=2
?
#uncomment to overclock the arm. 700 MHz is the default.
#arm_freq=800
?
# Uncomment some or all of these to enable the optional hardware interfaces
#dtparam=i2c_arm=on
#dtparam=i2s=on
#dtparam=spi=on
?
# Uncomment this to enable infrared communication.
#dtoverlay=gpio-ir,gpio_pin=17
#dtoverlay=gpio-ir-tx,gpio_pin=18
?
# Additional overlays and parameters are documented /boot/overlays/README
?
# Enable audio (loads snd_bcm2835)
#dtparam=audio=on
?
[pi4]
# Enable DRM VC4 V3D driver on top of the dispmanx display stack
dtoverlay=vc4-fkms-v3d
max_framebuffers=2
?
[all]
#dtoverlay=vc4-fkms-v3d
?
gpio=4,17,27,22,10,9,11,5,6,13,26,16,12,7,8,25,24=ip,pu
gpio=24,23=op,pu
?
?
#Disable under-voltage warning
avoid_warnings=1
?
?
# Enable audio (loads snd_bcm2835)
dtparam=audio=on
#dtoverlay=audioinjector-wm8731-audio


Re: sBITx - Build chain

 


You have no sound card installed.
or maybe you have not enabled the sound card driver in /boot/config.txt

Niels, oz9ny