Questions tagged [raspberry-pi]
For questions related to using the Raspberry Pi in IoT applications or solutions. Questions about a software or hardware issue with Raspberry Pi are usually more appropriate at Raspberry Pi Stack Exchange. Programming language questions are usually more appropriate at Stack Overflow.
173 questions
0
votes
0
answers
24
views
Timeout error while using camera sensor (IMX477) with Raspberry Pi CM4 and Nanoboard B
I am writing regarding a technical issue with the IMX477-160 12.3MP Camera Module (SKU: 19211) when used with a Raspberry Pi Compute Module 4 (CM4). I hope you can provide guidance on proper ...
0
votes
1
answer
40
views
Why do cellular dongles lose internet connectivity? [closed]
I have a Pi Zero device that needs to send periodic updates from remote locations. I thought the easiest way to do this would be to have a USB cellular dongle and send the data via email. This does ...
1
vote
1
answer
69
views
What is the best way to setup messaging with devices that might be anywhere on the internet?
Are there standard techniques/libraries that are used to implement IoT? How does a monitoring-and-control component setup a messaging connection to a monitoring device that might be tethered to a ...
2
votes
0
answers
60
views
How to Achieve Max Speed Transactions ( Transfers ) between Lora Packet Forwarder to Remote Server
I have a Lorawan devices that works as witnesser and beaconer.
Simply it gets the Signal-Data from other same type of Lorawan devices.
There is a Packet Forwarder software on that device OS and it ...
2
votes
1
answer
434
views
SSH into Home Assistant instance from anywhere
So I have Home Assistant running on an RPi-4. I have the instance running locally but I also have the cloud service through Nabo Casa. I have a sub-domain through my domain from google domain that I ...
1
vote
1
answer
101
views
Trouble pinging between host (Windows) and guest OS (Raspberry Pi) in VirtualBox
I am working on an IoT project where I have set up a Raspberry Pi as a guest OS in VirtualBox on my Windows host machine. Both the host and the guest OS have been assigned static IP addresses: 192.168....
1
vote
1
answer
92
views
Is there a way to quickly detect when pilight stops working?
I have a number of pending updates on my raspberry pi. Until I take a day to perform all those updates, I'm sitting at pilight version v8.1.5. Updating may potentially solve my ultimate problem, but ...
2
votes
0
answers
44
views
LoRa - How to forward packets?
I'm working on a system where LoRa Module 1 forwards packets. In this setup, when a user is connected to Module 2 (linked to an ESP32 board and acting as an access point), and they enter a URL like &...
1
vote
1
answer
104
views
Calibrating MPU6050 sensor
So I'm using an MPU6050 module for detecting the impacts on a board to which it is attached, in-order to detect hits on the board, using the accelerometer sensors. The module is placed vertically(z-...
1
vote
1
answer
40
views
aeotec aërQ temp/rh sensor or zwave-js not reporting state change
I have a simple iot app:
raspberry pi 4
aeotec Z-stick7
aeotec aërQ temp/humidity sensor
mosquitto
zwave-js-ui
The setup works fine, yet state changes are not being reported so often.
Yesterday ...
0
votes
0
answers
33
views
Raspberry Pi 3 kubernetes face recognition cluster
I need an advice whether this system is possible the way I planned to implement it. I got a project to build a kubernetes cluster for face recognition using raspberry pi 3 devices. The idea is to have ...
1
vote
1
answer
216
views
Send Alexa a command from another device?
I'm in the process of creating a Raspberry Pi-powered home automation system. I have a complicated node.js script running on the Pi, and I want to be able to send commands from the Pi to my Alexa (e.g....
1
vote
2
answers
59
views
Time Out for Raspberry Pi running Node-RED, Mosquitto, Wireless Xiao ESP32C3
I have a Raspberry Pi Zero 2W on 32bit PiOS running the following Docker containers: Node-RED, Mosquitto, and Influxdb. I have a Seeed Studios Xiao ESP32C3 running a C program compiled by the Arduino ...
1
vote
1
answer
203
views
Relay for Multiple Camera Streams
Is there any open source software available for a Raspberry Pi that will read multiple camera streams on the local network and rebroadcast, keeping them as separate streams?
0
votes
1
answer
185
views
How to effectively control Arduino via a web application?
I have a web application in PHP on remote hosting. The application is connected to a MySQL database, from which it reads states, draws graphs from the data that Arduino sends to the database.
The ...