Myro Control   |   Myro:Air   |   Myro:Bridge   |   Myro:Home   |   Contact   |   Support

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Myro Control

Pages: 1 [2] 3 4
16
Firmware / Firmware updates
« on: March 20, 2014, 08:52:41 pm »
While we design a better system to release firmware updates, please create a support ticket if you are in need of the latest firmware.

17
Here's a quick video showing how you can use the Myro:Bridge with a Sonos:Connect and control via the Russound iOS app or Keypad.


18
General Discussion / VIDEO: UPnP DMR Streaming from Android
« on: March 20, 2014, 08:44:00 pm »
Myro:Air supports AirPlay and UPnP DMR Streaming from PC and Android (or any device that support UPnP DMR).

Watch this video for more information:

19
General Discussion / Myro:Air AVS Forum Thread Link
« on: March 16, 2014, 01:40:41 pm »
In case you already have an AVS forum account, you can post your questions there as well.

http://www.avsforum.com/t/1472712/myro-air-airplay-upnp-streamer-with-wolfson-wm8741-dac/30

20
General Discussion / MOVED: Crestron Control Module
« on: March 16, 2014, 01:35:44 pm »

22
General Discussion / MOVED: RS232 Control Protocol
« on: March 16, 2014, 01:33:51 pm »

23
General Discussion / RS232 Control Protocol Now Available!
« on: February 16, 2014, 11:30:10 am »
In our latest version of the Sonos Firmware (v2.2.0 and above) we added the ability to control the Sonos transport and get 2-way metadata/transport status via RS232.  This is great for AMX/Crestron and any other home control system giving it the ability to control a Sonos Connect via RS232.

RS232 Protocol Specs

24
Firmware / Sonos Firmware v2.2.0
« on: February 16, 2014, 11:27:11 am »
Change Log:

- Added 2-way RS232 control for use with AMX/Crestron/Home Control Systems


Please email create a support ticket and we'll provide the firmware to you.

25
Tech Notes / FAQ / RS232 Control Protocol
« on: February 16, 2014, 11:24:20 am »
Here is the version 1.0 of the RS232 commands for Myro:Bridge/Sonos Firmware (v2.2.0 and above):

Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1

REQ = Request
RES = Response

[TRANSPORT_STATUS] Types:  Unknown = 0, Stopped = 3, Playing = 1, Paused = 2
[MEDIA_TYPE] Types: Music Library =3, Radio = 1, Pandora = 2, Rhapsody = 4, XM = 5, Windows Media Music Library Server = 6

-----

REQ: *IP_ADDRESS<cr>
RES: #4372|XXX.XXX.XXX.XXX<cr>
       
REQ: *VER<cr>
RES: #522|2.2.0<cr>
       
REQ: *NEXT_TRACK<cr>
RES: #4385|OK<cr>
       
REQ: *PREV_TRACK<cr>
RES: #4364|OK<cr>
       
REQ: *PAUSE<cr>
RES: #1220|OK<cr>
       
REQ: *PLAY<cr>
RES: #848|OK<cr>
       
REQ: *ALBUM<cr>
RES: #1218|[ALBUM TITLE]<cr>
       
REQ: *ARTIST<cr>
RES: #1783|[ARTIST TITLE]<cr>
       
REQ: *SONG<cr>
RES: #824|[SONG TITLE]<cr>
       
REQ: *STREAM_TYPE<cr>
RES: #5413|[STREAM_TYPE]<cr>
             
REQ: *ALL_META<cr>
RES: #2849|[STATUS_TEXT]|[ALBUM]|[ARTIST]|[SONG]<cr>

REQ: *STATUS<cr>
RES: #1796|[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]<cr>  (example: #2A|Initializing...|3<cr>)   

REQ: *DEVICE_NAME<cr>
RES: #5064|[DEVICE_NAME]<cr>
       
REQ: *MEM<cr>
RES: #498|[FREE MEM]<cr>

REQ: *ID<cr>
RES: #258|[ID]<cr>

EVENT WHEN METADATA/STATUS CHANGES:
RES: @[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]|[ALBUM]|[ARTIST]|[SONG]<cr>

26
General Discussion / Myro:Air Packaging
« on: November 24, 2013, 09:08:24 am »
Here is a sneak peek at the Myro:Air all packaged up and numbered.   The units are off for Apple Certification...

27
General Discussion / Myro:Air User Manual
« on: November 19, 2013, 09:20:27 pm »
Hot off the press — the Myro:Air user manual is now available for download.   This documents everything you need to know about on how to setup and troubleshoot Myro:Air!

PDF: Myro:Air User Manual

28
Tech Notes / FAQ / Russound Smart Source Control
« on: September 30, 2013, 04:53:50 pm »
For those Russound dealers/users -- Myro:Air will ship RNET ready so all you need to do is connect a Cat5 cable to the "Myro:Link" ports, assign the Myro:Link ID (same as your RNET Source ID) and setup the source for Myro:Air as a iBridge Dock.  That's it!  2-way control and metadata right at each keypad!

29
Tech Notes / FAQ / Crestron Control Module
« on: September 30, 2013, 04:51:40 pm »
The Crestron module has been written in SIMPL+ and provides real-time feedback from Myro:Air.   We have also provided a basic example interface in VTPRO/E so you can get Myro:Air plugged into a Crestron system quicker.   

For Crestron 2/3 Series controllers.

30
Tech Notes / FAQ / RS232 Control Protocol v1.0
« on: September 23, 2013, 02:47:43 pm »
Here is the version 1.0 of the RS232 commands for Myro:Air. (a newer version is available here)

Baud Rate: 9600
Data Bits: 8
Parity: None
Stop Bits: 1

REQ = Request
RES = Response

REQ: *IP_ADDRESS<cr>
RES: #4372|XXX.XXX.XXX.XXX<cr>
       
REQ: *VER<cr>
RES: #522|1.0.0/I2013082900469602<cr>
       
REQ: *NEXT_TRACK<cr>
RES: #4385|OK<cr>
       
REQ: *PREV_TRACK<cr>
RES: #4364|OK<cr>
       
REQ: *PAUSE<cr>
RES: #1220|OK<cr>
       
REQ: *PLAY<cr>
RES: #848|OK<cr>
       
REQ: *ALBUM<cr>
RES: #1218|[ALBUM TITLE]<cr>
       
REQ: *ARTIST<cr>
RES: #1783|[ARTIST TITLE]<cr>
       
REQ: *SONG<cr>
RES: #824|[SONG TITLE]<cr>
       
REQ: *STREAM_TYPE<cr>
RES: #5413|[STREAM_TYPE]<cr>
             
REQ: *ALL_META<cr>
RES: #2849|[STATUS_TEXT]|[ALBUM]|[ARTIST]|[SONG]|[ELAPSED_TIME]<cr>

REQ: *ELAPSED_TIME<cr>
RES: #6131|[ELAPSED_TIME]<cr>

REQ: *STATUS<cr>
RES: #1796|[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]<cr>  (example: #2A|Ready for AirPlay...|3<cr>)   

REQ: *DEVICE_NAME<cr>
RES: #5064|[DEVICE_NAME]<cr>
       
REQ: *MEM<cr>
RES: #498|[FREE MEM]<cr>

REQ: *ID<cr>
RES: #258|[ID]<cr>

EVENT WHEN TRACK CHANGES OR IS PLAYING UPDATES EVERY SECOND:
RES: @[STREAM_TYPE]|[STATUS_TEXT]|[TRANSPORT_STATUS]|[ALBUM]|[ARTIST]|[SONG]|[ELAPSED_TIME]

Pages: 1 [2] 3 4