C/C++ • Re: PICO RTC
Did you try Code: int16_t millis; ?Which documentation have you followed to write the code so far?Statistics: Posted by embeddedbarsha — Mon Dec 18, 2023 7:20 am
View ArticleTroubleshooting • Re: Cannot Boot old Raspberry Pi with new software
24 inch is not a small display.Statistics: Posted by drgeoff — Mon Dec 18, 2023 7:22 am
View ArticleAdvanced users • Re: Is everyone happy with the quality of libgpiod?
The behaviour you're describing might be influenced by various factors including hardware setup, software versions, or potential bugs in the library/tools themselves.The behavior you've seen with the...
View ArticleCamera board • Re: Motion Watchdog timeout
Hmm, that link https://motion-project.github.io/motion_build.html has both apt install , deb gdebi, and build from source - whuch was it?But nevermind as it is working now.I have build it from source...
View ArticleAndroid • Re: Android for streaming
If streaming Android content is the primary goal, consider more powerful devices like the Raspberry Pi 4, which has better hardware capabilities and could handle Android better. 3 is not a good choice...
View ArticleAndroid • Re: [DEV] AOSP (Android 14) for Raspberry Pi 4 & Pi 5
I installed AOSP14-20231123-KonstaKANG-rpi5.zip (unzip, then dd to sd card) for my pi 5 and it is showing nothing when I go into raspberry pi options in settings, so I cannot set it to go to TWRP to...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Every year the same classic Dijkstra's algorithm for optimizing cost is featured. This year introduces the Shoelace formula.I remember discussing the same formula on this forum a couple years ago but...
View ArticleAdvanced users • Re: Should I be able to boot RPi5 to a 32bit image or is it...
kernel_2712.img is just kernel8.img with 16kB pages (*). There are no other differences.(*) The current kernel8.img has been extended to support Pi 5.Statistics: Posted by PhilE — Tue Dec 19, 2023...
View ArticleC/C++ • Re: Visual Studio alternatives for Linux
It comes down to what one expects from IDE. On Windows platform I personally don't need anything fancier than FAR Manager. QT Creator is a nice IDE but takes ages to startup on my old...
View ArticleTroubleshooting • Re: Kernel fail pi4
Hi,Thanks! Sorry i thought apt-get update and upgrade updates it too.Statistics: Posted by mman1982 — Tue Dec 19, 2023 7:05 am
View ArticleGeneral discussion • Problem with a Pi0W (an original one)
It is running Buster. Up to date. It has been running a single python app of mine for some years now. It has a 16GB Sandisk card that has 8GB free.It is not connected to a monitor or kbd or mouse. I...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
Ok I finalize the code. the adcReader will output the adcValue to stdout.To store adc value to file juste use ./adcReader >yourADCfileTo create split file of certain size ./adcReader | split -b 2G...
View ArticleBeginners • Want to connect a TB6600 to the PI
https://www.instructables.com/Raspberry ... Motor-Dri/He's using a 24-3.3v buck to power the driverBUT why???Surely it should be 5v not 3.3vI have both 12v and 5v din rail PSU's in my project so 5v is...
View ArticleDebian • Re: Debian 11 Ethernet Connection Not Automatically Reestablished...
I acctualy fixed with this command:/sbin/ethtool --set-eee eth0 eee offStatistics: Posted by ByteBerries — Tue Dec 19, 2023 7:40 am
View ArticleRaspberry Pi OS • Re: wtype function key F5
I switched back to X11. That solved everything for now... Statistics: Posted by 3zzzie — Tue Dec 19, 2023 7:52 am
View ArticleGeneral discussion • Re: Problem with a Pi0W (an original one)
It is running Buster. Up to date. It has been running a single python app of mine for some years now. It has a 16GB Sandisk card that has 8GB free.It is not connected to a monitor or kbd or mouse. I...
View ArticleBeginners • Re: Want to connect a TB6600 to the PI
Surely it should be 5v not 3.3vNo. You can connect the data lines PUL-, DIR-, ENA- to GPIO pins and the PUL+, DIR+, ENA+ to RPi 3.3v. The datasheet I found do not specify if it is possible to drive...
View ArticleCamera board • Re: Two camera with rasberry pi 4
Could you upgrade to a Pi 5? That supports two Pi cameras.Statistics: Posted by rpdom — Wed Dec 20, 2023 7:45 am
View ArticleTroubleshooting • Re: Can´t run thonny with sudo
Not sure that is correct?"dialout: Full and direct access to serial ports. Members of this group can reconfigure the modem, dial anywhere, etc"and gpio group: "gpio Pi-specific group for GPIO pin...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
De-lidding the fastest Pi5 then immersion liquid cooling will push the Pi5 to ?GHz.I read that people tried with >3000MHz in /boot/config.txt, but get only 3000MHz.That seems to be hard upper limit...
View Article