Shop OBEX P1 Docs P2 Docs Learn Events
Comunicate BS2 to BS2 — Parallax Forums

Comunicate BS2 to BS2

ManuelManuel Posts: 105
edited 2007-09-03 22:48 in BASIC Stamp
Hello I want to comunicate several basic stamps to a master one. Do you know if that subject has been discussed in another forum or can someone give me advice? Thank you

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards

Manuel C. Reinhard

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2007-06-15 17:40
    There are several Nuts and Volts columns on that subject (see the Downloads menu item on Parallax's main page). There's also a brief mention in the PBasic manual in the sections on the SEROUT / SERIN commands.
  • allanlane5allanlane5 Posts: 3,815
    edited 2007-06-15 18:41
    Yup, this is what the "Open" baud modes are used for.
  • Tom CTom C Posts: 461
    edited 2007-06-15 23:57
    Hi all,

    Specifically N&V volumes 55 & 56.

    Also, Stamp to Stamp communication can be found in "Basic Stamp 2p Commands, Features and Projects".

    Hope this helps.

    Regards,
    TCIII

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    If you are going to send·a Robot·to save the world, you·better make sure it likes it the way it is!
  • ManuelManuel Posts: 105
    edited 2007-06-16 00:26
    Thank you all. Although I will be using only BS2s, or could my master be a BS2p and the others just BS2s?
    Again, thank you all.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Best Regards

    Manuel C. Reinhard
  • ManuelManuel Posts: 105
    edited 2007-06-16 00:34
    Or what do you think about the Parallax Internet Netburner Kit or the EmbeddedBlue Transceiver AppMod?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Best Regards

    Manuel C. Reinhard
  • Mike GreenMike Green Posts: 23,101
    edited 2007-06-16 04:15
    Manuel,
    There's no reason why you can't use different model Stamps on the same "network". Just be careful with the Baud rate values since they vary between Stamp models ... the manual has them all in the SERIN / SEROUT chapters.

    The Internet Netburner and the EmbeddedBlue Transceiver can both be used to establish networks, but they're more expensive than a length of cable. Consider using xBee instead (www.selmaware.com) since it uses less power and is smaller. There are AppMod adapters available and coding examples. You can also get PC USB adapters so you can add your PC to the network.
  • SumanSuman Posts: 19
    edited 2007-09-03 22:02
    The easiest way to establish a wireless network between various nodes is by using ZigBee protocol of wireless communication. And parallax implements this protocol using AppBee modules which i guess are $50 each.
  • D FaustD Faust Posts: 608
    edited 2007-09-03 22:48
    The adapters seem to not be on sale from that site anymore.· Why is one necessary?· Is the pin spacing different?

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    LOOKDOWN ThisThread, [noparse][[/noparse]Your_?, My_?, Cool_Thing], looknum
    LOOKUP looknum, [noparse][[/noparse]1, 2, 3], subnum
    ON subnum GOTO Hope_this_helps, Thanks!, WOW!!
    END 
    
Sign In or Register to comment.