Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: RFEFX; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Using Pic to listen to audio tones from car radar detector

    So i have Uniden R1 radar detector. This unit as well as many others has an audio output port for external speaker. I would like to feed that output to a pic to read the different tones for the bands...
  2. Re: NEC IR Protocol remote decoder, help me before I kill myself!

    I know this reply is 5 years too late.. lol. but just in case anyone else would like to control their lights. http://www.picbasic.co.uk/forum/showthread.php?t=15712
  3. Re: NEC IR Protocol remote decoder, help me before I kill myself!

    Bonxy,

    Thank you for figuring out 20Mhz values. i would have never thought they would be different between different oscillators.

    Pro Tip: there are new LED lights at SAM's club that have an...
  4. Replies
    2
    Views
    3,847

    Re: MSB Compile error

    I found my problem. I forgot to declare MSB.



    MSB con $8000
  5. Replies
    2
    Views
    3,847

    MSB Compile error

    I have an old program that was created with Pic Basic pro... now it seems not to work with PBP3. the MSB is no longer supported?



    if (Thefile & MSB)THEN
    high pindata
    else
    low...
  6. Replies
    24
    Views
    50,615

    Re: Addressable RGB LED's & LED strips

    Well guys..

    I have been messing around with this issue all weekend.

    Still working on the timing control.. very tight timing needed to drive these strips.

    till then.. happy coding.
  7. Thread: rentron ?

    by RFEFX
    Replies
    16
    Views
    33,449

    Re: rentron ?

    Hey I'm doing ok yall.. thnx for asking.. ROFL

    I was able to extract some useful info from Rentron.com using the archive.org thanks for posting that.

    Glad everyone is doing well.
  8. Replies
    24
    Views
    50,615

    Re: Addressable RGB LED's & LED strips

    WOW, Nobody has provided code for an LED strip yet !?!?!?!?

    Ok guys i will have working code for you before the weeks out. im thinking multi-color knight rider... sounds interesting. I will be...
  9. Replies
    9
    Views
    10,306

    Re: RC Receiver with PIC16F628A Very Glitchy

    Im sorry guys this final code is the deal breaker. Even simpler than I previously thought it was going to be.

    Turns lights on and off with a quickness. Ill post my RC Car here when i get it...
  10. Replies
    9
    Views
    10,306

    Re: RC Receiver with PIC16F628A Very Glitchy

    Ok, I got the code working the way i wanted but had to make some alterations.

    First of all - I'm definitely going to have to have a separate power supply for my board as it keeps resetting at...
  11. Replies
    9
    Views
    10,306

    Re: RC Receiver with PIC16F628A Very Glitchy

    I willl Try your suggestions with the Cap and Resistors.

    Ultimately I think the Pulsin timing is wrong and still trying to figure what the correct values should be, or to use pulsin at all.
    ...
  12. Replies
    9
    Views
    10,306

    RC Receiver with PIC16F628A Very Glitchy

    I read this post http://www.picbasic.co.uk/forum/showthread.php?t=12007 and though the code did help somewhat I am having a lot of glitches when steering the car. All I am doing is turning on lights...
  13. Replies
    7
    Views
    28,679

    Re: Home Theater IR Remote Light Switch

    Well it looks like your doing almost the same thing as i have done.. my board, also running off 9v, it is simply closing contacts on another board (the remote). Can you elaborate on the design or...
  14. Replies
    1
    Views
    3,784

    RFEFX Prototype Board

    Showed a friend of mine one of the boards I designed to test my components on and he suggested I post it here. I love this design because it has the breadboard surrounded by all I/O's from the...
  15. Re: Displaying Videos and Images on 4Dsystems uOLED Serially

    If your referring to the uLCD-32PT. i recommend not use the display as a serial terminal. it has a very nice processor on board that will handle all of your touch commands. With the addition of the...
  16. Replies
    1
    Views
    5,012

    Re: 16f887 connect 4 - help needed

    Try using the "PULSEOUT" or the "FREQOUT" command for flashing.

    Not quite sure how big your matrix is but standard connect 4 grid is 42 (6x7).

    Thinking more in depth to your project you could...
  17. Re: send data between 2 microcontrollers by ir(infrared)

    What values are you receiving without declaring them as "DEC" ?
  18. Replies
    7
    Views
    28,679

    Home Theater IR Remote Light Switch

    Hello all,

    I want briefly mention that I had similar code a long time ago.. but since Ivanrosale posted his I will give him the credit.

    Its been a while since my last Article. This...
  19. Replies
    100
    Views
    136,874

    Re: How to compare strings/array? RFID Project

    whenever the PIC identifies a tag stored in the EEPROM it still holds onto the "tagNum" variable. from there you can have your program branch off with the "tagNum" variable to display whatever you...
  20. Replies
    1
    Views
    5,391

    RFEFX boards Detailed

    ok, so here are the detailed features of my board.
    - The board is based off the PIC16F877A microcontroller, since I came across a bulk purchase of these processors. The board features a 20MHz...
  21. Replies
    2
    Views
    23,350

    Playing sound files from 4dSystems SOMO Module

    Well, 4dsystems has done it again. another great product. talking about the nice and compact SOMO module. this little module is very simple to interface. 1 clock, 1 data, 3.3v, and ground and you got...
  22. .....

    rmteo,
    Thank you for posting your project.

    The only difference i see between your display and any of the µOLED-XXX-G1 series is the price and the TFT LCD. All 4Dsystems displays are capable of...
  23. Replies
    12
    Views
    7,451

    oh boy...

    well the good thing is that your PIC12F683 has a PWM feature. so based on that...

    your best bet is to review this page referring to IR Communication.. as it explains a lot about the registers...
  24. lol !

    Thats funny you should Mention that.... because im already working on it.

    I've Already ordered the 4Dsystems SOMO

    I will post a Project when i get it.

    Cheers!
  25. Replies
    100
    Views
    136,874

    Re: I got it

    Ioannis,

    The video Tutorial On the 4Dsystems OLED is located in the Code Example section. link below.

    Displaying Videos and Images on 4Dsystems uOLED Serially
Results 1 to 25 of 62
Page 1 of 3 1 2 3