Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Here is example code - PIC12F683 4-dig 7-Segment display - driven by TM1637

    here is my example:
    https://www.picbasic.co.uk/forum/content.php/570-TM1637-Seven-Segment-LED-Display-with-PicBasic-Pro
  2. Article: TM1637 Seven Segment LED Display with PicBasic Pro

    You can view the page at https://www.picbasic.co.uk/forum/content.php/570-TM1637-Seven-Segment-LED-Display-with-PicBasic-Pro
  3. Article: 74HC165 and 74HC595 using the same clk, stobe and data line.

    You can view the page at http://www.picbasic.co.uk/forum/content.php?r=561-74HC165-and-74HC595-using-the-same-clk-stobe-and-data-line.
  4. Replies
    28
    Views
    51,978

    Re: Battery power back-uped circuit

    I agree with this.

    When we order batts, there is option having it with the protection; As it is an option and if you have a smart charging circuit, then it just additional cost which I think is...
  5. Replies
    46
    Views
    70,450

    Re: Can PBP read optical encoder damn fast? :)

    You may have a timer in counter mode in background; so you can do things in foreground while it counts in background.
  6. Replies
    12
    Views
    33,100

    Re: RF Communication over ESP, BLE or other

    Thank you Richard; It was a good video indeed.

    Here is another one for ESP to ESP.
    Surprising result; over 1KM comm distance.


    https://youtu.be/ekSsi83-x8M
  7. Replies
    12
    Views
    33,100

    Re: RF Communication over ESP, BLE or other

    ESP-NOW does not use TCP protocol. This is true, but ESP does.
    NodeMCU also has TCP protocol.
    Why there is no TCP in ESP-NOW, one may ask; I have no idea. Need to check further.
  8. Replies
    12
    Views
    33,100

    Re: RF Communication over ESP, BLE or other

    For ESP, wake up could be fast but then it needs to connect via a protocol;
    Using TCP type protocol, connection may take some time especially after when connection is lost and a reconnect is needed;...
  9. Replies
    12
    Views
    33,100

    Re: RF Communication over ESP, BLE or other

    http://www.hoperf.com/modules/2.4g/RFM75.html
  10. Replies
    12
    Views
    33,100

    Re: RF Communication over ESP, BLE or other

    Ioannis,

    What will you transmit? 1-byte at once? 1 bit?
    Multiple bytes?
  11. Replies
    28
    Views
    51,978

    Re: Battery power back-uped circuit

    This statement is giving me naughty thoughts :D
  12. Replies
    28
    Views
    51,978

    Re: Battery power back-uped circuit

    Why is not not accurate?
    I get 1.024V with 1x output.
    And if the Vdd is 2,5V I still have 1.024V at my FVR output. I never encountered an accuracy issue.

    But, if you have a high freq circuity...
  13. Replies
    28
    Views
    51,978

    Re: Battery power back-uped circuit

    Consider this one: DMP3099L-7

    I have my own charging circuit controlled by PIC with FVR.
    Measure batt voltage by adc read on FVR to calculate the batt voltage.
    If over 4.25V then cut the charge;...
  14. Replies
    28
    Views
    51,978

    Re: Battery power back-uped circuit

    As Richard pointed out risk of fire, you may want to consider Li-fepo4 batteries.
    Almost no risk of fire under high heat, short circuit or over charging ...

    But they are 3.2 Volts.
  15. Replies
    6
    Views
    29,817

    Re: Random Picture Thread

    I meant these !!!
    Female ?

    8854
  16. Replies
    6
    Views
    29,817

    Re: Random Picture Thread

    It seems to be a female thing.
    Or is it just me?
  17. Replies
    31
    Views
    50,247

    Re: Asm sleep - pbp sleep

    Then here we go Wayne;

    I'm very sure, this never happened to me before
    I met you and now I'm sure
    This never happened before
    Now I see, this is the way it's supposed to be
    I met you and now I...
  18. Replies
    31
    Views
    50,247

    Re: Asm sleep - pbp sleep

    Wayne,
    Pay attention to Rihard's code there. The first ting after SLEEP must be NOP.
    You did not have NOP as the first thing atfer SLEEP in your code.

    and WDT is OFF in config; how can it be an...
  19. Replies
    31
    Views
    50,247

    Re: Asm sleep - pbp sleep

    Your MCLRE is ON.
    If you are using power adapter (not battery), make sure you have 100nf cap from MCLRE pin to GND. And I am not even asking about 4K7 - 10K res to vdd; Assuming it is already there....
  20. Replies
    31
    Views
    50,247

    Re: Asm sleep - pbp sleep

    Yes, I checked it again. For some reason I remember to have two NOPs. Sorry for that. Have one or three. It is up to you. :)
  21. Replies
    31
    Views
    50,247

    Re: Asm sleep - pbp sleep

    Here is something from me:

    1. Leave the RX pin unconnected for testing. Check the pin state. Does it stay low or high? If it is high and you get int at high already, then it never sleeps.
    2. IF...
  22. Replies
    3
    Views
    23,845

    Re: Minsky algorithm

    Good quality stuff there.

    Thank you for sharing the link.
  23. Re: Is it possible to make unidirectional serial port via 1 pin with PBP?

    For one pin bi-directional communication, without hardware serial port but with Serin and Serout soft commands; here is something to work on. Just a demo.
    I chose 628A for demo because of its...
  24. Replies
    8
    Views
    21,125

    Re: 4 -20mA Analogue input help

    Yes, I think so; Most likely it will burn the i/O circuity of the pin.
    If not, you get reset.

    And, most of the time, people tend to connect sensors without powering-off the reader device. So ...
  25. Replies
    8
    Views
    21,125

    Re: 4 -20mA Analogue input help

    If you will use 10-bit ADC to read the voltage on 250R resistor, why would you need an opamp?250R will give you 5V at 20mA max.and, 1V at 4mA lowest.Your ADC reading will be from 205 to 1023.And...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4