Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Wifi Data Acquisition System

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Wifi Data Acquisition System

    I'm currently doing a project on Wireless Data Acquisition System.
    I have purchased a product form LinkSprite (LS-UART to WiFi)
    UART to WiFi (NOT including antenna)-Smart Street Light Control System-LinkSprite Technologies (Link of the product purchased)
    Now I wold like to interface this wireless module to a microcontroller from microchip company , PIC16LF877A.
    Now, Im almost done with the transmitting side with the help from Linksprite with the source codes. But for the receiving side, i would like to use Java to receive the data and display it out. But the problem is... I have no idea to do the Java coding for the receiving side.
    Any helps would be greatly appreciated.
    Thank you very much and have a nice day.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Wifi Data Acquisition System

    Does the products's API have java classes that you can use?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Wifi Data Acquisition System

    Well, the Wifi module came with source codes in C language for interfacing with the microcontroller, and to transmit data. They didnt provide any API for Java.

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Wifi Data Acquisition System

    There is the Java Native Interface (JNI) framework that could be used to connect to the C programs.
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Jun 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Wifi Data Acquisition System

    Hi STSYew,

    Looks like we are working on the same problem, except I am working on the server side and having problems finding a low-cost WiFi based DAS. The server side is a bit more complex that can be explained here, so if you are still working on this, please contact me at here

Similar Threads

  1. [SOLVED] Extracting data from data base (yes)
    By bobbyk in forum Collections and Generics
    Replies: 1
    Last Post: March 13th, 2012, 07:07 AM
  2. Replies: 2
    Last Post: February 17th, 2012, 02:13 AM
  3. Replies: 2
    Last Post: June 15th, 2011, 03:49 PM
  4. Replies: 1
    Last Post: June 11th, 2011, 05:39 AM
  5. System.CurrentTimeMilliseconds
    By Dave in forum Java SE APIs
    Replies: 1
    Last Post: August 26th, 2009, 11:02 AM