Trust us, we know our doughie [sic], true his inter-personal skills might sometimes be lacking, and he sometimes doesn't read the whole post he is reacting to, but the fact is that he truly knows his stuff makes up for a lot. If He tells you something, you might not like what he is saying, but he i...
I wasn't suggesting lirc needed to be installed I was asking if it was. https://en.wikipedia.org/wiki/Instance_(computer_science) - instantiate is an object oriented programming term for "bring into existance". If /sys/class/rc/rc0 exists then what makes you assume your udev rules aren't running? Wh...
No, should I ? Probably a good idea. Power off. Pull the SDCard. Insert that in a USB reader or slot in your Windows system NOTE: ignore (as in [CANCEL]) EVERY pop-up window that Windows creates. Open a command window [WIN]+[R] cmd.exe [ENTER] and run d: then echo "" >> ssh.txt then exit . Safely e...
And that you do, even though github is offering us designers beta firmware branches. The confusion started because someone didn't follow the normal "alpha", "beta", "release candidate", "production", "hotfix" pattern for naming things. Their somewhat wonky names have now become the norm for the 4B ...
"It has happened before. Good one! Didn't see that movie, but I have a pretty good idea what you are alluding to. It was only a month, apparently, for being rude to Simon Long from RPF/RPTL. Although as far as I was concerned I was trying to make a normal joke but some snowflake took it the wrong w...
I don't know how to find out the IP address. Most home routers keep a list of connected clients. Point your browser at http://192.168.0.1 or http://192.168.1.1 or http://192.168.0.254 or http://192.168.1.254 [those are the usual addresses]. Or install Fing and scan your network with that. There's F...
You need four pins for SPI. There's SPI1 (/dev/spidev1.2) on GPIOs 19 (MISO), 16 (CE2), 20 (MOSI), 21 (SCLK). Otherwise if you want to use different pins you'll need to write your own device tree overlay based on https://github.com/raspberrypi/linux/blob/rpi-4.19.y/arch/arm/boot/dts/overlays/spi1-1c...
Probably not the same as you and me and the military define as "nightvision". Too many folks use that term for IR illumination rather than the use of a NVD (which is classified as a weapon in some parts of the world).
But that news about Ben's employment status dates from January 2020, whereas the tutorial was relegated to Archived status by Marc Scott ( @Coding2Learn ) in June 2017. tl;dr - the code is unsupported by its author/publiusher. Extending the life of a thread commenting on bugs in it seems inappropri...
The resource which is the subject of this ancient thread now carries this warning: This is an archived resource. The repo will remain available but the resource will no longer be maintained or updated. Some or all parts of the resource may no longer work. Further comment on it seems pointless... Th...
any comments, suggestions, and solutions are appreciated. Here's one: Don't ever run rpi-update. Reinstall the raspberrypi-kernel & raspberrypi-bootloader packages and wait until the 5.4 kernel is out of beta and generally available. You get some very experimental stuff (which may not work, which m...
I doubt you can transfer a picture every five seconds on LORA at any sort of range, I doubt you'll get much from GSM over 5km either, the ground antennas don't transmit upwards. I don't think Dave Akerman (the expert on this stuff http://www.pi-in-the-sky.com/) has ever considered sending real-time...
"UTC" (Universal Coordinated Time, in French) It isn't. The English speaking folks wanted to call it "Co-ordinated Universal Time". The French wanted to call it "Temps Universel, Coordonné". The Time Standards Committee chose "UTC" for "Universal Time, Co-ordinated" and "Universel Temps, Coordonné"...
... unless you set more OTP options to control this directly or via GPIO switches. NB on a quick look, I did not find the documentation for the additional OTP options. ... That's probably a good thing. Misuse of those booting preference options can result in a bricked RPi3B. It is possible to set b...
I don't have the i2c wires connected between the touchscreen and the pi. The touchscreen just has power and the ribbon cable. Do the camera and touchscreen uses an 'internal' i2c bus? Is there a way to idenitfy which i2c bus address the touchscreen and camera are using? They do use an internal i2c_...
Pull off the I2C wires (between the screen and pin#3 & #5 on your RPi). You only need power for the RPi official screen on any Raspberry with a 40-pin header.
I bought a Raspberry Pi last January ... Is it a 3B or a 3B+? If it's a 3B and the USB/Network boot bit isn't set then your only choice is to hardware hack a full size SD to micro SD adapter onto the solder pads on the 3B board. If it's a 3B+ then USB and network booting is enabled by default and y...