Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Recent content by dayanpad

  1. D

    static veriables

    Dera All Have a nice day Please kindly advice me to create a static variable using assembly It would be much appreciated if some one can use PIC16fs77a assembly instructions Thanks in advance
  2. D

    PIC 18F Configuratin word

    Dear All I used following configuration word for PIC18F4520 in assembly. But it is showing compiling errors. please advice correct format I insert #INCLUDE <P18C4520.INC> also __CONFIG _CONFIG1, LPSCEN_OFF_1 & RCRA6_OSC_1 __CONFIG _CONFIG2, BORV_25_2 & BOREN_ON_2 & PWRTEN_OFF_2 __CONFIG...
  3. D

    Seven Segment last digit

    Dear jon This can be happened I think so could we have any solution , can we able to round up this digit
  4. D

    Seven Segment last digit

    Dear mister Thanks for advice and i will check this method and update
  5. D

    Seven Segment last digit

    Dear Der Thanks for reply please check the attached code int sevenSegment[]={0x3F,0x06,0x5B,0x4F,0x66,0x6D,0x7D,0x07,0x7F,0x6F}; void setup() { DDRD = 0XFF; pinMode(10,OUTPUT); // Controlled Seven Segment 1 Common Cathode pinMode(11,OUTPUT); // Controlled Seven Segment 2 Common Cathode...
  6. D

    Seven Segment last digit

    Dear All I written a program with Arduino analog read and send the result to seven segment display . Everything is working and only issue is last digit value is varying even analog input doesn't change please advice Thanks in advance
  7. D

    ROBOTIC Software and tutorials

    Dear All, What are the available software that we can use to ROBOTIC learning and simulation I need to design robot arm and simulation using software What are the software that are using in the industrial level for Industrial automation and robotic developments I am very grateful if anybody...
  8. D

    Motion Simulator

    Thanks tony Could you please give me an idea ...working procedure of commercially available motion simulators As an Example Like 5.1 sound system, the audio or video file have separate track recording that only we can have real 5.1 like wise ..... have the game video recorded on it motion...
  9. D

    Motion Simulator

    Dear alec Thanks for the reply You mean every standard game comes with motion signals that we can use to drive the seat Please advice Thanks in advance
  10. D

    Motion Simulator

    Thanks again and again Is VLC language or software ? Could I have link it ? Can you please explain it more Thanks in advance
  11. D

    Motion Simulator

    Tony Grate thanks for the reply My main issue is how we capture the inputs from the film ( Video ) to activate vibration according to the motion Hoped you will understand my issue please advice Thanks in advance
  12. D

    Motion Simulator

    Dear All, Can I have an idea to design a motion simulator using micro controller What I need is to simulate my driving seat accordant to my game video Please advice Thanks in advance
  13. D

    Multiwi & Megapirate Flight Controller

    HI WP100 I have it but advice is needed It shows multwii_2_1 crius AIOP firmware but firmware folder it does not have any experience advice
  14. D

    Multiwi & Megapirate Flight Controller

    Dear All, I need to help to one school student to program his flight controller ( Quad copter) Board type Multiwi & Megapirate Flight Controller AIO PRO V1.0 CRIUS I am good familiar with ARDUINO IDE Can any one should help me program this board I tried you tube and varies web tutorials but...
  15. D

    250v Capacitor instead of 160v

    Hi rons You are correct ...this is TV set H section 115V goes to H out via FBT Frequency at this area 15625Hz Therefore can we replaced 160V cap instead of 250v Please advice Thanks in advance

Latest threads

New Articles From Microcontroller Tips

Back
Top