Results 1 to 7 of 7

Thread: Wireless connection to R.I.C.E.?

  1. #1
    Jedi Initiate hapki's Avatar
    Join Date
    May 2014
    Location
    United States
    Posts
    452
    Blog Entries
    19

    Default Wireless connection to R.I.C.E.?

    I've seen several Bluetooth/wireless modules that can add wireless connectivity to Arduino devices. I'm wondering how this works and if I can use it to connect a PC to one of these wireless modules. There are TxD and RxD pads on most of these devices. I'm thinking I can connect these to the TxD and RxD pads on the PC, connect power to the module (either with the same battery or using a separate, smaller battery) and then allow the PC to talk with my computer wirelessly. Of course, it sounds simple...too simple. So I'm sure there's a lot I don't understand. If anybody has knowledge of how this works, I'd love to hear it. The R.I.C.E. port is a pain to work into some designs, and eliminating it altogether would be swell.

  2. #2

    Default

    There is no Bluetooth, wireless or other type of connection currently available to RICE. Sorry, it's not as simple as you think it is.

    You could eliminate RICE and do what we all use to do, plan sabers with easy SD card access and just manually make changes on the SD card.
    TCSS MODERATOR
    All n00bs READ these first (PLEASE)!!!:
    1. Forum Guidelines
    2. FJK’s “Down and Dirty” guide to Ohm’s Law

    "Yeah, yeah, I've heard it all before... you want blindingly bright, super loud, running 1138 blinkies off of the cheapest sound card you can find AND you want all of it to run on a battery the size of a dime, and run for a very, VERY long time. That one cracks me up every time..."
    My email: fjk_tcss@yahoo.com

  3. #3

    Default

    Or leave the RICE port inside the saber. I've seen a number of builders leave it tucked behind the speaker or something, and you only pull it out to make changes. There's little need to mount it on the saber hilt.

    You still want the SD card easily accessible, so you can change fonts. That's still unavailable via RICE.
    We all have to start somewhere. The journey is all the more impressive by our humble beginnings.

    http://led.linear1.org/1led.wiz for the lazy man's resistor calculator!
    http://forums.thecustomsabershop.com...e-to-Ohm-s-Law for getting resistor values the right way!

  4. #4
    Jedi Initiate hapki's Avatar
    Join Date
    May 2014
    Location
    United States
    Posts
    452
    Blog Entries
    19

    Default

    I still think if people an connect wireless to an Arduino, it can be connected to a PC. I'll keep exploring.

  5. #5

    Default

    It's certainly possible, though you may need to design, build, and code your own adapter. I don't know if there are any off-the-shelf solutions.
    We all have to start somewhere. The journey is all the more impressive by our humble beginnings.

    http://led.linear1.org/1led.wiz for the lazy man's resistor calculator!
    http://forums.thecustomsabershop.com...e-to-Ohm-s-Law for getting resistor values the right way!

  6. #6

    Default

    I don't think you would have to build your own bluetooth device as long as you can find one that you can modify the programing on. Most bluetooth devices, at least the ones I have experience with, need to have a code verified before pairing will occure. Now I do believe there is a way to force pair devices so I wouldn't think it would be hard to get the device to pair with a computer. The issue would be being able to communicate the information. There are certain protocals that bluetooth uses to communicate and I am not sure if any of them would be able to properly communicate the data back and forth. So the issue that would need to be solved would be creating a bluetooth protocal that can communicate the data correctly. Also getting the device connected to the soundboard. Oh and thw R.I.C.E software might need modified as well.

  7. #7
    Jedi Initiate hapki's Avatar
    Join Date
    May 2014
    Location
    United States
    Posts
    452
    Blog Entries
    19

    Default

    Thanks. I'm thinking I just need an virtual serial port adapter, sorta like this.

    http://www.instructables.com/id/Add-...-ArduinoHC-06/

    The driver for R.I.C.E. is a USB to UART driver, so possibly connecting the TxD and RxD pads (TxD to the other device's RxD) would do the trick. I think I'd need a USB-connected version on my laptop, but I'm not sure about that. Essentially, the two Wixels would work like an adapter or bridge.

Bookmarks

Posting Permissions

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