HATs and other add-ons • Re: HAT+ EEPROM tools released
What system should be used to write?When I use bookworm and bullseye, both prompts that there is no '/sys/class/i2c-adapter/i2c-9/9-000x50/eeprom'Code: pi@raspberrypi:~/utils/eeptools $ sudo...
View ArticleNetworking and servers • Re: Pi0 2W with USB Ethernet
Hi, I'm new to Pi and planning to buy Pi0 2W to setup PiHole for my parents home. I'm wondering can I use Micro USB to USB A adapter then USB A to Ethernet adapter?Micro USB to USB A adapter -...
View ArticleSDK • Can RP2040 SPI transmit and receive a single buffer? (was: How does SPI...
This discussion raises a question in my mind. STM32 does a neat trick where you can transfer data from and to a single buffer with SPI & DMA. You fill the buffer with whatever you want to...
View ArticleNetworking and servers • Re: WiFi USB dongle for RPi0W
I use an Alfa AWUS036NH on my Pi z w and it has not caught fire yet. Statistics: Posted by LilRedDog — Wed Dec 27, 2023 1:38 am
View ArticleNetworking and servers • Re: raspberry pi router, set up troubles
You need a space between cd and /; also put a slash at the end.It should look like this: cd /etc/config/Statistics: Posted by LilRedDog — Wed Dec 27, 2023 1:40 am
View ArticleSDK • Re: Put code in the Stack section
Oh, did not notice you are the Pico DOOM author.It does compile and.. seems that it solve my IBM 5150 Boot Problem.This is for my PicoMEM Board, to use a Pico as all in one ISA Board emulation I had a...
View ArticleSDK • Re: How to size LittleFS properly
MicroPython uses 'END_OF_FLASH - FILE_SYSTEM_SIZE' to determine where it will be placed.Is END_OF_FLASH defined in a header somewhere? Is there an issue on PicoW using the end of flash in this way?...
View ArticleC/C++ • Re: Compilation error : Binary info must be in first 256 bytes of the...
But what is the cause of the error, why it happens in the first place? Is this a linker issue ? Is something being put at the beginning of the binary for some reason ?Statistics: Posted by Byte_pl —...
View ArticleBeginners • Re: Setting static IP
or if you just need it to be static within your local network: find the MAC and connect that in the router to the ip you wantStatistics: Posted by Abmvk — Thu Dec 28, 2023 12:38 am
View ArticleBeginners • Re: pico getting started guide "build step" not available
Here:https://datasheets.raspberrypi.com/pico ... h-pico.pdfThanks for the clarification that you are using C/C++. That will hopefully allow others to respond.You may also want to ask in the PICO Forum...
View ArticleSDK • Re: Troubles with Lua
A memory byte shared between each core is good enough to indicate if the second core has ended. You can create shared memory message buffers, and I'm sure the SDK supports queues for such things.I...
View ArticleGaming • Re: BooBoo - new language with game engine
Encouraging results with Pi 4B! These are tests of CoinHunt which is probably the most demanding game I have to test with.Under X11:Default window (1280x720): 120 FPSFullscreen (1920x1080): 60 FPSNo...
View ArticleTroubleshooting • How do I edit the Linux kernel command line?
HiI'm going to start with some context which is not directly related to my question.I'm experimenting with video resolutions on my rpi 400. I want to make it use a display with 1366x768 resolution...
View ArticleGeneral • pico getting started guide "build step" not available
In the Pico getting started guide step 10.1.1.3 .... right click of the project Build option .... is not available in the latest Eclipse 2023-12 Embedded C/C++ edition.No Build configurations show up...
View ArticleGraphics programming • Re: 0x8000 verts the max?
I know nobody asked, but on Pi 4B I get 28 FPS on this example, a huge improvement.Statistics: Posted by skinmarquee — Thu Dec 28, 2023 1:36 am
View ArticleTroubleshooting • Re: How do I edit the Linux kernel command line?
add it to the front of cmdline.txtvideo=HDMI-A-1:1366x768mine for example looks like this.Statistics: Posted by kerry_s — Thu Dec 28, 2023 1:37 am
View ArticleTroubleshooting • Re: no signal from monitor
I've found this thread viewtopic.php?p=269212issue seems related to the specific display and the power management of the hdmi to VGA adapter.I adopted the solution to link the rpi to the screen via...
View ArticleRaspberry Pi OS • Re: Login wallpaper
Would be nice if this could be added to the Gui somewhere maybe in preferences to easily change this...Statistics: Posted by nickeng68 — Thu Dec 28, 2023 1:48 am
View ArticleGeneral discussion • Raspberry Pi 5 overclocking on Ubuntu?
Can anyone show me how to over clock on Ubuntu please (I have arm_freq=2800 gpu_freq=900 and over_voltage_delta=50000 as a stable over clock on raspberry pi os)Statistics: Posted by Fatblabs — Fri Dec...
View ArticleGeneral discussion • Pi 5 + NVME Case?
Is anyone making a quality aluminum case with room for an undercount NVME? For example to hold the Pi 5 and Pimoroni's NVMe Base. It would be great to find something high-quality like the Flirc cases,...
View Article