Search results

  1. B

    is it possible to build wireless tags

    Are you looking for something like this? https://wirelesstag.net/
  2. B

    Google plans to scrape everything you post online to train its AI

    Nothing is personal now a days......
  3. B

    Need help to make two doorbells work simultaneously.

    I think the problem you're having is that the 3V relay module is not getting enough voltage to trigger. The 2.85V signal from the video doorbell is not enough to overcome the coil resistance of the relay. You can use a step-up converter.
  4. B

    BLDC control using RPI Pico W

    This video also shows how to control a BLDC motor with a Raspberry Pi Pico:
  5. B

    Fire alarm using a PTC as a sensor.

    Check the output of the OPAMP. Maybe it is not changing to switch ON the BJT. However, I find temperature sensors preferable. These are quite easy to use with microcontrollers. https://www.theengineeringprojects.com/2019/10/what-is-thermistor.html
  6. B

    LED screen repair

    I think it's better to go to the seller for an after-sales service. If they can't do anything, as per iivs's answer, maybe it's time to buy a new one.
  7. B

    Is it possible to build an homemade mobile signal amplifier?

    Do you mean mobile signal booster? Here I have found a tutorial. Don't know how much it works: https://www.instructables.com/DIY-2G3G4G-Wireless-Cell-Phone-Signal-Booster/
  8. B

    Hobby Stepper Motors

    The 28BYJ-48 stepper motor operates at a relatively low speed. If you require even higher speeds and torque, you might need to consider a different stepper motor model altogether. You can consider Nema17.
  9. B

    Help Request: I need to identify this board

    I think DJI forum will be a better place for your question: https://forum.dji.com/
  10. B

    Belated Rest in peace. Don Lancaster

    My condolence to his family and friends.
  11. B

    Mpu6050 initial value

    You can try this code: #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> #include <MPU6050_light.h> #define SCREEN_WIDTH 128 // OLED display width, in pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixels // Declaration for an SSD1306 display connected to...
  12. B

    Fire alarm using a PTC as a sensor.

    You can consider AD8615, OPA128, or LT1793.
  13. B

    I need some help with making a pcb

    Duinotech LoRa board is not open-source as far as I know. So, I don't think you'll find the schematic.
  14. B

    Total Electronics Newbie with an idea, LOL

    The following links can give you some guidelines regarding how to make a DIY 3D printer. https://all3dp.com/2/how-to-build-a-3d-printer-from-a-kit-or-from-scratch/ https://www.pcbway.com/project/shareproject/Stepper_motor_controller_board_1fb6e35f.html
  15. B

    Amateur NMR project accepting free help! Developing category theory algorithms on an FPGA

    Remember to conduct a thorough literature review and consult with experts in the field to refine your design, address potential challenges, and ensure the safety and feasibility of your project.
  16. B

    Help request: Gesture Controlled Bluetooth Speaker (Arduino)

    You can take a look at SparkFun Qwiic Wireless Speaker Kit. This Kit Gives You a Head Start for ESP32-Powered Bluetooth Audio Projects. https://www.sparkfun.com/products/21773
  17. B

    need power supply station

    You can consider Vantek DPS 3305P. It is 30V, 5A.
  18. B

    Sogo jpn-650 circuit not working

    H2814D has already figured out a blown fuse. Please check if something else looks blown, burnt or melted. Check the ICs and PCB traces with a multimeter.
  19. B

    LR circuit for PWM Input

    Here is a video series about RL circuit step-by -step design and analysis. You can watch this too:
  20. B

    Korg LP-350 Low Volume Problem

    Here is the manual. It may help you: http://i.korg.com/uploads/Support/LP350-UM-E_634583327235940000.pdf If it does not, you can post your question to the korg forum. Maybe there are other people who solved the same problem.
Top