Search Results - MEL PICBASIC Forum


Search:

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

Search: Search took 0.00 seconds.

  1. Replies
    101
    Views
    86,304

    Re: SSD1306 INCLUDE for PBP3

    thanks but no, there is no contrast control. if anyone has any ideas let me know. i'll post if I ever figure it out
  2. Replies
    101
    Views
    86,304

    Re: SSD1306 INCLUDE for PBP3

    unfortunately I don't get anything on the oled
  3. Replies
    101
    Views
    86,304

    Re: SSD1306 INCLUDE for PBP3

    thanks, I went back and used the original ssd1306_I2C.inc. Now no warning when I compile. With no changes to the demo I still can't get anything to show on the oled. To make sure the oled hardware is...
  4. Replies
    101
    Views
    86,304

    Re: SSD1306 INCLUDE for PBP3

    thanks Richard,

    I had no idea. I changed the address back to 0x78 just now and I still don't get anything on the screen. I get this ASM Warning in the results window after compiling. Not sure if...
  5. Replies
    101
    Views
    86,304

    Re: SSD1306 INCLUDE for PBP3

    Hello,

    I need help getting this to work. My oled display does not respond at all and appears off. I'm running the sd1306_demo_16.pbp program. Everything compiles fine. I'm using a 16F1619. Here is...
  6. Replies
    8
    Views
    4,516

    jerson, why soft and not HPWM? Honestly I'm...

    jerson,

    why soft and not HPWM? Honestly I'm not fully getting this...

    Mark
  7. Replies
    8
    Views
    4,516

    thanks Steve, So this would require a pause of...

    thanks Steve,

    So this would require a pause of 1 second if the reading is zero? I can't afford that kind of delay. Is there another way?

    Mark
  8. Replies
    8
    Views
    4,516

    Made a mistake. I'm using a 18F4620 for this....

    Made a mistake. I'm using a 18F4620 for this. 20mhz resonator. I'm communicating to a 16F88 but I need to have the piezo on the 18F4620. And the more I think about it I would like to have 1 beep per...
  9. Replies
    8
    Views
    4,516

    need audible pulse out that varies "on time"

    Hello,

    PBP
    16F88
    4MHz int osc

    I need to send a pulse out to a buzzer that will vary in on time. I need the program to continue running/taking readings while the pulse is generated. I have a...
  10. Replies
    12
    Views
    8,186

    Thanks both of you. After looking closer at the...

    Thanks both of you. After looking closer at the ADCON registers, which I had done a few dozen times, I noticed I only had seven not eight bits. Steve, thank you for your last post. When I pasted it...
  11. Replies
    12
    Views
    8,186

    Unfortunately your suggestion did not work. Here...

    Unfortunately your suggestion did not work. Here are some captured results. Starts with reading on ground, then roughly 2.5V then VDD (5V);

    ADVAL_1 = 0
    ADVAL_1 = 0
    ADVAL_1 = 0
    ADVAL_1 = 0...
  12. Replies
    12
    Views
    8,186

    View Post

    Hmm, the method I’m using to read the A/D is used on the melabs examples page. I have also used this method with a 16F688 without problems. I do get a varying number when I adjust a pot on the pin...
  13. Replies
    12
    Views
    8,186

    16F819 ADC problems

    I can not get the 10-bit A/D working correctly. The program below reads AN0 and turns an LED on if the voltage drops below half of VDD. At least that is what I want it to do. I am expecting to see a...
  14. help with checksum

    I need to create a checksum to send with my data over my wireless link. I have three to five string variables to send. I will not know the length of the strings as they will always be changing. Can I...
  15. help with error checking GPS data over audio link

    I am sending GPS data over an audio link using a modem ic. On the TX side I have broken down the GPS data and I’m sending just the speed, heading and altitude. If it matters, I’m dropping the decimal...
Results 1 to 15 of 15