Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Auto Pilot

    by PlantBob
    Replies
    7
    Views
    5,146

    Auto Pilot

    Hi, due to disabilities, I’m am having a custom pontoon built. What I would like to do is build an auto pilot system that works like this:

    the pontoon is manually driven from point a to point b...
  2. Replies
    5
    Views
    4,227

    Re: Pic18f24j50 usb>>rtc

    Read the post, looked in the 18F24J50.inc file and still not seeing anything that references settiing
    CONFIG3L<1>
  3. Replies
    5
    Views
    4,227

    Re: Pic18f24j50 usb>>rtc

    Yes, I looked at section 16.2.2.1 and it states if I want to use the internal Oscillator by setting CONFIG3L<1>, I just can't find anyone who knows where you set that. Any idea?
  4. Replies
    8
    Views
    6,978

    Re: Real time clock

    Any idea where I can get the 12.5pf capacitors? I have checked all my online suppliers and can't find them.
  5. Replies
    8
    Views
    6,978

    Re: Real time clock

    I saw that sample but I am not sure why I would need to remap pins? I not sure if that is there for something else or just for the RTC. Also, do I need external Oscillator and Capacitors for the...
  6. Replies
    8
    Views
    6,978

    Re: Real time clock

    Ok, I decided to order a PIC18F24J50 that has an internal RTC, Do you know I set/read the clock?
  7. Replies
    3
    Views
    4,231

    Re: Project ideas 2

    Wow, congrats to all the winners!
  8. Replies
    5
    Views
    4,227

    Pic18f24j50 usb>>rtc

    I am using a PIC18F24J50 that has a internal RTC, I need to be able to set the time from a VB program over USB, I can get the data from the VB program to the PIC, I just need to to know how to set...
  9. Replies
    8
    Views
    6,978

    Real time clock

    I am using a PIC18F2450 and need real time clock to schedule events, is this possible in the PIC? if not, is there a 28pin PIC with PIC18F2450 specs and real time clock? Is there an external chip...
  10. Replies
    16
    Views
    9,557

    I have an external 20mhz oscillator. Can you tell...

    I have an external 20mhz oscillator. Can you tell me what I need to do to use SEOUT2 and SERIN2 on pins PORTB.5 and PORTB.4?
  11. Replies
    16
    Views
    9,557

    Ok, here is what I have DEFINE OSC 20 TRISC...

    Ok, here is what I have


    DEFINE OSC 20
    TRISC = %10111111 ' Set TX (PortC.6) to out, rest in
    TRISB = %00010000 ' Set TX (PortB.5) to in, rest outputs
    TRISA = %01111111
    SPBRG = 25 ...
  12. Replies
    16
    Views
    9,557

    Doing further research, it looks like I have to...

    Doing further research, it looks like I have to use HSEROUT withe the USART pins on the PIC18F2450. I have tested with HSEROUT and I still don't get any serial out.

    Can I use other Pins and use...
  13. Replies
    16
    Views
    9,557

    TRISB = %00000000 is the same thing and that is...

    TRISB = %00000000 is the same thing and that is already in my code.
    I don't think Portb has anything to do with my USART operations.
  14. Replies
    16
    Views
    9,557

    More Information: TRISC = %10111111 '...

    More Information:

    TRISC = %10111111 ' Set TX (PortC.6) to out, rest in
    TRISB = %00000000 ' Set PortB to outputs
    TRISA = %01111111
    SPBRG = 25 ' Set baud rate to 2400...
  15. Replies
    16
    Views
    9,557

    BTW, the SEROUT PORTC.6,T9600,["This is a test"]...

    BTW,
    the SEROUT PORTC.6,T9600,["This is a test"] command is in a loop that updates every 2 seconds.
  16. Replies
    16
    Views
    9,557

    PIC18F2450 Rs-232

    I have a Olimex PIC-28 board. I have a PIC18F2450 and a ST232 installed.

    I have pin 17 on the PIC18F connected to pin 12 on the ST232
    I have pin 18 on the PIC18F connected to pin 10 on the ST232...
  17. Replies
    2
    Views
    2,693

    Send E-Mail from PIC

    Is there any way to send an email from a PIC over WiFi or hard wired Ethernet? If so what PIC(s) do I need? Is there a development board available for testing?
  18. Replies
    3
    Views
    4,590

    My mistake, ST232

    My mistake, ST232
  19. Replies
    3
    Views
    4,590

    STN232 connection

    When I connect the RX, TX connections from my PIC18F2450 to my STN232, do I connect
    RX -RX, TX-TX or do they cross, RX-TX, TX-RX?

    Thanks,
    Bob
  20. Replies
    1
    Views
    2,093

    Pic18f2450 24lc128

    I need to connect a 24LC128 Serial Memory chip to my PIC18F2450.
    I need to read/write 256, 25 byte pieces of data to the memory chip.
    I will be reading the data from a PC via USB, as each piece of...
  21. Replies
    1
    Views
    1,877

    Storing Strings

    I am using a PIC18F2450. I need to store 256 25byte variables, the Variables will be sent from a PC connected via USB, the PIC program need to read 16 of these and send them out the serial port. What...
  22. Replies
    3
    Views
    2,756

    Negative voltage

    PIC18F2450
    Is it possible to output a negative voltage on a pin?
  23. Replies
    5
    Views
    3,413

    Do you know what parts I might need?

    Do you know what parts I might need?
  24. Replies
    5
    Views
    3,413

    No this isn't for serial, I have a device that I...

    No this isn't for serial, I have a device that I need to communicate with that uses only the RTS, DTR lines to communicate. It just counts the pulses on each line.

    Bob
  25. Replies
    5
    Views
    3,413

    OT: Hardware question

    I am using a PIC18F2450 that is powered with 5v. I need two of my outputs to go to about 7.5 volts or at least a RTS DTR level. What is the best way to accomplish this?

    Thanks,
    Bob
Results 1 to 25 of 43
Page 1 of 2 1 2