Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Re: Budget 3in1 - 120MHz Oscilloscope Multimeter Signal Generator

    I am a fan of such devices. I own a DSO203 (2ana+2dig channel pocket DSO) which works well till about 2MHz and is suitable for my kind of work with PIC and other microcontrollers. I cannot do any...
  2. Re: Bluetooth text file transfer from mobile phone to PIC - rookie's question

    Firstly, wishing all who read this post a happy and fruitful year ahead.

    I have used these modules. You need to ensure that the interface to the module works @3.3V not 5V. I just re-looked at my...
  3. Re: Bluetooth text file transfet from mobile phone to PIC - rookie's question

    You could look at a module called the HC05. It will pair with your bluetooth phone and can talk on 5V UART with the PIC.
  4. Replies
    3
    Views
    3,353

    Re: Ramp up down? Code ideas.

    Consider this.

    The error between expected and actual output be summed every second in sE

    Now, decide the correction time as Ti or error Integration time in seconds. The aim is to apply the...
  5. Thread: RS232 Sniffing

    by Jerson
    Replies
    13
    Views
    5,093

    Re: RS232 Sniffing

    Hi Ioannis

    The serial port monitor software sits on top of your existing serial port driver on the same PC which communicates with the device. So, you can run your PC software with your device...
  6. Thread: RS232 Sniffing

    by Jerson
    Replies
    13
    Views
    5,093

    Re: RS232 Sniffing

    You might want to consider this product. I have used a very early version of it and think it might be what you're looking for. https://www.hhdsoftware.com/serial-port-monitor
  7. Replies
    87
    Views
    16,304

    Re: Has anyone tried AI with PICBASIC

    I think (no background in AI) that the solution touted as AI in the form of ChatGPT is nothing more than a glorified search engine with a language engine to narrow down and synthesise results as a...
  8. Replies
    119
    Views
    56,217

    Re: to many redirects

    Today, I see the padlock. Till yesterday, it was shown not secure.
  9. Replies
    119
    Views
    56,217

    Re: to many redirects

    No, it doesn't show a padlock. On chromium, it shows an exclamation in a triangle alert - not secure.
  10. Replies
    6
    Views
    1,636

    Re: Redirect Checker

    Clicking the link shows a %20 before the https://, but, I corrected and used the link
  11. Replies
    119
    Views
    56,217

    Re: to many redirects

    I was hit by the "too many redirects" problem on Friday through till Saturday. Nothing would work - flushed cache, cleared cookies for picbasic.co.uk, tried incognito mode. Then on sunday, I got a...
  12. Replies
    119
    Views
    56,217

    Re: to many redirects

    If it's not too much to try, I would burn any Linux ISO to a pendrive, boot it up and try browsing through that. It might help to identify the cause and will not disturb your existing setup in any...
  13. Re: CHROME won't lauch the forum's page - "ERR_TOO_MANY_REDIRECTS"

    I use Chromium (spin off of Chrome) Version 108.0.5359.71 (Official Build) Built on Ubuntu , running on LinuxMint 19.3 (64-bit). No issues seen at my location in India.

    Normal suggestion would...
  14. Replies
    119
    Views
    56,217

    Re: to many redirects

    I use chromium on Linux and face no problems till now. Occasionally, I have the odd problem of being unable to zap spammers as the thread shows but will not be zapped. Then, I clear cache, reload...
  15. Re: Extracting 10 bits from word variable and writing them into two separate register

    After a few searches, I found what I was trying to suggest here.

    http://www.pic24.ru/doku.php/en/osa/ref/introduction/intro
    http://www.pic24.ru/doku.php/en/osa/ref/download/intro

    and this...
  16. Re: Extracting 10 bits from word variable and writing them into two separate register

    I'm sorry, that article does not carry the link to his work. I cannot find the bundle called PIC_OSA which showed his implementation of a polyphonic piano(I think) using a PIC processor with MP3s to...
  17. Re: Extracting 10 bits from word variable and writing them into two separate register

    I suggest you look at this article by Michael Melkonian for inspiration of what is possible on PIC. https://www.embedded.com/get-by-without-an-rtos/
  18. Replies
    3
    Views
    3,355

    Re: OLED reliability story

    I suspect they will say the life expectancy is only 3years or something like that. I found articles and presentations online stating the failure mechanisms of OLEDs as hygro thermal failures of the...
  19. Replies
    3
    Views
    3,355

    OLED reliability story

    OLED failures story

    If you're fascinated by the speedy development in OLED technology and are thinking this is something you need to use in your products, this article will cause you to think...
  20. Replies
    119
    Views
    56,217

    Re: to many redirects

    Some web sites have an inssue of cloudflare blocking them. I use chromium and do not have any connectivity issues with this web site till now.
  21. Replies
    3
    Views
    3,403

    Sticky: Re: PICkit- software suite

    Lester - Thanks for this post. This seems to be a very apt software to have instead of juggling amongst standalone pk2, standalone pk3 and MPLABX IPE to handle different devices. Still to use, but,...
  22. Replies
    9
    Views
    3,089

    Re: What is causing my problem?

    Related to PORTB, I can see that only the ANSEL register is different.

    I have some doubt if the ANSEL needs to be set to 0 on this chip.

    If that does not help, then perhaps you can try by...
  23. Replies
    9
    Views
    3,089

    Re: What is causing my problem?

    Is it possible you did not set the TRISx register (where x is the port name) ? Perhaps the pin is an analog one by default and you haven't configured it for digital use?

    these are what I can...
  24. Replies
    8
    Views
    2,868

    Re: Sleep does not really sleep...

    Not too difficult to check for key release to act on.

    Right now you are checking a keypress when the portb value is different from $78

    Key release is simply getting the transition from (Not...
  25. Replies
    8
    Views
    2,868

    Re: Sleep does not really sleep...

    Couple of things that caught my attention

    1 - in keyscan, this lne should ensure the rows are high
    portb=~dcd ix 'invert polarity
    So, I guess, you should add
    portb=~(dcd ix) +...
Results 1 to 25 of 100
Page 1 of 4 1 2 3 4