General • Re: Cannot make 2 PWM work at the same time
Code: uint slice_numLED = 0;uint slice_numSTEP = 0;Wouldn't you want those to be different values?Thank you for the reply!It's just initialization values to make the compiler happy. The actual number...
View ArticleBeginners • Re: Modules vs programming your own microcontroller
I have no idea if that sensor will do what you want. That's up to you to decide, based on the information they provide. Read the datasheet and application notes and see what features the chip...
View ArticleNetworking and servers • Re: dnsmasq fresh install stop-dns-rebind and dnsbomb
It hasn't been the only fix done lately to DNS servers, but you are on the right track.Given that this one, has been available since Feb 13 and it hasn't got either to the raspberry or Debian (didn't...
View ArticleGeneral discussion • Re: Lecroy HDO6104 oscilloscope with pyvisa
Code: rm = pyvisa.ResourceManager('@py')On windows NI VISA is the backend, on linux it is pyvisa-py. You need '@py'Here's my Lecroy scope github page:https://github.com/charkster/lecroyStatistics:...
View ArticleThe MagPi • Re: Article Suggestion - In-depth description of Bookworn Sound...
thirdedI am working w/ a max98357a from adafruit and w/ a zero 2 WThere are some basic instructions on the adafruit site that got me up and running - https://learn.adafruit.com/adafruit-max ......
View ArticleGeneral discussion • qemu buildroot image for rpi4: serial console login and...
Hi All,I wanted to build a very minimal embedded linux image consisting of only busybox , bash , less, nano and vim.Enabled serial console option in boot/config.txt . Used buildroot to build a aarch64...
View ArticleTroubleshooting • Raspberry Pi Model 3B flashing green light
Hello, I am having issues with my Raspberry Pi Model B. When I power up the device, the red light doesn't flash at all, but the green light flashes once, does like 3 mini flashes (like it's spazzing...
View ArticleBeginners • Re: HDMI Overscan
I had a very similar problem. Buried somewhere deep in this site I found this...Code: video=HDMI-A-1:margin_left=50,margin_right=50,margin_top=30,margin_bottom=30Just append this to the end of...
View ArticleGeneral discussion • Re: New Raspberry Pi PMIC partnership
Good point. I dug down through a news article which suggested to me it was talking about PMIC but perhaps not, could be related to on-SoC IP.Still sounds like good news.RP2040 is on a 40nm node......
View ArticlePython • Re: Program that works in windows not working on pi
None of that code by itself does anything.Post the entire code.main.py:Code: import jsonstartmoney = 1000data = {}def read_file(): f = open("data.txt", "r") file_contents = f.read() f.close()...
View ArticleBeginners • Re: Pi 5 Net Install SUPER SLOW - please help
This is not an solution instead another query! Is your ssd connected via PCIE or USB as in my case the USB ssd is not detected but USB flash drives are detected. But I installed OS on Same SSD via RPI...
View ArticleOther projects • Re: Custom Key pad
ok....that took a bit longer than I thought and it's not a great drawing but I have drawn all the lines I can see to where they go (the front view was the worst to see and became really confusing) on...
View ArticleRaspberry Pi OS • Re: How to install Raspberry Pi Buster?
(So I had to install Bookworm because my Pi isn't built to support Buster)I tried going through the steps in the pibooth website, but Step 8 gave me this error:Code: sudo pips install pibootherror:...
View ArticleHATs and other add-ons • Re: Can I connect multiple PCIe hats to an RPi5?
This Thread has been inactive since April.Plus, I was just asking about something that had already been posted about. That a pie could not be booted from those third party in vme hats.And lastly, when...
View ArticleOther programming languages • Re: Perl error in Buster
yeah, I wouldn't recommend sharing any path in @INC on a networkStatistics: Posted by scruss — Wed Jun 05, 2024 1:44 am
View ArticleTroubleshooting • Do I have to rewrite my opencv python code for bookworm?
I installed bookworm on a pi 4 8gb. Libcamera stuff works, so does PiCamera2. I am trying to get all of my opencv programs running. A simple camera snippet won't work.Code: import numpy as npimport...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
I'll confirm this tomorrow but I suspect we tested the hailo device at gen 3 speeds and it worked fine. Note that the interface is not qualified for Gen 3 but will actually run at gen 3 for a lot of...
View ArticleTroubleshooting • Re: Got my first Pi, DOA?
I don't believe that is recoverable.So I just got a bricked device? Is this common? Are devices not tested before being sent out?Not the best first experience.I got mine from Vilros.I think it's...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
We are looking into longer screws so the official case can be used more easily.Thanks. Would make sense as a pack in extra for one of the items.Question now is : where can I get just four 8mm screws,...
View ArticleBeginners • Re: Connecting a LQ035NC111
So I've been looking at vids and online guides and came to the decision of a driver board for that specific LCD. I'm just curious about wiring it up, so the driver board is 12V so I'll be using an...
View Article