PINK Module


Closed Thread
Results 1 to 6 of 6

Thread: PINK Module

  1. #1
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425

    Default PINK Module

    If anyone has used the PINK module by Parallax, please let me know. I am having great difficulty trying to interface it with a 16F876. The instructions provided is not very comprehensive and my limited knowledge of html doesn't help either. I wonder if they (Parallax) would get upset if I called for tech support to interface it with a Microchip PIC?

  2. #2
    Join Date
    May 2004
    Location
    New England
    Posts
    164


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Christopher4187
    I wonder if they (Parallax) would get upset if I called for tech support to interface it with a Microchip PIC?
    I don't see how they could get upset by that - I would NOT mention Pic Basic though!

    Arch
    "Data sheets? I ain't got no data sheets. I don't need no data sheets. I don't have to read any stinking data sheets!"

  3. #3
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default

    The problem is that I copied the code provided from Parallax (below) and I was hoping no modifications are needed for the software. Well, it doesn't work and I am not sure if I have a wiring problem, although there is only 4 wires to hookup, or if I have a software issue. I'll keep playing around with it but I was curious if anyone on this forum has interfaced the PINK module with a Microchip PIC.

  4. #4
    Join Date
    Mar 2005
    Location
    Iowa, USA
    Posts
    216


    Did you find this post helpful? Yes | No

    Default

    I've got one.... but haven't had time to work with it yet. You might look through thier forums for answers. Make sure you have the baud rate and other settings set according to your code. Also, post your code.... we might be able to see something. I'll try to spend a little time with the one I've got and see if I can get it working. Just moved into a new house, so I'll have to find it first!
    Wisdom is knowing what path to take next... Integrity is taking it.
    Ryan Miller

  5. #5
    Join Date
    Oct 2005
    Location
    New Jersey
    Posts
    425


    Did you find this post helpful? Yes | No

    Default

    Well, I got it working (for a short period) and the problem was in the serial out and serial in portion but there is something strange. I my code, I have serin2 as portc.4 and serout2 as portc.5. I pinned these to the PINK module on the serial in and serial out pins. The strange thing is when they are pinned correctly (i.e., serout to serial out and serin to serial in) it doesn't work. After being frustrated for many hours, I swapped the pins and now it works fine. What I think they meant was serial out needs to go to serin and vice versa......ultimately I was at fault but certainly confused by the documentation.

    After working for a few hours on it last night, it doesn't work any more. I was messing with the IP settings and now I can't communicate with it anymore. I'll call Parallax today but does anyone know if there is a reset function? There is nothing in the documentation and I want to reset it to a default state. Otherwise, this is a great product....I can see some really interesting projects.

    Chris

  6. #6
    Join Date
    Jun 2005
    Location
    Wisconsin
    Posts
    382


    Did you find this post helpful? Yes | No

    Default

    Always remember with serial communications devices the pins are labeled for their function. Serial TX/Serial RX. To communicate to and from a serial device TX/RX need to swap. The TX from one device needs to be received by the other (RX). Make sense? In the pc world a null modem cable/adapter does this for you.

Similar Threads

  1. Version Control
    By btaylor in forum mel PIC BASIC Pro
    Replies: 33
    Last Post: - 16th October 2011, 17:12
  2. Replies: 1
    Last Post: - 27th July 2008, 06:14
  3. Vinculum VNC1L Vdrive2 module problems
    By the_virus in forum Serial
    Replies: 9
    Last Post: - 21st July 2008, 07:01
  4. Oscillator stops when touching with a wire
    By Wilbert Ingels in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 25th April 2008, 08:51
  5. Rf module
    By tangray in forum Adverts
    Replies: 0
    Last Post: - 7th August 2006, 07:14

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts