Interfacing (DSI, CSI, I2C, etc.) • Hardware PWM controll on RPi5
Hello,I am making a project that involves servo and PWM controll. I am using Python and I tried multiple solutions for this problem. First solution that kind of worked was using gpiozero library....
View ArticleTroubleshooting • Re: Pi 4 - No Ethernet
Your difficulties might be explained by a failing Power Supply, or the cables via which it is connected. I think perhaps the network devices might be early victims of insufficient power, even if the...
View ArticleAutomation, sensing and robotics • Re: Help with connecting pi to xy plotter...
Hi ghp,Yes It uses GRBL. The github repo accounts for that. I however was not able to get the interfacing to workI tried a pen up command and it didn't quite workCode: echo -e "G00 G90 G21 X10 Y-10...
View ArticleTroubleshooting • Re: RPi5 Wayland: Monitor "OFF Button" reboots RPi5
Code: console=serial0,115200 console=tty1 root=PARTUUID=a87c3777-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles...
View ArticleHATs and other add-ons • Re: Why is there no M.2 HAT+ overlay?
If you have a Pi M.2 HAT+ and if you really want to see for yourself what the EEPROM contains and whether it specifies a DT overlay, you can just dump and decode the contents yourself:1. Make sure...
View ArticleOther projects • Re: Communication with python between pi and computer via usb
@ame thankyou, first of all i carnt use a serial port adapter that plugs onto gpio, it has to be fully through usb, second of all i carnt use sockets because it has to be done all offline because the...
View ArticleTroubleshooting • Re: New RPI won't boot with old SD card
The old OS won't run on a new Pi 3B+ without an update. You need to update some of the boot files on the SD card. I thought that Buster was updated to support those, but it's possible it wasn't.Look...
View ArticlePython • Re: help wanted with code not working
it is old indeed and i was wondering if someone can maybe make it work because i really wanted to use itAs a final contribution to this thread:Have you tried contyacting the original author via...
View ArticleGeneral discussion • Re: Raspberry pi hardware simulation
Hello, I've been reading about 'simulating' raspberry pi hardware on other devices, and I've heard about various different methods, from Microsoft Azure to the Raspberry Pi Desktop...
View ArticleSDK • Re: "Raspberry Pi Pico File System Selection Guide"
Nice. I just thought I'd mention that there are (at least) a couple of other file systems available on the Pico:sdFat: This is for Arduino, but ZuluSCSI uses it, too (with SDIO and without Arduino...
View ArticleGeneral • Re: Forthcoming "RP235x"
You don't understand frameworks? Speculation is actually a framework. It can shift between latency and utilization. They even sorted out the networking issues. Hyperthreading is just misunderstood....
View ArticleCamera board • Re: How do I control Pin 12 on the camera bus?
Hi 6by9,Which Pi are you using? Oh, my bad! I forgot to mention which device I am using. It is RPi 4B. Can I control it (Pin 12) in my device? (This is a internal development, if we want to release...
View ArticleSDK • Re: openOCD doest work Ubuntu
Back in January I wrote up a little "Getting Started with Raspberry Pi Pico and Ubuntu" with some notes on my experience.Statistics: Posted by carlk3 — Mon May 27, 2024 2:58 am
View ArticleBeginners • Re: Connect bluetooth using pipewire
The solution that worked for me was to remove/reinstall some pipewire packages and enable them on startup:Code: sudo apt reinstall pipewire pipewire-bin pipewire-pulsesystemctl --user --now enable...
View ArticleGeneral discussion • Re: Annoying boot problem
How much current is required by each of your drives and enclosures?If the combined total is more than 1.6A you will need to find a safe way to make one of both of the drives self powered. Usual...
View ArticleTroubleshooting • Re: Working with Raspbian Jessie and Raspi Zero2W to make...
Build a disk with three partions.1. exFAT for /boot (needs to be at least 256MB needs to be a primary partition)2. ext4 for Linux /root (store Linux on a Linux partition)3. exFAT or NTFS for /media...
View ArticleGeneral discussion • Re: Top Photo Editing App & Free Download Guide
Download pics art mod apk its molded version. To you use all features. You need remini then download Remini mod apk app.huh?And another vote for gimp.Statistics: Posted by thagrol — Mon May 27, 2024...
View ArticleRaspberry Pi Connect • Re: Will Connect be made available for Earlier Pi's
@B.GoodeThank you for your very comprehensive replies (the same as you have been supporting me for years!)You are right to correct me that VNC is not being withdrawn, I should have made it clear that...
View ArticleOther programming languages • Re: JSCAD — JavaScript CAD in your browser
Some more news on JSCAD.Yesterday my first pull request for adding new "geom3.fromPointsConvex(uniquePoints)" was approved and merged:https://github.com/jscad/OpenJSCAD.org/ ... bb875e9639I really...
View ArticleTroubleshooting • Re: ssmtp hangs
Found the issue but not sure why. For some reason, ssmtp cannot find my email server even though I can ping it. I switched to my local email server and it works now. It didn't help that they changed...
View Article