Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Wajiduddaim

  1. W

    How to get time from structure

    thanks for your reply i am using TimeLib.h library and wifi library i tried but it didnt work yes its work and print hour value but i need to compare hour with another value suppose tm_hour = timeinfo.hour if(tm_hour == LocalHour) ..... or if(tm_hour <= 12)
  2. W

    How to get time from structure

    hi i m using esp32 and its wifi library in Arduino After getting NTP time when i Call this function everything fine void printLocalTime() { struct tm timeinfo; if (!getLocalTime(&timeinfo)) { Serial.println("Failed to obtain time"); TimeSuccess = false; return; }...
  3. W

    analogue clock using stepper motor

    I want to make a analogue clock with stepper motor The angle movement of stepper motor is 1.8 degree. So 360 / 1.8 = 200 steps ... Right? now suppose time is 10:27:38 now if I move motor every second the MINUTE needle should move very slowly and continually and after 60 seconds it should...
  4. W

    rechargeable battery backup circuit for GSM.GPRS module

    HI i m making a circuit of GSM/GPRS module SIM868 according to this **broken link removed**. but i have a problem with VRTC (backup battery).if there is rechargeable battery will module will charge it, if yes then afrer fully charge, will module auto stop it? if module didnt charge the battery...
  5. W

    RGB LED based 4" Digital Clock Circuit Diagram

    I was reading the datasheet of WS2813 RGB LED and i found 1) Recommended application circuit diagram: Note: R1 is the protection resistance of the IC, which has the function of preventing power spikes and anti-reverse connection. The general value is 150R~390R. C1 is an external filter...
  6. W

    PC NFC Card reader with Arduino

    Hi I am using NFC card reader with PC its working fine. when i put NCF card on it reader send Card's ID to pc, at that time if I open notepad or any text writing place its just type that number. e.g. I want to use it with arduino, first i want to know how to communicate with tinny85...
  7. W

    RGB LED based 4" Digital Clock Circuit Diagram

    I used NeoPixel Stick - 8 x 5050 RGB LED with Integrated Drivers but at start the LEDs start burning why its happened, Any idea? the Strip use multiple Amp according to Strip Colors is Constant -Current-Regulator necessary ?
  8. W

    RGB LED based 4" Digital Clock Circuit Diagram

    that is a cool idea i m searching on it
  9. W

    RGB LED based 4" Digital Clock Circuit Diagram

    I want to use this method first segment data, and then its color (for example 'R') then then 2nd segment then "R" and so on..... max 1 or two color glow same time (R, G, B, RG, RB, GB, Or White), so max 7 colors RGB all three and RGBW all 4 color will not glow common Anode OR Common Cathode...
  10. W

    RGB LED based 4" Digital Clock Circuit Diagram

    Hi Now I decided to use these LEDs TOGIALED|TOGIALED TJ-S5050UG3W5TLCRGBDW-A5|Light Emitting Diodes (LED)|LCSC According to Datasheet Power Dissipation .... 308 mW Forward Current(DC) .. 30 mA Peak Forward Current . 100 mA Reverse Voltage ...... 5 V Typical Electrical Forward Voltage VF (IF...
  11. W

    RGB LED based 4" Digital Clock Circuit Diagram

    Hi I want to create RGB digital clock (segment height almost 4"). Any one here can tell me with LEDs drivers ICs are best? If I use LED Strip, is that a good idea?
  12. W

    GSM/GPRS, GPS, RTC-DS3231, SD-Card

    i need GSM/GPRS, GPS, RTC-DS3231, SD-Card all on one board. I already used "link-it one". If I use all features there are lot of problems and some other issues, so any other board plzzzz????
  13. W

    [SOLVED] How to connect GSM UART with two different devices

    Hi i m using GSM Module SIM 808, and i want to connect it's UART with microcontroller and PC but one at a time (PC OR microcontroller), i m designing PCB, and i want some kind of diversion or blocker that when i use microcontroller it will not damage max232 IC Please see the picture to understand
  14. W

    [SOLVED] Is there any Serial Driver at the speed 9600 for arduino uno (Atmega 328)

    @betwixt Thanks so much for this kind of information that you asked, 3 clock are approx 20 feet away from arduino, 4th is 55 feet, 5th is 70 feet and 6th is approximately 120 feet, these are working fine without any driver and that was first group and second group is approximately 180 feet from...
  15. W

    [SOLVED] Is there any Serial Driver at the speed 9600 for arduino uno (Atmega 328)

    not from both sides only one side from arduino uno (Atmega 328) to atmel AT89c51 as shown in this picture

Part and Inventory Search

Back
Top