Shop OBEX P1 Docs P2 Docs Learn Events
Bs2 with lcd(27977) and bluetooth(30086) — Parallax Forums

Bs2 with lcd(27977) and bluetooth(30086)

oldhippyoldhippy Posts: 36
edited 2014-10-20 13:29 in BASIC Stamp
I am trying to take the serial out from a sensor and display on the lcd, then sendit via the blue tooth to a tablet or smart phone. I have no trouble getting the sesor out to the debug screen but have not yet found out how to send it to the lcd or the bluetooth.

Comments

  • PublisonPublison Posts: 12,366
    edited 2014-10-17 11:52
    You don't say which LCD display you are trying to send to. Part#?

    Get that working first, then go on to Bluetooth.

    Could you post your code that you are trying?
  • oldhippyoldhippy Posts: 36
    edited 2014-10-17 12:04
    the LCD is #27977 from Parallax. i am probably overlooking something simple but i have yet found any code or instructions on how to display serial information on the LCD
  • PublisonPublison Posts: 12,366
    edited 2014-10-17 12:13
    Have you tried the Demo Code with the LCD connected to P0?
  • oldhippyoldhippy Posts: 36
    edited 2014-10-17 16:16
    got the file will try tomorrow thanks
  • oldhippyoldhippy Posts: 36
    edited 2014-10-19 15:25
    got the LCD working...had headset trouble... now for the bluetooth
  • PublisonPublison Posts: 12,366
    edited 2014-10-19 15:39
    Good deal! Glad it's working.
  • oldhippyoldhippy Posts: 36
    edited 2014-10-20 12:57
    The LCD works fine. I got the bluetooth (30086) on the circuit and ran the program and get success most of the time. However i haven't figured out how to send the data on the LCD to the Bluetooth device.
  • Chris SavageChris Savage Parallax Engineering Posts: 14,406
    edited 2014-10-20 13:29
    It sounds like you need to merge the LCD Demo with the Bluetooth Demo in order to get to a point where you can customize the code to do exactly what you want. There is a basic tutorial and some example code on merging programs at the following link, however it does require that you understand how the programs work so you can identify the various blocks within the program that need to be merged and how they interact with one another.

    http://www.savagecircuits.com/content.php?157-Episode-5-Merging-Programs-(Part-1-of-2)
Sign In or Register to comment.