Search Results - MEL PICBASIC Forum


Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds; generated 32 minute(s) ago.

  1. Replies
    4
    Views
    3,935

    Re: RN-131 WiFly Module

    I found the problem - have it working now, I put the Password as set wlan passphrase <gavo1234> and it should of been set wlan passphrase gavo1234

    All working now and thanks for the help!
  2. Replies
    4
    Views
    3,935

    Re: RN-131 WiFly Module

    Hi,

    I don't have code at the moment as I have playing in a Terminal Program, please see below:

    wifly-GSX Ver 4.00.1, Apr 19 2013 11:48:28 on RN-131
    MAC Addr=00:06:66:21:c5:61
    *READY*
    CMD...
  3. Replies
    4
    Views
    3,935

    RN-131 WiFly Module

    Hi All,

    Has anyone played with the RN-131 WiFly Module?, I have one and been playing about and seem to have everything working except trying to log onto an Access Point, I can keep getting the...
  4. Replies
    3
    Views
    2,822

    Re: Baud Rate Issue with 8MHz Crystal

    Thanks Dave, the problem is I can't see it in the Configuration Bits like the 18F26K22?
  5. Replies
    3
    Views
    2,822

    Baud Rate Issue with 8MHz Crystal

    Hi All,

    I need to reach a baud rate of 115200 and I have a Dev Board that only has an 8MHz Crystal, and normally I need at least 16MHz to reach that speed. I am using a 18F87J50 which is on the...
  6. Thread: Pulse Sensor

    by gavo
    Replies
    0
    Views
    1,750

    Pulse Sensor

    Hi All,

    I bought a nifty little sensor these Holidays from a company called Pulse Sensor, found at www.pulsesensor.com ; just wondering if anyone has played with something like this?

    Regards,
    ...
  7. Thread: Mpu-9150

    by gavo
    Replies
    6
    Views
    4,754

    Mpu-9150

    Hi All,

    Has anyone played with the MPU-9150?

    Regards,

    Gavo
  8. Thread: LED Strips

    by gavo
    Replies
    8
    Views
    5,557

    Re: LED Strips

    Hi Ryan,

    Thanks for the reply, I am sure I have one of those obscure ones, the crazy part is it flashes no problems without the 5V PSU Connected to it, the only problem is there is not enough...
  9. Thread: LED Strips

    by gavo
    Replies
    8
    Views
    5,557

    Re: LED Strips

    Hi Rob,

    Yes it does, I had to change the code a little, please see below:

    Include "MODEDEFS.BAS" ' Include Shiftin/out modes

    define OSC 32
    Define LOADER_USED 1
    Define LCD_DREG ...
  10. Thread: LED Strips

    by gavo
    Replies
    8
    Views
    5,557

    Re: LED Strips

    Hi Robert,

    Good question I will try that...and advise,

    -Gavo
  11. Thread: LED Strips

    by gavo
    Replies
    8
    Views
    5,557

    Re: LED Strips

    I am using 18F8722,

    I have also tried PORT E as well,

    Please see attached details of the LED and the DMX Chip
  12. Thread: LED Strips

    by gavo
    Replies
    8
    Views
    5,557

    LED Strips

    Hi All,

    Has anyone tried to make a Controller for LED Strips?, the crazy part is most of the Controlling Chip Datasheets are all in Chinese and not easy to make out any useful information. So Far...
  13. Replies
    0
    Views
    1,954

    18F47J53 ADCON Setting

    Hi All,

    Please see code below, I have it hooked it up to a Bluetooth device and it is working great, not sure about the A/D routine and whether I got it set correctly and reading the correct...
  14. Replies
    13
    Views
    6,913

    Re: RTC Clock - Resetting

    Yes we did, I was seeing if I could do a "one time" programming instead of 2, the rest is working 100%

    Regards,

    Gavin
  15. Replies
    13
    Views
    6,913

    Re: RTC Clock - Resetting

    Hi Steve,

    My apologies for the delay

    Default Clock is:

    01:01:00
    00:00:80

    Clock does not move
  16. Replies
    13
    Views
    6,913

    Re: RTC Clock - Resetting

    Hi Richard,

    I seem to be doing everything correct, I even had MAXIM have a look at what I was doing, and they said it all looked good, that is why I am at such a loss having to program the device...
  17. Replies
    13
    Views
    6,913

    Re: RTC Clock - Resetting

    Hi Louie,

    Yes I am connecting as per the datasheet, I am using a DS1302

    Regards,

    gavo
  18. Replies
    13
    Views
    6,913

    RTC Clock - Resetting

    Hi,

    I am battling with a RTC Clock that keeps re-setting after I loose power. I have done a few things which has helped the RTC keep the time when the power is off.

    Please see code below:

    *...
  19. Replies
    4
    Views
    4,843

    Re: 18F87K22 Port B Digital

    Thanks All - Worked like a charm!, I now know to set Config Bits..;-)
  20. Replies
    4
    Views
    4,843

    18F87K22 Port B Digital

    Hi,

    I am using a PIC18F87K22 and want to write a simple message to the LCD but something is not right, perhaps the set up of Port B is not correct?, any help would be greatly appreciated, I have...
  21. Replies
    0
    Views
    3,610

    Consultant Needed...;-)

    Hi All,

    I need a consultant to help us complete and check some of our code due to time constraints we have on other projects, please let me know if anyone is interested in helping us....;-)
    ...
  22. Thread: ALFAT vs ULFAT

    by gavo
    Replies
    0
    Views
    1,623

    ALFAT vs ULFAT

    Hi All,

    Has anyone played with the ALFAT USB Module for GHI Electronics?, I use to used the ULFAT before and is was quite easy to set up, I used the Code below to set it up

    I am looking for any...
  23. Replies
    3
    Views
    3,090

    Re: RN41 Bluetooth Module

    Hi Don,

    I have the unit working on the eval board, just going to hook it up to the UART of the PIC, just looks complicated hooking it up to a Micro considering what I had to do on the PC to get it...
  24. Replies
    3
    Views
    3,090

    RN41 Bluetooth Module

    Hi All,

    Has Anyone used the RN41 Bluetooth Module from Roving Networks?,

    Regards,

    Gavo
  25. Replies
    3
    Views
    3,549

    4-20mA using SPI Interface

    Hi All,

    I came across a 4-20mA board from MicroElektronika which uses the SPI to control the device, has anyone used such a board before?, I am looking for Code Examples, would anyone be able to...
Results 1 to 25 of 52
Page 1 of 3 1 2 3