FreshRSS

Zobrazení pro čtení

Jsou dostupné nové články, klikněte pro obnovení stránky.

Beginner Tutorial: Create IoT Dashboards Easily with ThinkSpeak and the Raspberry Pi Pico W

Hello All,

https://www.youtube.com/watch?v=TPBf_Qaci8w

You can use the ThinkSpeak free IoT platform to create intuitive dashboards for your sensor data, along with various other integrations! It's seamless and user-friendly, especially when using the Pico W through their REST API. In this tutorial, I'll guide you through setting up a simple weather station using the ShillehTek BME280 to visualize your data in real-time with minimal code in MicroPython. It's a great project for beginners to learn.

If you enjoy IoT or Raspberry Pi tutorials, please subscribe to the channel if you have not! I would love your support :)

Thanks, Reddit.

submitted by /u/QuietRing5299 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

New moderators needed - comment on this post to volunteer to become a moderator of this community.

Hello everyone - this community is in need of a few new mods and you can use the comments on this post to volunteer and let us know why you’d like to be a mod.

Please use at least 3 sentences to explain why you’d like to be a mod and what moderation experience you have (it’s okay if you don’t have any! But do tell us why you believe you’d be able to help here)

submitted by /u/ModCodeofConduct to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Stepper hat for Pi Zero

Stepper hat for Pi Zero

I've wired up two DRV8825 stepper drivers on to a Pi Zero prototyping board. I had been using an Adafruit Stepper bonnet, but the bonnet can't handle a more powerful 24volt NEMA 17 stepper that I wanted to upgrade to.

My plan is to use a large motor for the slide so I can move on an incline. Then use the existing motor with a gearbox to drive pan or tilt.

My plan is to use this on my work in progress timelapse slider. https://youtu.be/Z4fMwQC2de0?si=yRS_DdtjEPHtl_iG

submitted by /u/timfennell_ to r/RASPBERRY_PI_PROJECTS
[link] [comments]

raspberry pi5 laptop

Hi guys how are you ? I hope so, I wanted to ask for some advice. For some time now I've had the "crazy" idea of ​​putting my Raspberry Pi5 in a laptop, so a couple of days ago I bought a 13" Dell on eBay for about $20 that wouldn't turn on. For the power supply I had thought about several things but the simplest way seems to be using a 22.5w powerbank (which offers me 5v 4.5a), now the problem arises on the screen, the only way to use it seems to be to take the control board proprietary to dell, only if I'm not mistaken the displays need 12v, so I wanted to ask you if you had any ideas, (I'm also looking for a way to use the laptop keyboard so consequently convert the output to USB). Thank you very much, and sorry for the inconvenience.

submitted by /u/Classic-Material7403 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Upload to an S3 Bucket from Raspberry Pi

https://www.youtube.com/watch?v=p1XgUuaGz1A

Want to learn how to upload files to an S3 bucket from your Raspberry Pi? Amazon S3 is a crucial part of AWS, widely used in web applications to store multimedia files. Understanding how to use S3 is essential for any developer in the IoT space, especially beginners.

In this tutorial, I'll guide you step-by-step on how to send data to an S3 bucket directly from your Raspberry Pi.

If you enjoy IoT and tech tutorials, don't forget to subscribe. Thanks, everyone!

submitted by /u/QuietRing5299 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

SSH From Anywhere - Control your Raspberry Pi Remotely

https://www.youtube.com/watch?v=guJR7-33N2k

I recently created a tutorial on how to SSH into your Raspberry Pi using Tailscale. Prior to that, I made another tutorial on remotely controlling your Raspberry Pi by configuring your router. While this method offers more flexibility, it's a bit more advanced but quite impressive once set up. With this, you'll be able to control your Raspberry Pi from outside your home network.

I hope you watch and enjoy the tutorials! If you like this kind of content, don't forget to subscribe to my channel. Thanks, Reddit!

submitted by /u/QuietRing5299 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Using a CSI camera in extreme cold (-50° C)

Hello,
we are building a high-altitude balloon and want to record it with a Raspberry Pi and a couple of CSI cameras. Will the cameras survive in the temperature conditions? They will be mounted outside of the capsule, so almost no insulation.

PS: how can we connect more than 2 cameras to one Pi? We don't want to use USB because of low quality

Thanks!

submitted by /u/Powerful-Ad3561 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

running guizero code on a raspberry pi running raspbian lite

Not deleting this post in case someone has the same question. In the xinitrc file I forgot to put #!/bin/sh at the top

Original question:

so I am creating a simple gui that will display some changing variables and I am running it on a raspberry pi 3 B+. the problem that I am facing is that I am running raspbian lite and thus have no desktop environment, nor do I want one since I only want this application to run. I have tried putting "python pathToMyCode.py" in ~/.xinitrc and doing startx but that only yields a black screen with a white terminal window in the top left corner that I cant interact with. dose anyone know how to do this? Sorry if it is a stupid question.

submitted by /u/Geography-Master to r/RASPBERRY_PI_PROJECTS
[link] [comments]

How to Connect ADS1115 to Raspberry Pi - Beginner Tutorial

https://www.youtube.com/watch?v=fBUElwY3yrs

Discover how to utilize the ADS1115 for measuring analog signals from sensors on the Raspberry Pi using Python. This tutorial is crucial for anyone interested in embedded systems applications. By the end, you'll learn how to efficiently measure analog signals with the ADS1115 ADC in just a few simple steps. This content is particularly beneficial for beginners eager to delve into DIY projects with the Raspberry Pi.

If you're passionate about IoT, sensors, and coding, don't forget to subscribe to our channel for more insightful content. Thank you for your support!

submitted by /u/QuietRing5299 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

E-ink display questions to make a distraction free writing device

Toying with an idea to create a distraction free writing device using a Pi Zero, battery, a e-ink screen, the primary programs would be OS, Bluetooth adapter, word grinder and thumb drive support. Making this as small a form factor as I can for travel.

Would ideally for kicks and giggles use a floppy drive.

Questions I have are should I use the text only or UI version of the OS. Would a zero board work for this project or opt for the larger cousin?

Would a small batter have enough watts to power both the board and screen?(new territory, on that part)

Should the Bluetooth work for a keyboard setup? Have issues configuring Bluetooth on the regular pi.

Many thanks in advance.

submitted by /u/Folium249 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Script load on boot up help please

I’m new to using Raspberry Pi. I’ve managed to create a script to control a motor on a model I’m making but can’t work out how to make the script load and run each time the Pi boots up. The model won’t have a screen so I need a way for it to start when I turn the power on. I’ve tried a few things I found online but still won’t load automatically. Any advice would be appreciated. Thanks

submitted by /u/Telstar86 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Need a bit of advice for learning Object Recognition

So I got a raspberry pi camera and a pi, I want to do object recognition with no experience. But I don't want to copy and paste the code, I want to understand and able to transform the code as per my need. I tried following open cv course from freecodecamp.org YT channel and they are starting with really basic stuff, like opening a video and changing size, Am I wasting my time with that or I should stick around, or I need to see another type of videos? , Please if someone can recommend a path to learn object recognition specifically for raspberry pi, (in depth) , Thanks for reading do reply...

submitted by /u/TheMadScientist255 to r/RASPBERRY_PI_PROJECTS
[link] [comments]

Software Engineer gone hard(ware)

Hey everyone, I'm a software engineer and this is one of my first times dabbling in physical computing.

I'm trying to create an automatic cat feeder, and I've got a couple of questions!

This is my setup:

DRV8825 Stepper motor driver module with soldered headers + heatsink (x1)

Nema 17 Stappen motor 48mm - 12V / 24V - 1,7A (x1)

Mean Well LRS-50-12 power supply - 12V 50W

Plug 1,5m - 3G2.5 - CEE 7/7 (goes from cable to 3 cables with exposed copper Netherlands)

Plenty of F/F M/F and M/M Jumper cables

These are my questions:

  • In my head the picture is as follows: the Raspberry powers and controls the driver, the driver is connected to the powersupply and powers the motor along with acting as an interfacing layer to receive and forward commands to the motor, is this correct?
  • The DRV8825 Stepper motor driver looks quite small, it has fragile pins and I'm not sure how I should secure it so it doesn't just dangle between my Raspberry and stepper motor. Is there an alternative or a good way to connect the two?
  • I'm not sure how I should connect the output (screw terminal) to the driver, using jumper cables doesn't seem right somehow, is there an adapter I could use?
  • Using the Mean well power supply in general feels kind of scary as I'm dealing with the mains network, is there an alternative or other ways to make it more secure?

I would really appreciate some help, thank you very much in advance!

submitted by /u/PhiRedditBot to r/RASPBERRY_PI_PROJECTS
[link] [comments]
❌