Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.00 seconds.

  1. Re: DHT11 Humidity & temperature sensor with SLEEP for 16F690

    Thanks for posting your work Roger.

    I've been wanting to experiment with a temp/RH device lately and this is enough to make it happen.
    Copied to a file before it gets lost.
  2. Re: I hope everybody is having a Great and Merry Xmas...

    Merry Christmas Dave
  3. Replies
    63
    Views
    73,100

    Re: MRF90XAM9A interfacing help

    Been awhile since I been here and found this post while trying to bring the same module to life.

    After a lot of reading and comparing "working" code not in PBP, I found that a lot of confusion...
  4. USB driver problems with Windows10 Anniversary

    Anyone else experiencing USB CDC driver problems since Windows 10 went Anniversary on us?
    In my case, it affected a Panasonic CF-31, 64-bit Intel core i7-5600U reporting "Driver not intended for...
  5. Replies
    4
    Views
    4,189

    Re: Production programming

    I 4th the motion.

    Congratulations! by the way.
  6. Replies
    24
    Views
    58,729

    Re: OLED Display Noise problem

    You can only "see" so fast before it becomes a blur.
    Try adding a PAUSE 33 in your main loop as it is, making it 30fps, just to test if the ghost dots go away.
  7. Replies
    24
    Views
    58,729

    Re: OLED Display Noise problem

    Hi,

    I would suggest writing to the LCD only when you need to update the display info.
    Constantly writing to it in a loop without any kind of delay may be causing the problem.



    pause 500
    ...
  8. Replies
    37
    Views
    32,919

    Re: Long / short press button...but reading ADC

    I could be wrong but I have to ask about using "CALL" instead of GOSUB for the sub routines CHECK and achizitie.

    From the MCS Help section:


    I've never used it in place of GOSUB so don't know...
  9. Replies
    4
    Views
    5,020

    Re: how to program PIC16f18313 pls ?

    Look into the PIC12F683.
    I haven't used 2.50 in a long time but that's the PIC I started with.
  10. Replies
    16
    Views
    9,583

    Re: Monitor supply voltage of chip?

    I think a fixed Vdd to the PIC set below the "low battery" level is your only recourse with this one.
    Then a simple voltage divider to monitor the battery level with the A/D to trigger sleep mode...
  11. Re: Electrical Issue: PIC input false triggering, Signal Noise suspected.

    Hi abecker,
    The inductors should be in your controller circuit because just as your intuition suggests, you will end up with a short antenna at the input of your box.
    If you have room at the reed...
  12. Re: Electrical Issue: PIC input false triggering, Signal Noise suspected.

    Like the guys said, a stiff pullup and a cap. I would also add an inductor to keep the noise spikes out.
    You can probably get by without L2 in this diagram but added it in just in case.

    8170
  13. Replies
    6
    Views
    4,489

    Re: Strange WRITECODE behaviour

    I noticed the variable "x" missing I hope will help.



    for x = programStart to $1767F step 64
    Flash = x
    ERASECODE Flash
    next x
  14. Replies
    772
    Views
    591,498

    Re: Instant Interrupts - Revisited

    I tried your INT code mod and sample code here (added Counter VAR Word) and it compiled okay.
    A couple questions:
    What are you try to do that is not happening?
    And excuse my ignorance, but what is...
  15. Replies
    772
    Views
    591,498

    Re: Instant Interrupts - Revisited

    Edit: ooops, forgot the "@".



    @ INT_ENABLE RABC_INT ; Enable IOC
  16. Replies
    772
    Views
    591,498

    Re: Instant Interrupts - Revisited

    I had to do the same thing with the PIC18F14K50.
    Our entries look similar except your label is RABC_INT.



    #define RAB_INT INTCON, RABIF ;-- RAB Port Change, Added 3/15/14 for PIC18F14K50...
  17. Replies
    4
    Views
    5,242

    Re: ADXL345 Accelerometer using I2C

    It looks good to me. You need to check your connections and scope it and see if you're actually talking to it.
    See post# 8 where the I2CREAD was used same as yours, just different address.
  18. Replies
    15
    Views
    8,695

    Re: Continuous Read Op. From EEPROM

    Noticed that Fujitsu also makes them too.
    Web site
  19. Replies
    15
    Views
    8,695

    Re: Continuous Read Op. From EEPROM

    I'm spoiled to get them locally but check their site for regional sales locations here.
  20. Replies
    15
    Views
    8,695

    Re: Continuous Read Op. From EEPROM

    Check out the F-RAM. Cost more than the usual EEPROM but price has dropped by around half.
    SPI or I2C interface devices, no write time delays and a trillion number of read/writes.
  21. Replies
    22
    Views
    28,739

    Re: TI CC1101 Radio Project

    Used a PIC16F677 or a PIC16F685 in my devices.

    PMs and PDF sent...
  22. Replies
    22
    Views
    28,739

    Re: TI CC1101 Radio Project

    I didn't get to the RSSI function but didn't see it a problem since it means reading a register during the RX mode. The level range is pretty good and linear.

    The RSSI value is available to be...
  23. Replies
    22
    Views
    28,739

    Re: TI CC1101 Radio Project

    I use Express PCB and Pad2Pad for my boards.
    Which kits did you order?

    PM me your address so I can mail you some PCBs.
  24. Replies
    22
    Views
    28,739

    Re: TI CC1101 Radio Project

    Steve,
    I remembered unsuccessfully trying to solder rework wire to the module's pads only to damage it.
    Do you make your PCBs?

    I have some older revision PCBs with footprints for these module...
  25. Replies
    22
    Views
    28,739

    Re: TI CC1101 Radio Project

    Yeah, I bought a pair of them MRF's too but only ended up staring at them cuz they look cool. :D
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4