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 kobre98

  1. K

    8.5 Hour of HD Content PIC Microcontroller: Everything you need to Know Course

    PIC Microcontroller: Everything you need to Know Get Certificate and update your CV and skills with this Step By Step Course Save 190$ Get now for 9.99$ Special Offer for edaboard Members 10 Coupons are available for the First 10 to Join Link: https://bit.ly/2sMhpE5 Do you want to Go to...
  2. K

    PIC Microcontroller: Advanced Training Course For Free

    PIC Microcontroller: Advanced Training Course For Free As you know PIC Microcontroller is a Professional electronic device that is easy-to-use in both hardware and software. It has so many potential in it, that it's really wired how people are just using it for basic stuff using traditional...
  3. K

    PIC18F452 Working Problem

    Thanks a lot for everything The LCD version works just fine for me, I did everything as you said and it worked like a charm, regarding the 7 segment version it needs more work and I will try it soon and report back to you. Thanks again for your help and continuous support
  4. K

    PIC18F452 Working Problem

    you really helped me, thanks a lot man. One last request, I want to understand advanced PIC topics like serial interrupt and other things and how to implement these in code, can you recommend a good tutorial website or a book, from where I can get a good knowledge regarding these topics. Can...
  5. K

    PIC18F452 Working Problem

    Do you have similar project with such method to do this ?!
  6. K

    PIC18F452 Working Problem

    Now I have a deadline closing in, so I need to do this one way or the other. Attached a code that display the time and date just fine and has button for correcting the time and date. the code has an array for Prayers time in May, by value. I declared a method to grab the time for each pray from...
  7. K

    PIC18F452 Working Problem

    I have this code to change date and time, how can I implement it in the mikrobasic code, It's written in mikroc pro do { set = 0; if(PORTA.F0 == 0) { Delay_ms(100); if(PORTA.F0 == 0) { set_count++; if(set_count >= 7)...
  8. K

    PIC18F452 Working Problem

    This is the piece of code responsible for changing time and date in the last code but I commented it since the code didn't compile. ' Start the test examples while(TRUE) ' Endless loop if (Button(PORTA, 0, 1, 0)) then ' Detect logical one oldstate =...
  9. K

    PIC18F452 Working Problem

    What about the buttons for changing time and date since the formulas are used to calculate pray time depending on the time and date and I need to change it to today date and time
  10. K

    PIC18F452 Working Problem

    Time and Date aren't displaying at all, showing wrong reading in proteus interface side question how can I declare a 2d array in mikrobasic 'Dim May as...
  11. K

    PIC18F452 Working Problem

    It displayed the same values, nothing changed the values have to be around F:4.20 Z:12.39 A:4.18 M:7.25 E:8.44 After setting the time, and buttons for setting the time are not working!
  12. K

    PIC18F452 Working Problem

    I need the information to be sent from RTC even the year to get calculations right.
  13. K

    PIC18F452 Working Problem

    D_ = ((367 * y) - (floor((1.75) * (y + floor((month_ + 9) / 12)))) + floor(275 * (month_ / 9)) + day - 730531.5) month, day and y: for year
  14. K

    PIC18F452 Working Problem

    This is the formulas that are used to calculate prayers time based on RTC data, it exists in the same code I attached above, but it seems that the values are not passed from RTC variables to the method in which these formulas exist ard = 31.51667 tol = 34.48333 farq = 3 D_ = ((367...
  15. K

    PIC18F452 Working Problem

    Did you give it a try ?!

Part and Inventory Search

Back
Top