FAQ

About SPC-101 series

How to configure Wifi?

SPC-101 can configure Wifi by edit text file in miniSD. ADHOC is not supported. You must use Wifi-AP.

  1. At first, you should confirm the side switch of the USB adapter.
    The right position of the switch is without the dot mark.
  2. Put out miniSD from your SPC-101.
    see http://sourceforge.jp/projects/openroads/document/how_to_put_out_miniSD/ja/1/how_to_put_out_miniSD.pdf
    This PDF is in Japanese, but it has many pictures. So, you can understand that and put out miniSD, try it.
  3. read it by Windows. You can read some files in 'copy' folder.
    You can read them by text editor, but unix line breaks. So, better to use vim, terapad and somethings.

    'ipaddr*' to configure IP address.
    'ssid' to configure SSID and WEP key.

    1. ipaddr*
      DHCP or fixed IP address.
      'ipaddr.dhcp' and 'ipaddr.fix' is sample file of configuration.
      DO NOT save 'ipaddr.dhcp' or 'ipaddr.fix' after editting them. At First, you should copy to 'ipaddr', then edit it.
         configure to fix IP address
           * copy 'ipaddr.fix' to 'ipaddr'.
           * edit ipaddr what you want by editor.
      
         configure to DHCP
           * copy 'ipaddr.dhcp' to 'ipaddr'.
           If SPC-101 get the setting of the gateway and the name server from a DHCP server, that's all.
           If you want to set gateway or name server, add line like 'ipaddr.fix'.
      
    2. ssid
      It is simple, please open the file and edit it.
      [ATTENTION]: supported WEP64 only


How to convert sound data

see http://sourceforge.jp/projects/openroads/wiki/ProgrammingEnvironment#h2-sound.20data.20format