Shop OBEX P1 Docs P2 Docs Learn Events
Easy Bluetooth Question?? — Parallax Forums

Easy Bluetooth Question??

Scott PortocarreroScott Portocarrero Posts: 72
edited 2009-08-07 14:01 in Robotics
Does anybody know if the easy bluetooth module can be used to transfer programs to the BS2????

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2009-07-21 17:33
    You cannot use any wireless link to transfer programs to the BS2.

    There are some ways to transfer programs to other Stamp models with more than one 2K program "slot".
    You can't use the Stamp Editor though. You can use the Stamp Editor to compile and save a binary file
    for your program. You have to use some kind of program on the PC end and a matching program on the
    Stamp end to transmit the program and store it in one of the other "slots", then the receive program can
    transfer control to the newly loaded slot.
  • fransfrans Posts: 1
    edited 2009-08-07 06:49
    Ive problem with EasyBT module. i'm try using it with AVR uC. it discoverable from my PC but it wont send or recv any data from the microcontroler.

    Ive check the baud rate, parity, etc. it's all on default setting. Ive check the power, green led already on.
    I'm using BlueSoleil USB Bluetooth for hardware n HyperTerminal for software. My PC run under WinXP.

    here's the screen shot :
    45385646.jpg
    as u can see, there's only outgoing connection established (using COM4). is it normal? or there should be incoming connection using other COM too?

    sory for my bad english.
  • Mike GreenMike Green Posts: 23,101
    edited 2009-08-07 14:01
    The connection that's established is a bi-directional one ... transmit and receive.
    It looks like there is a Bluetooth connection between the Easy Bluetooth and the PC.
    There must be something wrong with the AVR part of things. Do you have any way
    of testing that (oscilloscope, logic analyzer, etc.)?
Sign In or Register to comment.