Code Monkey home page Code Monkey logo

Comments (7)

WestleyK avatar WestleyK commented on June 5, 2024

from rpi-backlight.

max-circlefade avatar max-circlefade commented on June 5, 2024

Hey,
Thanks for the quick answer. Yes I'm using the official touchscreen, with its dedicated power supply. Actually it is a cheap phone one so issue might be linked to that as well.

The fact it is in deed a PWM on off method explains half of the problem.

Is there a way to know the commutation frequency somewhere in the code ? If so I will run some calculations to see if freq could be less than 20kHZ for low brightness values.

from rpi-backlight.

linusg avatar linusg commented on June 5, 2024

Hi guys,

I have pretty much no idea about the physics behind this, but I can forward this to the German Raspberry Pi forum and keep you updated.

from rpi-backlight.

max-circlefade avatar max-circlefade commented on June 5, 2024

Hey
Thanks that would be great :)
Now that I think about it the answer regarding the PWM freq should be defined in the touch screen firmware.. but it doesn't seem to be open source. Will also continue investigating on my side!

from rpi-backlight.

WestleyK avatar WestleyK commented on June 5, 2024

from rpi-backlight.

WestleyK avatar WestleyK commented on June 5, 2024

You can also try to turn off the backlight:

$ sudo bash -c "echo 1 > /sys/class/backlight/rpi_backlight/bl_power"

Then see if its still emitting that noise.

Make sure you are ssh into the pi, otherwise it will be hard to turn it back on ;)
echo 0 to turn it back on.

from rpi-backlight.

linusg avatar linusg commented on June 5, 2024

Well, since this is the rpi-backlight repository you might as well use the Python API for turning the backlight off (which, frankly, uses the same command under the hood) 😂

Response from the forum so far: does it hapenn with another psu as well? Those from phones are made for charging and not stable voltage and usually not recommended.

from rpi-backlight.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.