MicroPython • Pico2W & micropython
Before I go order a bulk of them for the collegeWhat's the state of play with micropython on the Pico2WLooking in Thonny I see Pico/Pico2W and Pico2. But not the Pico2W Is it not there yet and best...
View ArticleHATs and other add-ons • Re: Power Hat+ spec questions
Having two EEPROMs is plain nonsense! What do yoi expect the FW to do?Electrically, there's no difference between one Standard HAT stacked together with a Power HAT (both with own EEPROMs), and a...
View ArticleBeginners • Re: RPI5 POE Hat 12V
https://www.waveshare.com/wiki/PoE_HAT_(F)#SupportProbably best to ask them, details in the link provided.Statistics: Posted by wildfire — Fri Dec 13, 2024 3:33 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Finally did Day 6 using C++. Code: Advent of code 2024 day 6Part1 - 4982Part2 - 1663Elapsed time 20.6543 secondsInterestingly -O3 optimization made a better than ten times improvement on time.Code:...
View ArticleTroubleshooting • Re: USB gadget on a Zero W, what I'm missing
Well,actually the thagrol's guide works less than the little guides I found on the net, probably because of the release date ; there should be some modifications since on OS.Applying it, I don't see...
View ArticleTroubleshooting • Re: Write Transfer Speed Samba/FTP/SFTP
The Pi 5 is setup as OS Lite 64Bit.I connected it via Lan and Wlan to a FritzBox.Make it only LAN. To start with. A NAS should not run via WiFi.There have be 2 other reports I remember that described...
View ArticlePicademy • Re: Raspberry emulator
I would like to use a Raspberry emulator to give a remote course of IoT.What's wrong with using a real RPi5 (£76.50) or Pico2 (£6.60)? They'll give you a much better feeling than any...
View ArticleGeneral discussion • Re: New pizero 2 w first boot trouble
It would not accept the password..So, can assume that SSH actually prompted for the password.I would suggest putting in a simple password, in English, such as 'password123'.Statistics: Posted by DS256...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I was referring to the below, but it says five devices, not the six I thought it said. Whether a modified RP500 counts as a home built device is of course subject to debate, but the FCC has accepted...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
She does online karaoke on a website called Singsnap. Will I have to do anything to get the USB Audiobox by Presonus working or should it be plug and play?> Likely will just work...How does...
View ArticleGeneral discussion • Re: Raspberry pi pico
Have you tried the Zadig USB drivers as per the official documentation, page 26 https://datasheets.raspberrypi.com/pico ... h-pico.pdfStatistics: Posted by neilgl — Sat Dec 14, 2024 3:51 pm
View ArticleAdvanced users • Re: NUMA Testing
ok, how to disable NUMA?Don’t enter the SDRAM_BANKLOW setting in the EEPROM config.Testing on a Pi 5, the latest bootloader EEPROM from 2024-12-07 configures 8 NUMA nodes by default when there is no...
View ArticleGeneral discussion • Can you get Pi 5 Serial number from the box?
Hello i am a seller/reseller of brand new raspberry pi's. I am only selling PI 5 on an online platform.I would like to protect myself from situations where customers do a buy and switch scam: wherein...
View ArticleDevice Tree • Re: Trouble reading from a MCP23017
Good catches PhilEI've taken care of those issues, did a little cleanup and removed the third chip to simplify while debugging but still not getting successful reads. Not sure if my re-write is...
View ArticleRaspberry Pi OS • Re: How to make sure power down never results in corruption?
UPDATE: after a quick look, i'd say just turn on the overlay file system and update it manually when you can get to the machine(turn overlay off, reboot, update, turn overlay on, reboot)it will take...
View ArticleTroubleshooting • Re: CM5 trouble with 7inch display on DSI
I connected to the CAM/DISP1, with both jumpers in the J6...thanks! That confirmed what I've posted here viewtopic.php?p=2277588#p2276735When using J16 + having J6 mounted:...
View ArticleSDK • Re: [Solved] Build issue with implict functions
Have you found the O flag conflict?Not that I am aware of - Perhaps you could enlighten me and others ?Statistics: Posted by hippy — Sun Dec 15, 2024 3:28 pm
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
See the attached ZIP file. Both are actually named ssd1306.c per the original SDK example, you just need to use a visual diff app like WinMerge to see the changes. Check the datasheet for SH1107, if...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
You should understand that cron (or, in the common parlance, crontab) was never designed to be used as a "start things on boot" device. That functionality was crowbarred in by the author of Vixie cron...
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
Thank you for all the replies. I have also used RP2040s and their serial ports extensively with no issues at all therefore I was a bit surprised when I encountered this issue. Going forward I will...
View Article