VS1838B remote


Results 1 to 19 of 19

Thread: VS1838B remote

Threaded View

  1. #15


    Did you find this post helpful? Yes | No

    Default Re: VS1838B remote

    it's working fine but I added leader = 0 to clear it out (duh)
    should have thought of that.
    I need to put the breadboard in the sunshine and see if it stays stable.
    if not, I'll just add his decoding the bytes data

    kind of nice using any button on the remote

    Main:
    PULSIN PORTB.0,0,LEADER ' leader pulse is ~9mS low-going
    IF Leader < 850 THEN
    LOW PORTB.2
    LEADER = 0
    GOTO Main
    ENDIF

    and yes, could have used else but so simple just wanted to see if functions.
    Last edited by Michael; - 3rd April 2020 at 14:24.

Similar Threads

  1. Remote Ip remote relay switch
    By jetpr in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 23rd June 2014, 17:07
  2. Remote control help
    By paulthegulll in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 2nd November 2010, 09:01
  3. IR/RF Remote Control
    By jhorsburgh in forum General
    Replies: 2
    Last Post: - 6th February 2008, 02:23
  4. need help in decoding RC-5 IR-remote
    By vu2iia in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 14th August 2007, 04:34
  5. Remote control
    By Radiance in forum General
    Replies: 2
    Last Post: - 6th August 2003, 15:13

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts