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.

Use this tag for questions related to the IoT applications of the Raspberry Pi.

Consider the question check list if your question fits the tag. You can also look at the example questions. If this tag doesn't fit your question have a look below at somehow related tags that might fit your question better.

Question checklist

  • Is your question on-topic in the context of the Internet of Things?
  • Does the question use or focus on a Raspberry Pi?

Example questions

Not what you are looking for?

171 questions
14
votes
2 answers

Which IoT platform should I use for low-energy temperature sensors to be powered by battery?

I'd like to setup two temperature detectors: one outside and one inside my house, in order to compare temperature and act on the difference (opening/closing the window for example). The issue I'm facing is which platform to take. My initial thought…
Cyril N.
  • 363
  • 1
  • 6
6
votes
1 answer

Connect raspberry pi with 4G

I have a robot (use raspberry pi 3) outside my home (no internet connection there) and I'm with my laptop at home and I want to see the graphical environment (with all applications it has) of raspberry pi. How can I do this? I'm thinking to get…
5
votes
1 answer

How to add resistor between two connections on breadboard

I am trying to replicate a circuit-diagram for my Raspberry Pi and DHT temperature & humidity sensor. I noticed that the author of the tutorial added a resistor between two connections (see orange and purple on the left side). Unfortunately I have…
Mike Nedelko
  • 151
  • 1
5
votes
2 answers

How can I send images from a webcam using a Raspberry Pi?

I want to send the image captured (and stored on RPi) by 3 webcams from my RPi to any user anywhere in the world. The user just has to type a web address and access the images. How do I do this? I have a dongle, RPi and 3 webcams. I am able to…
CR7
  • 75
  • 3
3
votes
0 answers

High data usage on a raspberry IOT

I have notice a signification data usage on my pi even when I am not using it. this can be a problem as I am using a IOT sim card with a small cap. I have setup iftop and monitored the traffic for a couple hours. here are few of the connections my…
Ghost X
  • 139
  • 1
2
votes
0 answers

How to decouple the hardware components

Is it possible to make the connections between the Raspberry Pi , Motor Controller and Stepper Motor connected wirelessly? As you can see above, I have 1 Pi (connects to the Motor Controller), 1 Motor Controller(is connected from Pi and connects to…
Franva
  • 201
  • 1
  • 6
2
votes
1 answer

Error occurred in installing ThingsBoard Raspberry Pi

I am installing ThingsBoard on Raspberry Pi by following this guide. It gave me an error when I tend run installation script in second last step: Run installation script: sudo /usr/share/thingsboard/bin/install/install.sh --loadDemo Error creating…
Al Fahad
  • 161
  • 1
  • 8
2
votes
0 answers

Unable to configure nrf24l01+ with Raspberry Pi 3 B+

I have a new Raspberry Pi 3 B+ model. I also bought a few nrf24l01+ modules. I hooked up one of the nrf24l01+ modules to my RPi with these connections: RPi | nrf24l01+ -------|---------- 3.3 | VCC GND | GND GPIO8 | CSN GPIO17 | …
learningtech
  • 337
  • 3
  • 10
2
votes
1 answer

Raspberry Pi Monitor: Qualify as IoT device?

Not sure if this is the right platform (please let me know any recommendations if not), but I made a display monitor in the Raspberry Pi to pull in information such as news feeds, weather, local news and sports scores. I'm trying to learn more about…
user6142489
  • 131
  • 2
1
vote
1 answer

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.56.1 for the host and 192.168.56.2 for the…
Sathya_PS
  • 13
  • 3
1
vote
0 answers

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 until then, I'm dealing with about a once daily…
hepcat72
  • 175
  • 6
1
vote
0 answers

MH-Z19B span point calibration: Anyone managed so far?

According to datasheet you can span point calibrate the MH-Z19B CO2 sensor. https://www.winsen-sensor.com/d/files/infrared-gas-sensor/mh-z19b-co2-ver1_0.pdf E.g. with 0xFF 0x01 0x88 0x07 0xD0 0x00 0x00 0x00 0xA0 you should calbrate it to 2000 ppm.…
Hannes
  • 201
  • 2
  • 3
1
vote
1 answer

How to measure temperature using a sensor and Raspberry Pi?

I am new to IoT, and I want to measure the temperature of a motor and record the data to a server. Since I have experience in back-end programming, I know how to push data to a server from a Pi, but my problem is how to properly measure temperature…