HW SW FAQ

From Yantrr Wiki
Revision as of 05:52, 31 March 2015 by Mayank (Talk | contribs)

Jump to: navigation, search
  • How to use the modem on this cape for establishing data connection?

Ans : Please refer to Application notes for configuring Cape for first time use and configuring for data connection using PPP/wvdial in debian wheezy or Angstrom.

  • How to use the GPS module on this cape ?

Ans : Please refer to the Application note for GPS Location and NTP Synchronization.

  • What are various applications of having GPS module on this cape? How can I use them ?

Ans : Please refer to the Application note for GPS Location and NTP Synchronization.


  • How to set the PPP settings for a service provider ?

Ans : Please refer to Application note for Configuring for data connection using PPP/Wvdial in Debian Wheezy or Angstrom


  • How to use the modem wtih Wvdial ?

Ans : Please refer to Application note for Configuring for data connection using Wvdial in Debian Wheezy or Angstrom


  • What all software patches do I need to use this cape ? Are there any images readily available to use it on the go ?

Ans : To use GPS Module completely, PPS drivers for GPIO enabled in kernel and NTP packages to be installed.

To use Modem, Wvdial and/or PPP files need to configured for establishing PPP connection.

All this is available in a Downloadable image for both Angstrom and Debian Wheezy as a normal SD card image or EMMC flasher image.

Kernel patch files are also available for use with pre-existing Debian/Angstrom Images and steps for compiling kernel for these drivers and installing packages are provided here. Please refer to Application notes for more details.


  • Which all OS does the Cape support ? Can I use it with Android on Beaglebone Black ?

Ans: Currently Our Cape has full support on Debian Wheezy and Angstrom Linux. We are working to expand it for use with Android and other OS that Beaglebone Black supports.


  • Cape/Modem was not Powered off when I shut Beaglebone Black down by pressing Power button or executing shutdown command ?

Ans: When Beaglebone Black is shutdown with Power adapter still plugged in then Modem just resets and turns back on because it draws power directly from Power Adapter and not the PMIC on Beaglebone Black.

So, usually when remotely shutting down Beaglebone Black, Turn off the Modem before that . Resetting Beagle bone Black resets the Modem in any case.

GPS module simply turns off when Beaglebone Black is shutdown.


  • PPP is established, but I cannot access/login to Beaglebone Black over PPP IP ?

Ans : After establishing PPP connection and ensuring that it has been established properly, the Network Gateway on the Beaglebone black has to be switched from eth0 by default to the ppp0 .

It can be done using following commands :

GW=$(ip address show ppp0 | awk ‘/peer/ {print $4}’ | cut –d “/” –f1)

ip route replace default via $GW dev ppp0

You can simply replace the ‘GW’ by the Gateway ip for ppp0 too by looking from ifconfig output.

Now, check status of gateway being changed from eth0 to ppp0 by

netstat –arn

Similarly, you can reset back from ppp0 to eth0

  • What are the GPIOs for Resetting or turning ON/OFF the Modem and the GPS module?

Ans: For turning the Modem On or Off, GPIO 45 is used. GPIO45 should be high by default.

For Soft Resetting, cycle GPIO45 through OFF and then ON .

For Hard Resetting the modem, GPIO 60 is used. GPIO60 should be high by default

For Resetting the GPS module, GPIO50 is used. GPIO50 should be high by default.

There is no ON/OFF control for GPS Module.

Alternatively, push button switches can be used instead of GPIOs.

Please refer to Application notes for more information.


  • At which port is GPS NMEA data coming?

Ans : GPS NMEA data is coming at UART4 or /dev/ttyO4 .

As a root user you can do the following :

stty –F /dev/ttyO4 19200 raw

cat /dev/ttyO4

or see the data over minicom at ttyO4 port.


  • What are AT command settings for modem?

Ans : There is a AT command set available for the Modems . They can be downloaded from here.

AT command port for GPRS modem is /dev/ttyO1 at baud rate 115200 8N1.


  • How to know whether PPP has been established successfully?

Ans : Please refer to Application note for Configuring Data connection using Wvdial/PPP for more details.


  • How to see the NTP server data?

Ans : After starting NTP server, its data can be seen by using following query command :

ntpq –p

This would list all the peers that you have entered in your ntp.conf file.


  • How to check that pps input data is coming ?

Ans: PPS inut data from GPS module is coming at /dev/pps1 after it has got a Fix . As a root user, follow these commands :

cd /usr/src/pps-tools

./ppstest /dev/pps1


The output should be something like this for a valid pps input

trying PPS source "/dev/pps1"

found PPS source "/dev/pps1"

ok, found 1 source(s), now start fetching data...

source 0 - assert 1392269685.015340936, sequence: 53 - clear 0.000000000, sequence: 0

source 0 - assert 1392269686.015346237, sequence: 54 - clear 0.000000000, sequence: 0

source 0 - assert 1392269687.015357137, sequence: 55 - clear 0.000000000, sequence: 0


  • Can I use my own existing Debian image with this cape ? What extra files/software patches do I require to install?

Ans: Yes, you can use your own Debian/Angstrom image with our cape. You will need to include the precompiled kernel patches available from here and copy in your image as directed and reboot with the new image. It is advised to backup your existing image before doing this.

After applying kernel patches, follow application notes to configure the cape for establishing PPP connection or running a NTP server for time synchronization.


  • What is the exact process to Turn Modem On and off and reset it using On/off switch or SW GPIOs ?

Ans: For turning the modem On or Off , GPIO 45 is used. Following is the process how it has to be used :

GPIO45 High, delay of 4 seconds, GPIO45 Low, delay of 4 seconds, GPIO45 High

GPIO45 should be High by default.

For soft resetting, cycle GPIO45 through OFF and then ON like following:

GPIO45 High, delay of 4 seconds, GPIO45 Low, delay of 4 seconds , GPIO45 High, delay of 4 seconds, GPIO45 Low, delay of 4 seconds, GPIO45 High

For Hard Resetting the modem, GPIO 60 is used. Following is the process:

GPIO60 Low, delay 1 second, GPIO60 High

GPIO60 should be high by default

For Resetting the GPS module, GPIO50 is used. Following is the process:

GPIO50 Low, delay 2 second, GPIO50 High

GPIO50 should be high by default.

Alternatively, Push button Switches can be used instead of GPIOs in similar cycles.

Please refer to Application notes for more information.


  • What to do when the Modem hangs up ?

Ans : In cases when the Modem hangs up or its firmware stops responding to AT COMMANDS and cannot be turned OFF and then ON, Use Hard Reset.

Hard reset is advised to be used in such cases only otherwise prefer soft resets for minor aberrations.


  • What is the process of resetting the GPS module ?

Ans: For reseting the GPS module, GPIO50 is used. Following is the process:

GPIO50 low, delay 2 second, GPIO50 High

GPIO50 should be high by default.

Alternatively, push button switch can be used instead of GPIO in similar cycle.

Please refer to Application notes for more information.


  • If I remove the SIM card while Cape is still ON and replace it with a new SIM card, what should be done next ?

Ans : You will need to restart the modem ( OFF ON cycle).


  • GPS module takes time to get GPS fix indoors, does the antenna need to outdoors always ?

Ans : Yes for best results, it is advised that GPS antennas be under open sky to get fast GPS Fix as per the hot start, warm start or cold start times. After GPS fix has been achieved, antenna can be moved indoors if required.


  • On my Modem+ GPS cape, is there a way that either of the modules be used selectively ?

Ans : Yes , if you want that at some time only GPS module be used and not the Modem, you can either remove Power Jumper from the 5V supply or simply Turn the Modem OFF.

Similarly, to use only the Modem alone and not the GPS modem , you can pull down the GPIO50 which controls the reset input of GPS module.


  • What is Power requirements of the cape ? How much Current is drawn by Modem and by GPS module ?

Ans : Modem + GPS version of Cape in active mode requires around 2A @5V.

Modem uses 1800mA@ 4V when data connection has been established and is being used.

GPS Module draws upto 50mA @3.3V.

Power usage values of Beaglebone black ranges 210-430 mA @5V as per its SRM.


  • What is the recommended ratings of Power adapter to use with Cape ?

Ans : It is recommended to use atleast a 2.5A 5V power adapter with our cape for complete utilisation of all the functions of Beaglebone Black and our cape.


  • What is the function of each LED ? What do they denote and how do they function under different conditions ?

Ans : D2 is power Led of Cape, which denotes the 5V power being provided to Cape and for the Modem.

D7 is 3.3V power LED from the Beaglebone Black. This denotes 3.3V power for GPS module and other ICs on Cape.

D5 is 1 PPS Fix led for the GPS module. It will blink at the rate of 1s, when GPS module has got its fix.

D4 is Netlight/Signal Led for the Modem. It has different behaviours depending on the state of Modem.

D3 is Status LED for the GPRS Modem. It gives the indication whether the GPRS Modem is on or not.

  • What are the functions of the different Switches ?

Ans : S1 is ON/OFF push button switch for the Modem.

S2 is Hard Reset push Button switch for the Modem.

S3 is Reset push button switch for the GPS module.

S4 is 2 position DIP switch for specifying address for the EEPROM IC of cape on I2C2 bus of Beaglebone Black.


  • How to use the audio from the Modem ?

Ans : Stereo audio/speaker and Mic ports are configured for the Modem. You need a surface mount type RJ9 4P4C connector to be mounted at P8 before a normal handset can be used.

Following part is recommended : Molex 95503-6451


  • Which other capes are compatible with your cape ?

Ans : Please refer to this document for a current list of frequently queried compatibility of capes with our versions of cape. This list is constantly updated on query basis.


  • Are there any extra Features on this cape ?

Ans: There is an Audio port available for use with the modem. The connector P8 needs to be mounted. (there is a four pin header P4 available outside of expansion header with UART2/I2C1 to possibly use with sensors or similar standalone applications)


  • Are there any different functioning modes for the Modem ? Can it go to sleep when idle ? How to wake it up when its idle ?

Ans : There are different functioning modes for GPRS modem. Please refer to application note on device enable for 2G capes here.

  • What is fanout of 1 PPS output signal ? Can it be reused other than from Beaglebone Black?

Ans :


  • I used the USB cable to power on Beaglebone black with Cape on it, Beaglebone black did not boot properly, what is the issue?

Ans: USB cable alone cannot provide sufficient power(only500mA max) to drive the Beaglebone Black and Cape together , that is why it did not boot properly. Use a power adapter of 2.5A,5V rating to properly boot Beaglebone black with our cape.


  • How to get in touch for an RMA ? What all information is required while applying for it ?

Ans : Please refer to our Warranty, Return and Support policy here . You can also contact our support for any queries regarding the same.


  • How can I setup NTP server on beaglebone Black to use GPS data and PPS from GPS module of cape ?

Ans : Please refer to Application note for GPS Location and NTP Synchronization in Debian Wheezy or Angstrom.


  • What is the meaning of data under different fields while querying NTP server information ?

Ans : Columns Defined:remote: peers speficified in the ntp.conf file* = current time source# = source selected, distance exceeds maximum valueo = source selected, Pulse Per Second (PPS) used+ = source selected, included in final setx = source false ticker. = source selected from end of candidate list- = source discarded by cluster algorithmblank = source discarded high stratum, failed sanity

refid: remote source’s synchronization source

stratum: stratum level of the source

t: types availablel = local (such as a GPS, WWVB)u = unicast (most common)m = multicastb = broadcast- = netaddr

when: number of seconds passed since last response

poll: polling interval, in seconds, for source

reach: indicates success/failure to reach source, 377 all attempts successful

delay: indicates the roundtrip time, in milliseconds, to receive a reply

offset: indicates the time difference, in milliseconds, between the client server and source

disp/jitter: indicates the difference, in milliseconds, between two samples


  • Can the firmware of the modules be upgraded? Will there be any updates?

Ans : Yes the firmware of the modules can be upgraded. But we have chosen not to keep that option open ended. If there is any issue with the firmware of the modules (modem or GPS), please contact our support.

Trying to update or debug the firmware of the modules will likely be grounds for ceasing any support from us under warranty period.


  • Are there any 4.3" LCD displays that will work with Yantrr M2M capes ?

Ans : We have compared our VAYU-3GHP cape with LCD capes listed here, http://elinux.org/Beagleboard:BeagleBone_Capes

Following is the brief summary :

1.http://elinux.org/: fully compatible

2.http://elinux.org/4D_4.3_: GPS reset and modem reset GPIO conflict

3.http://elinux.org/: GPS reset and modem reset GPIO confilct

4.http://elinux.org/: Most of the signals conflict

5.http://elinux.org/: GPS reset GPIO conflict

6.http://elinux.org/: Fully Compatible

7.http://elinux.org/Nh7Cape: Most of the signals conflict

8.http://elinux.org/Alcdcape

9.http://elinux.org/Nh5cape: Most of the signals conflict.

There are more LCD capes also from different manufacturers which are not yet listed on elinux.org. If we come across any other LCD cape which is fully compatible with our cape, we shall let you know. Also, pinouts of our VAYU-3GHP cape is available here for comparison : http://www.yantrr.com/wiki/

  • can I change the value of central frequency in GSM cape manually? are there some software APIs to configure it? How much support on this side is available ?

Ans: If u need to change the GSM frequency manually to some other center freq, it would not work. You might need an sdr platform for that. The modem in Vayu and vibe are industry standard and would work with real network providers. Unfortunately you cannot mod it. Standard AT command work as an interface to BBB and modem using serial or usb interface. Data is a ppp connection


  • Does this cape come with a C/C++ library that we can use ?

Ans: We do not use any C/C++ library. In BBB, GPS NMEA data comes on UART4 ( /dev/ttyO4) in NMEA 0183 messages format. Please follow this Application note too for using all the features on the GPS cape :

http://www.yantrr.com/wiki/

We provide all instructions based on command shell.

We don't support sample c code, since its reading a Uart,there are plenty GPS library that u can use, minicom show results in our examples.


  • Using 3G+GPS cape with your Debian image. I need to use the Beaglebone CAN controller which shares pins with UART1 how to stop UART1 being loaded at boot-time?

Ans:

In the precompiled image provided by us a script runs as soon as the device is finished booting, configuring the related GPIOs and loading device tree overlays needed by our capes. Loading of device tree overlay for UART1 can be stopped in the following way : 

cd ~
nano boot_run.sh

Comment out the command for the "BB-UART1" overlay :

/bin/echo BB-UART1 > /sys/devices/bone_capemgr.9/

to look like

#/bin/echo BB-UART1 > /sys/devices/bone_capemgr.9/

Save and exit the script and then reboot again.

You can also replace BB-UART1 by BB-DCAN1 in the script to automatically load the overlay for CAN after bootup.


  • How would I confirm you have sent me an HPSA modem?

Ans: Does the modem read SEW290 or SEV850 ? SEW290 is a HSPA modem, SEV850 is CDMA/EvDO modem.


  • Questions with VAYU-3GHP-A,VAYU-3GCPA,VAYU-3GHPB :

a)Are they all compatible with using HDMI at the same time?

b) Are any instructions/guides available for installing these capes when using Minix3 (so that NETBSD packages can be used).

Ans:

a)Our capes are fully compatible with Beaglebone Black, so HDMI will also work. We have tested our capes with Angstrom, Debian, Ubuntu and Android.

b)The 3G modem uses USB to connect to Beaglebone Black( using a short USB-A to USB mini-B cable).

So for Minix#, usb interface and usb-modeswitch would have to be checked. No special driver is needed. 

Uart port is also used in case of GPS modules. Cape pinout can be found here : 

http://www.yantrr.com/wiki/

http://www.yantrr.com/wiki/

  • 'Does the cape accept a regular sim card with data plan?

Ans

Yes our cape has a sim card slot which accepts a mini SIM-card (USIM for GSM/HSPA and RUIM for 3G CDMA).

To establish a ppp data connection using the modem you will need to configure the wvdial or pppd files

for the service provider of the SIM card inserted.

Basically, you require Username, password and APN of the service provider to dial out a data connection.

  • When trying to enter
#echo BB-UART4 > /sys/devices/bone_capemgr.9/i get an error: 
echo: Write error: file exists

what to do ?

Ans: In the pre-compiled image, UART4 is already called in the device tree after Beaglebone Black boots up by a script running in crontab.

So, you do not need to issue

#echo BB-UART4 > /sys/devices/bone_capemgr.9/sl 
again.

Just check for "/dev/ttyO4" by issuing following command to ensure the same. ls /dev/ttyO*

  • Does Yantrr modem expect AT command lines to be entirely uppercase?

Ans:

The Modem takes both upper and lower case characters,

but we would like to suggest to stick to uppercase for issuing AT commands.

Both ttyUSB2 and ttyUSB0 can take AT commands but only ttyUSB0 is the data port for PPP connections.


  • I powered on the BeagleBone on 12V DC instead of 5V. The BeagleBone survived, but the 3G cape won't show as an USB device anymore,Is there any hope to repair the cape?

Ans:

Debug input power side, basically check the voltages on the input and output of the LDO.

Visually if the LED D2 is not working, then LDO is blown


  • What is the use of the battery in GPS cape ?

Ans: The Battery is sold seperately, it is optional and needed only for "hot start" (time to first fix less than 2sec) of the GPS module.

The GPS module will still function fully without it as well but will have a 20-30sec time to first fix.


  • Are there any lamps supposed to indicate traffic on 3G modem ?

Ans: For the 3G modem LED, D4 is the Signal LED. It may be included and not enabled in your current cape, but it doesn't affect the functioning of the modem.

Different blinking states of this LED indicate the status of the modem, which include these :

a. Modem is turned off

b. Modem is on and not connected to data network

c. Modem is connected to data network