Ola, Não compreendi a pergunta. O slot do cartão SD esta fisicamente danificado? Partes ou contatos elétricos quebrados? Se for um dano elétrico/eletrônico não tem como consertar, o controlador do cartão SD esta embutido no SoC (chip principal). Não lembro de ter lidos relatos de problemas elétricos...
Hi, Create a new rule on windows firewall to accept ICMP Echos and others related to ping and traceroute. Or just disable windows firewall. Do same on Arch Linux. Some debug procedures. O RPi, iptables -I FORWARD -t mangle -i wlan0 -o eth0 -j LOG iptables -I FORWARD -t mangle -i eth0 -o wlan0 -j LOG...
Hi, For output connection route metric and routing table are enough. But, for input, can have a problem, connection from second interface return using same routing decision as output, on most case client reject the connection assuming that is a spoofed connection. Or redirection just not work. To so...
Hi everyone, Just got my Raspberry Pi 3 and I'm very excited to learn how to use this! For context, I'm designing an android mobile app that will have the user press one of four buttons. Each button is mapped to a sound that will play on a specific speaker connected to a raspberry pi. You need to p...
Ola, O turbo se refere a tecnologia de carregamento rápido. Existem dois tipos de carregadores de bateria usado em smartphones e tablets. O mais comum e do tipo burro, sempre fornece uma tensão de 5V e com uma corrente máxima de até 2A. E, carregador rápido, ou inteligente, o aparelho que esta sendo...
Hi fred44nl, You not need a video output to transncode or convert a video or audio formats. VLC, mencoder, ffmpeg, etc can do it via command line. Or use a DLNA capable of transcoding. Like this https://bitbucket.org/stativ/readymedia-transcode . Trascoding on RPI can be very slow, if software not s...
Hi Meino, Raspberry Pi Zero is configured as client, like any other wifi client devices, you can not see it on WiFi connection list. Application like finger for android can scan wifi network and list the network devices on network. Can verify on you Fritz!Box if have a wifi association or dhcp lease...
Hi, I think, you are making some confusion. After re-read you original post, watch linked video, some google search. Video is about using windows as host. Not Gentoo Linux. You not have access to rpi0w, yet. If you run a ifconfig, it can be done only on Gentoo Linux. ifconfig is returning gentoo ips...
Hi mccpi,
You are sure that using the correct rpi0 ip?
Is not clear if you ssh attempt done using wifi or usb tethering.
On case of usb, you are not using PC ip? Check auth log or IDS on gentoo.
Hi,
I found this datasheet of some LB070WV1 panel.
It use a LVTTL (3v3) parallel interface, can be connected to Raspberry Pi DPI (Parallel Display Interface).
Also, need to provide the backlight power (can be removed from original circuit).
Using DPI you lost most of GPIO pins.
Hi, Internet is moving to IPv6, and it cause some problems if you not have IPv6 connectivity. IPv6 stack is present even if you not have a IPv6 connection to internet, and IPv6 have preference. To mitigate this IPv6 issues: Not configure IPv6 on network interfaces (inclusive lo) Disable IPv6 on kern...
Hi, You need to use debouncing to prevent multiple trigger. A simple debouncing is to add a little delay after action (email sent). Also have hardware debouncing methods, like a capacitor in parallel with switch. A long wiring can act as electric field antenna and trigger the input, a capacitor from...
Hi finnbo11, You need to be more clear about you needs. I don,t know other FM module that use other chip. SiLab have a series of broadcast radio chips, but, I don't know if have a cheap modules using it. I find one: https://www.sparkfun.com/products/12938 tea5767 can power from 3V to 5V, can be conn...
You need to each SD card have a unique IP or each board have a unique IP? For SD, a symlink on /etc/network/interfaces.d to a file on /boot. I not sure if work. For each board, need to use some unique information from hardware, board serial, mac address, eeprom, etc... And use a init script or some ...
Hi,
In addition to the speaker you will need a power amplifier, like PAM8403 module (search on you favorite electronic gadget store).
It is a small class D audio amplifier.
And a TRRS plug (old/cheap smartphone earphone/mic cable). Or solder wires direct to pads of A/V jack.
Hi,
Didoes can be used switch between two or more power sources.
Each power source have a diode in series.
The main power need voltage little bit high that others.
Use Schottky diodes (1N5820) with low voltage drop.
Hi, If you TV is exact same model of radiomuseum, the have a video input on back. Connect RPi video out (RCA) to video input on TV. Change AV/TV switch to AV. TV still working? Tune open air analog TV station (if have one)? Or if on all digital region, TV screen show noise? Next, need to for raspber...
Hello,
You can use a Raw Queue.
But, I don't know if work with any printer.
One problem can is to configure printer driver on windows/linux/mac to use this raw queue.
Hi, Incandescent light bulb some time are used on chicken egg incubators. And on a paper dry box (?). 8A at 12VDC is more harder to handle that 100W at 220VAC (0.45A). Both can hurt you and start a fire. SSR like Fotek SSR25 have only the screws exposed, if used correct terminals, it is very safe. R...