Shilleh
Shilleh
  • 173
  • 420 888
Beginner's Guide: How to Connect the MPU6050 to the STM32 Using Arduino IDE
In this video, we'll show you how to connect the STM32 Blue Pill to the MPU6050 and read all 6DoF raw values (accelerometer and gyroscope data) using Arduino. We'll also walk you through a simple calibration process for the gyroscope to correct any offset, ensuring accurate readings. Follow along to learn how to set up the hardware, write the code, and implement basic calibration for your MPU6050 sensor!
How to Write Your First Script with SMT32 in Arduino:
ua-cam.com/video/G0FdOLbJV7M/v-deo.html
Donate at Buy Me a Coffee:
buymeacoffee.com/mmshilleh
Hire me at Upwork:
www.upwork.com/freelancers/~017060e77e9d8a1157
Buy Pre-Soldered STM32 at ShillehTek:
www.amazon.com/SHILLEHTEK-Pre-Soldered-Authentic-STM32F103C8T6-Development/dp/B0D9TRQSKY?ref_=ast_sto_dp
Where to Buy Jumper Wires and Breadboard:
www.amazon.com/stores/ShillehTek/page/F0566360-4583-41FF-8528-6C4A15190CD6?ref_=ast_bln
Buy Converter:
www.amazon.com/dp/B07WX2DSVB?psc=1&ref=ppx_yo2ov_dt_b_product_details
Link to Blog Post on Medium:
medium.com/@shilleh/how-to-integrate-the-mpu6050-with-the-stm32-blue-pill-for-accelerometer-and-gyroscope-data-4c6c56ea2333?sk=50b469c790b5c0e83cbf0d016a5b81ae
Join this channel to get access to perks:
ua-cam.com/channels/D13UWk3lJtjka7BoA0KZ5w.htmljoin
Переглядів: 150

Відео

Beginner's Guide: Writing Your First Script on STM32 Using Arduino IDE
Переглядів 15714 днів тому
This comprehensive tutorial will guide you through the process of setting up and programming the STM32 Blue Pill using the Arduino IDE and a DSD TECH SH-U09C5 USB to TTL converter. The STM32 Blue Pill is a powerful yet affordable microcontroller board based on the STM32F103C8T6 ARM Cortex-M3 processor. Known for its robustness and versatility, the Blue Pill is an excellent choice for hobbyists,...
Automate Task Scheduling in AWS with Lambda, Step Functions, and CloudWatch
Переглядів 11614 днів тому
In this tutorial, I'll show you how to automatically schedule tasks in AWS at regular intervals using AWS Step Functions and CloudWatch with AWS Lambda. Learn how to chain your Lambda functions and schedule them to run whenever you need, essential for production-level applications requiring task automation, especially for ETLs. I'll guide you through all the necessary AWS services, ensuring a s...
Beginner Tutorial: Your First MQTT Lua Program on the ESP32 using Xedge32 (Part 3)
Переглядів 228Місяць тому
Learn how to send and receive messages to the HiveMQ MQTT broker on the ESP32 using the Lua Programming language, powered by the Xedge32 firmware. We show how simple it is to securely use MQTT with a secure TLS connection using the libraries and interface provided by Xedge32, showcasing the tools you can utilize to create production-grade MQTT applications. Join us as we walk through the full s...
How to Integrate reCaptcha in a React App for Beginners: Enhance Security and Prevent Spam
Переглядів 145Місяць тому
Learn how to protect your React applications from bots and spam with Google reCAPTCHA integration! This step-by-step tutorial covers both the frontend and backend using React and Node.js. Enhance your app's security and ensure only real users can access your forms. Watch now and take your application's security to the next level! Link to Medium Article: medium.com/@shilleh/implementing-google-r...
AWS Lambda Tutorial: Using Selenium with Chromedriver in Python
Переглядів 1,1 тис.Місяць тому
In this tutorial, I will guide you through the process of running Selenium with ChromeDriver inside an AWS Lambda function. This setup is useful for automating web scraping tasks, testing web applications, or performing any browser automation tasks on the cloud. By containerizing our application and deploying it to AWS Lambda, we ensure a scalable and serverless architecture. Link to Medium Art...
How to Connect MLX90614 Infrared Thermometer to Raspberry Pi Pico W: MicroPython Tutorial!
Переглядів 245Місяць тому
In this video, I'll show you how to connect the MLX90614 infrared temperature sensor to the Raspberry Pi Pico W using MicroPython. We'll cover the wiring, the necessary code, and how to read temperature data from the sensor. By the end of this tutorial, you'll be able to measure ambient and object temperatures with ease. Don't forget to check the links below for the code and additional resource...
Connecting Raspberry Pi Pico W's with MQTT: Building a Collaborative IoT System (2024 Update)
Переглядів 3712 місяці тому
Quick fix on a previous video where I showed you how to use HiveMQ with the Pico W in MicroPython. There has been a library update and I thought I would show you the bug fix. Please watch the original first if you have not: ua-cam.com/video/jw9zTjKqoUA/v-deo.html Visit ShillehTek for Raspberry Pi Electronics: shillehtek.com Link to Updated Code: github.com/shillehbean/youtube-p2/blob/main/hive-...
Simulating Raspberry Pi Pico Projects: Exploring Wokwi IDE for MicroPython & C Programming
Переглядів 6412 місяці тому
Discover how to simulate Raspberry Pi Pico projects using Wokwi, a free online simulator for Arduino and MicroPython. In this video, we'll set up simple and complex scripts, integrating peripherals to replicate real-life setups. Perfect for developers exploring IDEs for the Pico W or Pico! Link to Medium Post: medium.com/@shilleh/raspberry-pi-pico-pico-w-free-simulator-899fbec34aaf Link to Post...
How to Connect MPU6050 to Raspberry Pi Pico Using C++
Переглядів 4472 місяці тому
Learn how to interface the MPU6050 sensor with the Raspberry Pi Pico and retrieve data using C . This tutorial builds on our previous video, where we demonstrated how to write your first C script on the Raspberry Pi Pico using the official Raspberry Pi C SDK. View Blog on Medium (dont forget to follow!): towardsdev.com/interfacing-the-mpu6050-with-raspberry-pi-pico-w-in-c-176deea5c3af?sk=ea107c...
Easily Write Your First C++ Program on the Raspberry Pi Pico W
Переглядів 5342 місяці тому
Discover how to write your first C program for the Pico W in just a few minutes! In this tutorial, I'll guide you through setting up your development environment on macOS, downloading the SDK, creating your first project, and flashing it to your Raspberry Pi. While I use macOS, you can follow along on your own operating system with similar commands. By the end of it we will learn how to create ...
Create an IoT Dashboard with ThingSpeak and the Raspberry Pi Pico W - Real-Time Data Monitoring!
Переглядів 7652 місяці тому
Create an IoT Dashboard with ThingSpeak and the Raspberry Pi Pico W - Real-Time Data Monitoring!
How to Connect ADS1115 to Raspberry Pi - Measure Analog Signals with MQ135 (Part 1)
Переглядів 1,3 тис.3 місяці тому
How to Connect ADS1115 to Raspberry Pi - Measure Analog Signals with MQ135 (Part 1)
How to Install Pip Packages in AWS Lambda Functions with Docker (Method 2)
Переглядів 5093 місяці тому
How to Install Pip Packages in AWS Lambda Functions with Docker (Method 2)
Secure SSH Access to Your Raspberry Pi with Tailscale VPN - SSH From Any Network Easily
Переглядів 1,5 тис.3 місяці тому
Secure SSH Access to Your Raspberry Pi with Tailscale VPN - SSH From Any Network Easily
Beginner Tutorial: Learn how to Send Email with ESP32S3 in the Lua Programming Language (Part 2)
Переглядів 2173 місяці тому
Beginner Tutorial: Learn how to Send Email with ESP32S3 in the Lua Programming Language (Part 2)
Beginner Tutorial: Learn how to Program the ESP32S3 with Lua Programming Language (Part 1)
Переглядів 6733 місяці тому
Beginner Tutorial: Learn how to Program the ESP32S3 with Lua Programming Language (Part 1)
Beginner Tutorial: Stream Audio from Raspberry Pi to Local Computer
Переглядів 1,3 тис.3 місяці тому
Beginner Tutorial: Stream Audio from Raspberry Pi to Local Computer
Remotely Control your Raspberry Pi via SSH through a Cell Phone
Переглядів 8343 місяці тому
Remotely Control your Raspberry Pi via SSH through a Cell Phone
Remotely Control your Raspberry Pi via SSH from an External Network: Beginner's Guide (Part 3)
Переглядів 2,2 тис.4 місяці тому
Remotely Control your Raspberry Pi via SSH from an External Network: Beginner's Guide (Part 3)
Stream Video from Raspberry Pi Camera to YouTube Live with Python
Переглядів 1,5 тис.4 місяці тому
Stream Video from Raspberry Pi Camera to UA-cam Live with Python
How to Connect BH1750 with Arduino: Measure Ambient Light for Smart Lighting
Переглядів 2834 місяці тому
How to Connect BH1750 with Arduino: Measure Ambient Light for Smart Lighting
How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)
Переглядів 8504 місяці тому
How to Connect MPU9250 and Raspberry Pi (Part 2 - Calibration)
Beginner Tutorial: How to Stream Video from Raspberry Pi Camera to Local Computer (P3 - piCamera2)
Переглядів 3,3 тис.4 місяці тому
Beginner Tutorial: How to Stream Video from Raspberry Pi Camera to Local Computer (P3 - piCamera2)
Upload Data from Raspberry Pi Pico W to Google Sheets - (Part 2) Without Using IFTTT
Переглядів 1,3 тис.5 місяців тому
Upload Data from Raspberry Pi Pico W to Google Sheets - (Part 2) Without Using IFTTT
How to Connect BH1750 with the Raspberry Pi Pico/Pico W: Measure Ambient Light for Smart Lighting
Переглядів 7075 місяців тому
How to Connect BH1750 with the Raspberry Pi Pico/Pico W: Measure Ambient Light for Smart Lighting
How to Connect BMP280 to Raspberry Pi Pico/Pico W - Measure Temperature and Atmospheric Pressure
Переглядів 7605 місяців тому
How to Connect BMP280 to Raspberry Pi Pico/Pico W - Measure Temperature and Atmospheric Pressure
Beginner Tutorial: How to Stream Video from Raspberry Pi Camera to Computer using Python (P2)
Переглядів 3,3 тис.5 місяців тому
Beginner Tutorial: How to Stream Video from Raspberry Pi Camera to Computer using Python (P2)
How to set up WiFi provisioning on Blynk + Device activation flow demo! With ESP32 - Shilleh Version
Переглядів 2435 місяців тому
How to set up WiFi provisioning on Blynk Device activation flow demo! With ESP32 - Shilleh Version
How to Connect MPU9250 and Raspberry Pi (Part 1)
Переглядів 2,1 тис.6 місяців тому
How to Connect MPU9250 and Raspberry Pi (Part 1)

КОМЕНТАРІ

  • @martinpradotapia1115
    @martinpradotapia1115 19 годин тому

    tata qliao

  • @golangthebest7746
    @golangthebest7746 День тому

    error: no route to host, why? my username and tailscale ip is ok

    • @mmshilleh
      @mmshilleh 23 години тому

      Hard to tell my friend

    • @golangthebest7746
      @golangthebest7746 23 години тому

      @@mmshilleh you are right I think maybe it's because I already have raspberry pi connect running, who knows

  • @AshieG75
    @AshieG75 3 дні тому

    Great videos thankyou! I came across this one as it is linked in your video around connecting a Pi Pico W to AWS IOT Core. This has the same problem with the changes to simple.py and the removal of ssl_params, but the context needs to be created with the cert and key... context = tls.SSLContext(tls.PROTOCOL_TLS_CLIENT) context.load_cert_chain(read_pem(MQTT_CLIENT_CERT), read_pem(MQTT_CLIENT_KEY)) context.load_verify_locations(read_pem(MQTT_BROKER_CA)) context.verify_mode = tls.CERT_REQUIRED Just wanted to post this in case anyone else is struggling with it like I was!

    • @mmshilleh
      @mmshilleh 2 дні тому

      Thanks I appreciate the feedback

    • @saranyak5114
      @saranyak5114 День тому

      hi pls help me to connect with aws iot using pico w,iam trying this for the past 5 days.but i cannot clear the issue.i tried with different versions of micropython.can u tell me the solution in detail

    • @saranyak5114
      @saranyak5114 День тому

      my error code is Traceback (most recent call last): File "<stdin>", line 79, in <module> File "simple1.py", line 92, in connect IndexError: bytes index out of range

  • @robeliolopessilva4394
    @robeliolopessilva4394 3 дні тому

    With Part 1 I was able to connect remotely my Windows 11 notebook with Raspberry Pi 4 through CMD terminal via SSH. And with Part 2 the connection is through Visual Studio Code. Thanks a lot again for the good job!

    • @mmshilleh
      @mmshilleh 3 дні тому

      @@robeliolopessilva4394 don’t forget to subscribe

  • @robeliolopessilva4394
    @robeliolopessilva4394 3 дні тому

    Thanks for the good job!

    • @mmshilleh
      @mmshilleh 3 дні тому

      @@robeliolopessilva4394 no, thank you buddy

  • @IThinkIamTheOriginalTheLeech

    I am very educated with this video, thanks!

    • @mmshilleh
      @mmshilleh 2 дні тому

      You're very welcome! Do not forget to subscribe.

  • @mmshilleh
    @mmshilleh 4 дні тому

    Do not forget you can hire me on Upwork if you need more assistance in your IoT project! www.upwork.com/freelancers/~017060e77e9d8a1157

  • @mmshilleh
    @mmshilleh 4 дні тому

    Do not forget you can hire me in upwork if you need more assistance! Or you can donate if I helped save you time! www.upwork.com/freelancers/~017060e77e9d8a1157 buymeacoffee.com/mmshilleh If you need in-depth help with AWS I can certainly assist!

  • @garrettwilson7134
    @garrettwilson7134 5 днів тому

    Thanks for the tutorial! I have one minor issue using a logitech webcam. The colors in the video feed seem to be inverted except for green. Any idea how to fix it?

    • @mmshilleh
      @mmshilleh 5 днів тому

      Not at the top of my head Garret I would have to look at your code in detail, sorry my friend :/

  • @seanequisenberry6699
    @seanequisenberry6699 6 днів тому

    Great Video!

  • @kemalcn
    @kemalcn 6 днів тому

    You say you will link the code in the description (at 4:11); but I can't see the code. There's a link for the blog, I signed up to read it but that blog doesn't have the code either

    • @mmshilleh
      @mmshilleh 6 днів тому

      Its a github link in the medium article please check there

  • @ConnorHilton-e1w
    @ConnorHilton-e1w 6 днів тому

    Awesome! Do you have any recommendation of a video that explains how to do more complicated HTML/CSS on the web page?

    • @mmshilleh
      @mmshilleh 6 днів тому

      I do not, really I use ChatGPT to generate the HTML side of things these days to be frank. I never had to do anything that elaborate on that tend so it gives me good stuff

    • @ConnorHilton-e1w
      @ConnorHilton-e1w 5 днів тому

      @@mmshilleh thanks for the tip ! won a sub.

    • @mmshilleh
      @mmshilleh 5 днів тому

      @@ConnorHilton-e1w haha yes i build frontend apps and i can do 90 percent of the frontend with gpt, pretty wild for sure. Thank you for subbing

  • @vasili2837
    @vasili2837 10 днів тому

    Can you make an update regarding the AWS IoT integration with the certs? I'm going crazy trying to make it work. It tried alot. Different micropython version. Different variants of converting the certs into the correct format but i just can't make it work. Im currently using micropython v1.24.0-preview.181.g91f4a6b9e but 1.23.0 doesn't work as well. It always tells me my cert is invalid: ValueError: invalid key. Even though the exact same code with the same certs works on an esp32 board. Im guessing the compiled firmware for the pico is different and that causes the issue. Do you have any insights that might help me?

    • @mmshilleh
      @mmshilleh 7 днів тому

      Not at the top of my head, I do have some AWS IoT videos on my channel and I got it to work. Have you watched those?

    • @saranyak5114
      @saranyak5114 День тому

      hi have u find the solution?

  • @kirishima638
    @kirishima638 10 днів тому

    Showing the physical board setup would have helped.

    • @mmshilleh
      @mmshilleh 10 днів тому

      @@kirishima638 good feedback thank you

  • @syedhuzaifaali8096
    @syedhuzaifaali8096 13 днів тому

    in the earlier video you were using iot core now you have shifted to hivemq and it is without the certificate aswell

    • @mmshilleh
      @mmshilleh 12 днів тому

      IoT core is a separate tutorial yes!

    • @syedhuzaifaali8096
      @syedhuzaifaali8096 12 днів тому

      @@mmshilleh yes but that is also not working - and you have given link of this on that video pinned comment

  • @pixelrancher
    @pixelrancher 14 днів тому

    Was there a link to the Additional Boards Manager URLs? Thanks.

    • @mmshilleh
      @mmshilleh 14 днів тому

      In the blog my friend! Let me add that sorry, good eye

    • @pixelrancher
      @pixelrancher 14 днів тому

      @@mmshilleh Thanks. Cheers!

  • @pyrusspangj
    @pyrusspangj 14 днів тому

    phenomenal! i love the way you explain things so fluently and understandably. subscribed!

    • @mmshilleh
      @mmshilleh 14 днів тому

      Welcome aboard! Appreciate the comment :)

  • @Weaselpro
    @Weaselpro 15 днів тому

    Hei!!! It also would worth to show how to run Serial Terminal console for comunication with PICO in PyCharm. Go Micropython tool on the left panel, click RELOAD circle arrow at left side to restart all, then Ctrl+D will run code on Pico and you will get serial terminal output.

    • @mmshilleh
      @mmshilleh 14 днів тому

      That is great might have to do a P2

  • @value_creation
    @value_creation 15 днів тому

    Not Able to understand as the pinned video is for hiveMQ and this is for AWS IOT getting error for this part of code ssl_params={ "key": key, "cert": cert, "server_hostname": MQTT_BROKER, "cert_reqs": ssl.CERT_REQUIRED, "cadata": ca, how to incorporate change in simple.py for AWS IOT

  • @value_creation
    @value_creation 15 днів тому

    MPY: soft reboot Connected to Wi-Fi Traceback (most recent call last): File "<stdin>", line 88, in <module> TypeError: unexpected keyword argument 'ssl_params' getting the above error

    • @mmshilleh
      @mmshilleh 15 днів тому

      @@value_creation see my pinned comment my friend, there is a library update

  • @RealTimeLogic
    @RealTimeLogic 15 днів тому

    A quick note on ESP32 memory: When buying an ESP32-S3, choose a model with 'N8R8' or 'N16R8' in the name. These indicate the flash and RAM sizes in megabytes. Xedge32 requires a minimum of 8MB to run on the new ESP32-S3. The video uses the XIAO ESP32S3 as an example. You can also use the original ESP32, provided it has 4MB of PSRAM. However, OTA firmware updates are not supported on the original ESP32.

    • @mmshilleh
      @mmshilleh 15 днів тому

      Thanks you are the expert here!

  • @davidbonfim9009
    @davidbonfim9009 18 днів тому

    Can't make it work errors in thonny won't communicate says it is busy, already tried in 2 boards with different chip identification one is esp32-D0WD-V3 (revision 3.1) And another esp32-D0WDQ6 ( revision 1.0) Any advices ??? I already tried almost everything

    • @mmshilleh
      @mmshilleh 15 днів тому

      Might work better on a macbook, do you have that?

    • @davidbonfim9009
      @davidbonfim9009 15 днів тому

      @@mmshilleh thanks for your support on this matter... sorry, I don't have a macbook but I'll try to get one to test it... thanks for the suggestion

  • @BerkayCanel-b3b
    @BerkayCanel-b3b 18 днів тому

    It is a perfect walkthrough! However, when I execute your code, I have encountered this error on lambda: [ERROR] ElementNotInteractableException: Message: element not interactable (Session info: chrome=127.0.6533.99) Stacktrace: #0 0x55a5028c56aa <unknown> #1 0x55a502596441 <unknown> #2 0x55a5025dfd28 <unknown> #3 0x55a5025de18d <unknown> #4 0x55a5026088a2 <unknown> #5 0x55a5025da599 <unknown> #6 0x55a502608a6e <unknown> #7 0x55a50262704a <unknown> #8 0x55a502608643 <unknown> #9 0x55a5025d8d31 <unknown> #10 0x55a5025d979e <unknown> #11 0x55a50288d23b <unknown> #12 0x55a5028911d2 <unknown> #13 0x55a50287a5f5 <unknown> #14 0x55a502891d62 <unknown> #15 0x55a50285f23f <unknown> #16 0x55a5028b4e48 <unknown> #17 0x55a5028b5020 <unknown> #18 0x55a5028c447c <unknown> #19 0x7f2325f157f2 start_thread Traceback (most recent call last): File "/var/task/main.py", line 41, in lambda_handler search_box.send_keys('OpenAI') File "/var/lang/lib/python3.12/site-packages/selenium/webdriver/remote/webelement.py", line 231, in send_keys self._execute( File "/var/lang/lib/python3.12/site-packages/selenium/webdriver/remote/webelement.py", line 395, in _execute return self._parent.execute(command, params) File "/var/lang/lib/python3.12/site-packages/selenium/webdriver/remote/webdriver.py", line 354, in execute self.error_handler.check_response(response) File "/var/lang/lib/python3.12/site-packages/selenium/webdriver/remote/errorhandler.py", line 229, in check_response raise exception_class(message, screen, stacktrace) END RequestId: 093ac21f-6092-42d4-8088-1e67f8f5866c

    • @mmshilleh
      @mmshilleh 18 днів тому

      I noticed that too, depending on the complexity of the Selenium project. I will investigate that in more detail but the workaround is that you can use EC2 Windows and Task manager if you like, a little more pricey but much more predictable and easy to work with

    • @BerkayCanel-b3b
      @BerkayCanel-b3b 18 днів тому

      @@mmshilleh Thanks for the quick reply! I am trying to build a very easy scraper for indeed website for some time and your approach is the closest I have got. If you can find a solution please do not hesitate to contact with me!

    • @mmshilleh
      @mmshilleh 18 днів тому

      @@BerkayCanel-b3b use an ec2 i would recommend it

  • @luc_not_lucky1413
    @luc_not_lucky1413 19 днів тому

    I rarely comment on youtube but let this time I will. Thanks you so much for this comprehensive tutorial. You saved me so much time and headaches !!

    • @mmshilleh
      @mmshilleh 19 днів тому

      Wow appreciate the comment. Video is a success for saving someone time!!! Hope you subscribe :)

  • @klauslomas
    @klauslomas 19 днів тому

    Good video! At what resolution and fps do you stream? What version of Raspberry Pi are you using? Thank you

    • @mmshilleh
      @mmshilleh 19 днів тому

      Using a Raspberry Pi 4b and tbh I have not played around with the resolution too much or FPS. I kept it low because it can be kind of slow :/ Hope that helps! Don't forget to subscribe that would be great!!!

  • @MASKDANTE
    @MASKDANTE 20 днів тому

    I have an internet connection that has a proxy and its IP is 192.168.49.1:8000, in order to connect to the internet I must configure this data, how do I configure the same on the raspberry pi4, I have not been able to use the internet via wifi, the raspberry pi4 connects to the wifi and assigns an IP automatically but does not browse because I have not configured this data as would be done when it is in client mode.

    • @mmshilleh
      @mmshilleh 20 днів тому

      I am not sure my friend

  • @FrankMwangi33
    @FrankMwangi33 20 днів тому

    Thank you! Easy to follow and very straightforward.

    • @mmshilleh
      @mmshilleh 20 днів тому

      Appreciate your comment! Hope you can subscribe would help me out a lot! Thanks

  • @nathanbouchat1636
    @nathanbouchat1636 23 дні тому

    Hello, thanks for the video ! I keep on getting the same issue : [Errno 2] No such file or directory: 'python_package.zip' do you have any idea on how to fix this ? Cheers

    • @mmshilleh
      @mmshilleh 21 день тому

      Hmmmm not sure why thats happening with you, you mess with the code?

  • @juliamair6387
    @juliamair6387 24 дні тому

    thank you very much

    • @mmshilleh
      @mmshilleh 24 дні тому

      Youre very welcome hope you can subscribe!

  • @nicolaspotieranzola4352
    @nicolaspotieranzola4352 25 днів тому

    Hi, can you explain this for Aws iot context, please? i'm try to connect between esp8266 and iot core with the last firmware, but I haven't been able to make it

    • @mmshilleh
      @mmshilleh 21 день тому

      Not sure what you mean my friend.

  • @prozacsf84
    @prozacsf84 25 днів тому

    ctrl+d is rebooting the pico

  • @xHardcorexism
    @xHardcorexism 25 днів тому

    nice ones 👌👌

    • @mmshilleh
      @mmshilleh 25 днів тому

      @@xHardcorexism thanks G

  • @user-ny5zo6nd2n
    @user-ny5zo6nd2n 26 днів тому

    Hey I followed each step as told. I am using an esp32. I am able to get my json payload to MQTT but was facing issues sending that directly to AWS Dynamodb now I tried this method of yours with lambda. Still there is not a single value being updated on the table. Though this time the lamba function is getting invoked so there is still a bit of progress but I am failing to understand what is wrong in config of the table that its not updating a single value. Kindly help. Thanks for help in advance

    • @mmshilleh
      @mmshilleh 26 днів тому

      I would have to see your code/config if you need any more help. Feel free to book a consulting slot on my buymeacoffee link, if you like, otherwise it is hard to tell buymeacoffee.com/mmshilleh/e/194358

  • @mmshilleh
    @mmshilleh 27 днів тому

    Simple.py file has changed since! Here is the update on how to get it to work! ua-cam.com/video/HxaJPbD9M-w/v-deo.html

  • @scottthecarguy8147
    @scottthecarguy8147 28 днів тому

    It looks like the Simple.py code has changed.

    • @mmshilleh
      @mmshilleh 27 днів тому

      It has! I have a 2024 update video!

    • @syedhuzaifaali8096
      @syedhuzaifaali8096 13 днів тому

      @@mmshilleh have you uploaded on your channel ?

    • @saranyak5114
      @saranyak5114 3 дні тому

      the link is not reachable.can u give me the link again?

    • @saranyak5114
      @saranyak5114 3 дні тому

      @@mmshilleh pls provide the updated library the one you attached is not opening

  • @MithileshBhutada
    @MithileshBhutada 28 днів тому

    Do we need to explicitly define the architecture in the docker file here "FROM amazon/aws-lambda-python:3.12". I am asking this because I am getting this warning message: 1 warning found (use --debug to expand): - InvalidBaseImagePlatform: Base image amazon/aws-lambda-python:3.12 was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 1)

    • @mmshilleh
      @mmshilleh 27 днів тому

      Hmmmm that is a good point, you usually do but if its not an error I would say it is okay. When you specified the error in the Lambda, did it work?

  • @freakysuwin
    @freakysuwin 29 днів тому

    can you do with a rapsberry pi zero 2 W??

  • @BasitKhan-te4ls
    @BasitKhan-te4ls 29 днів тому

    I am using ADXL345 with Arduino UNO. I want to extract the Graphs ( Time and Freq Domain). Can you please help in this case,.. also share code

    • @mmshilleh
      @mmshilleh 29 днів тому

      I can help with this if you need in-depth help. buymeacoffee.com/mmshilleh We can work on the code together if you like

    • @BasitKhan-te4ls
      @BasitKhan-te4ls 28 днів тому

      @@mmshillehWhats your fee and charges for this?

    • @mmshilleh
      @mmshilleh 28 днів тому

      @@BasitKhan-te4ls 40 USD per hour, you can book 1 hour and see what we get done!

    • @BasitKhan-te4ls
      @BasitKhan-te4ls 28 днів тому

      @@mmshilleh I got the code from Github,,, Thanks

  • @lemonade.javascript
    @lemonade.javascript 29 днів тому

    i typed everything exactly as is, but still got this: MPY: soft reboot Waiting for connection... Waiting for connection... Waiting for connection... Connected! 3 Traceback (most recent call last): File "<stdin>", line 53, in <module> File "<stdin>", line 20, in connectMQTT TypeError: unexpected keyword argument 'ssl_params'

    • @mmshilleh
      @mmshilleh 29 днів тому

      I have an update on my channel about this issue titled "Connecting Raspberry Pi Pico W's with MQTT: Building a Collaborative IoT System (2024 Update)" It is on my channel. Goodluck

  • @jimbowrey2369
    @jimbowrey2369 Місяць тому

    I really liked your video. Do you have a similar video or project to use a Raspberry Pi (not Pico) to Google sheets. Perhaps with a DHT22 or DS1820B?

    • @mmshilleh
      @mmshilleh Місяць тому

      Thank you my friend that is very kind of you. Hope you subscribed. No I do not have that specifically :/ if you need particular help setting that up you can book a consulting slot with me on buymecoffee and we can finish it in less than hour! buymeacoffee.com/mmshilleh I do have some DHT22 videos that can aid you for sure.

  • @MODEH7
    @MODEH7 Місяць тому

    Hi, when connecting to my IP from the Pi the image shows, while my PC and phone fail to get to the website and yes they are connected to the same network, but its a mobile hotspot so does it matter?

    • @mmshilleh
      @mmshilleh Місяць тому

      I think Mobile Hotspot will not work exactly the same, not sure how stable that IP is to be honest... sorry mate

    • @MODEH7
      @MODEH7 Місяць тому

      @@mmshilleh Thanks for answering mate!

    • @mmshilleh
      @mmshilleh Місяць тому

      @@MODEH7 i try! Didnt help this time though haha 🫣

    • @MODEH7
      @MODEH7 Місяць тому

      @@mmshilleh No you did! Multiple projects like this didn't work with me and maybe because of the hotspot, now I might consider a router

  • @user-xb5te3ky8u
    @user-xb5te3ky8u Місяць тому

    Is it possible to use webcam instead of picamera?. TIA.

    • @mmshilleh
      @mmshilleh 29 днів тому

      You should be able to, not working?

  • @windwardhive7363
    @windwardhive7363 Місяць тому

    consider including the repo link

  • @mmshilleh
    @mmshilleh Місяць тому

    Consider subscribing if you have not! Hope you enjoy the tutorial!

  • @Ankithbelesaaru
    @Ankithbelesaaru Місяць тому

    Hello, Thank You so much for the video :) The pico w that i am working on were functioning really well until some point (for sampling frequency of 100ms to 1000ms). But after a few months it is working, but only from 500ms to 1000ms sampling rate. even though it works in 100ms or 500ms there is a huge amount of data loss. The data loss decreases with increase in sampling rate. Also an overnight analysis at lower frequency like 700ms or 1000ms even 60000ms causes data loss :( any insights on this? Anyway that i can fix it?

    • @mmshilleh
      @mmshilleh Місяць тому

      Ensure that your code doesn't have any memory leaks that might cause issues over time, especially if it's running continuously for long periods. But to be honest that is a peculiar issue I have not dealt with directly.

  • @sowmyakona7316
    @sowmyakona7316 Місяць тому

    Hey that was so helpful, I am working on a project automatic writing machine using raspberry pi pico and can u plz help me upload a gbrl to convert gcode into pico executive instrumentations, so that I can send gcode into pico using universal gcode sender. Waiting for your reply!!

    • @mmshilleh
      @mmshilleh Місяць тому

      Yes I can, you can book a consulting slot on my buymeacoffee link and I can help you if you want in-depth help. buymeacoffee.com/mmshilleh/e/194358 Let me know what you think

  • @erichwang1516
    @erichwang1516 Місяць тому

    Awesome tutorial. Was super helpful, clear, and concise. Kudos!

    • @mmshilleh
      @mmshilleh Місяць тому

      Glad you enjoyed it! Hope you can subscribe my friend :) Would be awesome

  • @STMONDEO1
    @STMONDEO1 Місяць тому

    @STMONDEO1 5 days ago Hi Shilleh Do i need to port forward this raspberry pi for me to view this camera.

    • @mmshilleh
      @mmshilleh Місяць тому

      if its from an external IP address you have to yes

    • @STMONDEO1
      @STMONDEO1 Місяць тому

      @@mmshilleh Hi i have tried every thing but still no joy. I can view the Raspberry pi through VNC with my PC no problem. So i no they are both on the same Network. But for some reason i cannot view the camera over the internet.