Keyboard Shortcuts
Likes
Search
Adding Brightness Control to your sBITX
#sBitx
#sBITX_v3
Also to be safe, the GUI should be changed to limit the backlight to 5% minimum.
toggle quoted message
Show quoted text
This is accomplished by modifying gui.py in "/home/pi/.local/lib/python3.7/site-packages/rpi_backlight"
|
This is a great solution.
It took me a little more time to understand how it works to implement all this at the beginning of May. In my case, with the brightness reduced to 30%, the device uses 6-7 Watts of power (0.48A...0.54A at 12.5V supply voltage) depending on use. With the current limit of 6.00 A, this can go up to 70 W when broadcasting. The transmission current consumption is mostly 4...5A. -- Gyula HA3HZ |
You can also do this from a terminal without an app.
I keep a text file on the Pi desktop with handy commands and copy and paste them into a terminal. Consider adding useful things to the How To. -- 73 ??? Bob? KD8CGH |
On Thu, Dec 28, 2023 at 06:40 AM, Bob Benedict, KD8CGH wrote:
Consider adding useful things to the How To. I've been doing some of that while couch surfing...? It is at?/g/BITX20/wiki/30883 Adding to the WikiThe idea is that any one of us can update the info, wiki editing is very straight forward.? |
rdg
Thanks Dave. ?So much info is buried in the email repository but it’s seemingly difficult to unearth it. ?How many of us are building our own private knowledge base? 73 Roy Sent from for iOS On Thu, Dec 28, 2023 at 14:29, JJ - W9JES via groups.io <w9jes@...> wrote:
Thanks for posting the Wiki links, Dave. I am new to the SBITX platform coming from a uBITX v6. Much appreciated to everyone posting links, tips, and tricks for this awesome piece of kit. |
Taking inspiration from others on the group and trying other builds... I decided to create my own Backlight Control application for the sBitx. I've attempted to make it very easy to install and use without complicated install procedures for those who simply want to use their sBitx.
You can visit my GitHub page for the files and instructions.? - JJ |
开云体育JJ, GitHub is asking for a user name and pass word. Barry ? Sent from for Windows ? From: JJ - W9JES
Sent: Thursday, January 18, 2024 6:57 PM To: [email protected] Subject: Re: [BITX20] Adding Brightness Control to your sBITX #sBitx #sBITX_v3 ? Taking inspiration from others on the group and trying other builds... I decided to create my own Backlight Control application for the sBitx. I've attempted to make it very easy to install and use without complicated install procedures for those who simply want to use their sBitx. ? |
开云体育Yup, entered it verbatim with the terminal and got request? for user name and PW from GitHub. Barry ? Sent from for Windows ? From: Dave, N1AI
Sent: Thursday, January 18, 2024 7:22 PM To: [email protected] Subject: Re: [BITX20] Adding Brightness Control to your sBITX #sBitx #sBITX_v3 ? On Thu, Jan 18, 2024 at 07:09 PM, barry halterman wrote:
That's odd. ? |
On Thu, Jan 18, 2024 at 07:43 PM, barry halterman wrote:
Yup, entered it verbatim with the terminal and got request? for user name and PW from GitHub.Sorry, but I've never seen that before after cloning countles github repos, and am not seeing it with this one. $ git clone https://github.com/drexjj/sBITX-Backlight.git
Cloning into 'sBITX-Backlight'...
remote: Enumerating objects: 44, done.
remote: Counting objects: 100% (44/44), done.
remote: Compressing objects: 100% (43/43), done.
remote: Total 44 (delta 20), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (44/44), 59.76 KiB | 1.99 MiB/s, done.
Resolving deltas: 100% (20/20), done.
?
Maybe post a photo, perhaps I'll spot something...
?-- Regards, Dave, N1AI |
开云体育JJ, et al I was able to install the brightness control this morning. Github did NOT ask for authentication. TU Barry ? Sent from for Windows ? From: JJ - W9JES
Sent: Thursday, January 18, 2024 9:01 PM To: [email protected] Subject: Re: [BITX20] Adding Brightness Control to your sBITX #sBitx #sBITX_v3 ? Hmm. This is new to me as well. I have never authenticated to GH from my sBitx using the browser to associate any type of key or login requirement. I transfer the files over via SCP to my main PC and upload from there.? ? |
toggle quoted message
Show quoted text
On Jan 19, 2024, at 04:52, barry halterman <kthreebo@...> wrote:
|
rdg
I change screen brightness of the 7” screen as follows… the brightness can be adjusted using:
where? Sent from for iOS On Fri, Jan 19, 2024 at 04:26, Gordon Gibby via groups.io <docvacuumtubes@...> wrote:
Could some sort of malware be involved in the issue the gentleman is having? |
See this post..?/g/BITX20/message/108137
He was able to resolve the issue.. There is no malware in the code whatsoever. I wrote it using "sudo sh -c "echo nnn > /sys/class/backlight/rpi_backlight/brightness" where?nnn?is a number from 1 to 255.? And made a slider bar to write the value. - JJ |
toggle quoted message
Show quoted text
On Jan 19, 2024, at 13:27, JJ - W9JES <w9jes@...> wrote:
|
开云体育Guys, The problem was resolved and I suspect I fat fingered something last evening… I even tried more than once. Anyway, this morning? I was able to get it loaded and it runs. I could have put in a dash instead of a underscore or what ever. The OS is very picky on how things are entered I am finding out the hard way. Sorry? to have raised a red flag. 73 Barry ? Sent from for Windows c From: Gordon Gibby
Sent: Friday, January 19, 2024 2:17 PM To: [email protected] Subject: Re: [BITX20] Adding Brightness Control to your sBITX #sBitx #sBITX_v3 ? JJ I wasn’t thinking it was in the code I was thinking it was in his computer.?
? |
Please see the following thread for future updates going forward. This app has been consolidated to a new repository. Thank you.?/g/BITX20/message/108459?
-JJ |