Search results

  1. B

    How to improve the reliability of RS485 communication?

    One improvement you might consider is including practical implementation examples to illustrate these concepts. For instance, this THVD1400 RS485 Transceiver Board offers a real-world reference for proper RS485 hardware design. Examining its PCB layout and component choices could help bridge the...
  2. B

    Telegram Light Intensity Monitor with DFRobot ESP32-S3 AI

    Great tutorial—really nice use of the DFRobot ESP32-S3 board and Telegram integration for light monitoring! Telegram integration with ESP32 is also useful in agricultural projects.  If you are interested in exploring another application of Telegram bots with ESP32 for environmental automation...
  3. B

    Building a Robot Face with Beetle ESP32-C3

    Great one. If you want to make more realistic face, you can see here: https://www.pcbway.com/project/shareproject/The_Face_maker101_c4124445.html This project is a great starting point, especially for those who want to control eye movements and play certain audio files. By coordinating the...
  4. B

    What factors should I consider when selecting a capacitor for a switching power supply?

    Yes, they considered the Ripple Current Rating when doing the calculations. Please take a look. Here is also a tutorial on switching power supply design: https://www.pcbway.com/project/shareproject/85V_260VAC_to_5VDC_2_5A_Flyback_Switching_Power_Supply_c412c2b3.html You can see it for a...
  5. B

    4x4x4 PCB LED CUBE

    How did you make the white base? Is it 3D printed?
  6. B

    SPI to Ethernet Communication on Forlinx OK-MX9352-C Board: W5500 Driver Setup & Debug Guide

    The device tree sets the interrupt-parent and interrupts fields under the w5500@0 node, but in the example, they’re left blank: ethernet: w5500@0 { compatible = "wiznet,w5500"; reg = <0>; // missing interrupt-parent = <&gpio2>; interrupts = <4...
  7. B

    Wio Terminal GPS Tracker with DFRobot GNSS Sensor

    How is the performance of the GPS tracker? 
  8. B

    LSM6DSL for Motion Tracking—Best Power Optimization Techniques

    Hey everyone, I’m working on a low-power motion tracking project using an LSM6DSL IMU to capture 3D acceleration and gyroscope data. This sensor is interesting because it has an "Always-On" mode, which is supposed to keep motion detection running with minimal power consumption. I came across...
  9. B

    What are the advantages of PTC heaters in electric vehicles?

    Is it possible to control PTC heaters with the ESP32?
  10. B

    How to Easily Install and Use Node-RED on iMX6UL Series Processors?

    Can we use Arduino Uno instead of Node-Red?
  11. B

    Seeed Wio E5 with Arduino UNO

    Thanks for sharing. The method is complex. Thanks for elaborate explanation. 
  12. B

    Install DeepSeek-R1 in Windows

    I did not install it. I just go to the website, login and ask. Is there any convenience in installing it? 
  13. B

    Low Power Env Logger with DFRobot Beetle ESP32 C6

    Is C6 a must for this project? Can I do the same project using WROOM?
  14. B

    Guitar to RCA line input

    Did you test the circuit in real life?
  15. B

    How do I choose the right MOSFET for a high-efficiency inverter circuit?

    The selection depends on your inverter's specifications. 
Top