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 7ezhil7

  1. 7

    [PIC] illegal conversion between types int -> struct

    Thank you for your reply sir, I tried my code as per your suggestion.But I got error [type conflict] at while loop i.e.while(!(POS->port & POS->pin)) . I dont know why we are using (POS->port & POS->pin) rather than using POS->pin only.Also What is the use of variable 'Result'. Please...
  2. 7

    [PIC] illegal conversion between types int -> struct

    Hi, I am trying to reuse a code for different pins in pic16f877a.For that i have use structure concept in C.I haven't completed my program.As I was a begginer to structures concept I compiled it for any syntax errors.I got [illegal conversion between types int -> struct DHT11] error. #define...
  3. 7

    [PIC] Code reusablity for two DHT11 sensors in PIC1f877a

    Thank you very much for your reply Sir,It helped me alot...
  4. 7

    [PIC] Code reusablity for two DHT11 sensors in PIC1f877a

    Is there any way to reuse code in PIC? By any choice can I pass a pin as argument to another function?
  5. 7

    [PIC] Code reusablity for two DHT11 sensors in PIC1f877a

    I haven't used any library..i have programed using dht11 datasheet.
  6. 7

    [PIC] Code reusablity for two DHT11 sensors in PIC1f877a

    I am doing a project in PIC16f877a with 2 DHT11 sensors.The sensors where placed at different places.But the code for both of the sensors were same.I would like to reuse the code.I dont know how to do that... #define dht11pin locpin; #define dht11dir locdir; ........ ........ void main() {...
  7. 7

    [PIC] PIC16F877A produces an output voltage of only2.5 to 3 v not 5v when progrmed to high

    All the supply were good vcc=4.98 mclr=4.98 gnd=0
  8. 7

    [PIC] PIC16F877A produces an output voltage of only2.5 to 3 v not 5v when progrmed to high

    I have programed my PIC16f877a to yield HIGH(logic 1) in all of the pins.But on execution it yields only utmost 3v.I tried programing in both Mplab IDE and Mikro C.It results same.Is there any mistake with my setting? As my Dev board contains 10MHz crystal I have selected HS oscillator.I use...
  9. 7

    Converting Mikro c code into HITECH C

    Thank you for your Reply Sir,I am using Proteus 8.1 in which I have integrated Hitech C as compilerinsted of default compiler.I have created my project in Mikroc which compiled successfully.When I copy & paste the same code in Proteus Source file.It gives lot of errors in source code while...
  10. 7

    Converting Mikro c code into HITECH C

    That same code gives error in Hiech c compiler...Whereas in mikroc it compiled sucessfully.In Proteus simulation I am using Hitech C compiler.Thatsy I need to convert my code to hitech c.Thank you for your response.
  11. 7

    Converting Mikro c code into HITECH C

    Hi, I created a program in Mikro c which includes DHT11 sensor.The code got compiled sucessfully in Mikroc.I need to simulate in Proteus 8.1 which contains Hitech c compiler.I dont know how to convert that.So please help me to convert the code also correct any logic mistakes present in my...
  12. 7

    [PIC] Can a damaged controller can be read and written?

    Thank you for your reply, The supply current is around 4mA.Unfortunately,I dont have any assets to check my clock.I didnt use any Reset switch.Also I checked the programer settings.These settings were correct.Is there any way to check clock using Multimeter without frequency measurement
  13. 7

    [PIC] Can a damaged controller can be read and written?

    Thanks for Your Reply Sir, With PICKKIT2 reading and writing my controller Can we say that there is no problem with Microcontroller?
  14. 7

    [PIC] Can a damaged controller can be read and written?

    I have programed my PIC16f877a to give high output at port D.But it does not produce any response.I suspect the controller for damage. But I can read and write my controller with PICKKIT2 v2.61. Please tell me whether the controller is damaged or not.
  15. 7

    embedded C programming

    Sir,Thank you for your reply... Will you please send the entire code...So that I could understand clearly...Again Thank you sir.

Part and Inventory Search

Back
Top