BI 310 CICADA

BI 310 CICADA is a beacon used for tracking and control of moving objects via GPS or LBS. The device features small dimensions, a non-rechargeable 3200mAh battery (allows sending approx. 1400 positions), FOTA, IP64 ingress protection, and more.

Usage specifics
Parameters (47)
Settings (4)
Commands (1)
BI 310 CICADA
Flespi parses telemetry data from your BI 310 CICADA into a standardized JSON and lets you send commands to BI 310 CICADA via API.

Here’s the like of JSON you get

{
    "ident": "352625333222111",
    "position.altitude": 273.61,
    "position.hdop": 0.7,
    "position.latitude": 49.069782,
    "position.longitude": 28.632826,
    "position.satellites": 18,
    "server.timestamp": 1650636570.426424,
    "timestamp": 1650636570.426424,
    "device.type.id": "BI 310 CICADA",
    "channel.id": 1111,
    "protocol.id": "bitrek-cicada"
    "engine.ignition.status": true
    ...
}

How to consume this nice JSON

The easiest way is to make a REST API request like this
curl -X GET  --header 'Authorization: FlespiToken XXX' 'https://flespi.io/gw/devices/<device id>/messages'

How to send commands to BI 310 CICADA?

You can send a specific command. Show all commands
You can use pre-defined settings to send instructions more conveniently. Show all settings

You can also

Modify messages

Add or remove parameters, inject data from LBS and reverse-geocoding services, etc.
Learn what plugins can do

Aggregate data

Determine trips and stops, catch events, detect geofence ins/outs, and more.
Learn about flespi analytics capabilities
battery.voltage
number
volts
Internal battery voltage
bluetooth.mac.address
string
Bluetooth MAC address
channel.id
number
ID of channel that received a message
device.id
number
ID of device that received a message
device.name
string
Name of device that received a message
device.temperature
number
celsius
Temperature of device
device.type.id
number
ID of device type of device that received a message
device.wakeup.source
number
Device wakeup source
gnss.fix.duration
number
seconds
Time used to fetch device GNSS position ("Time to GPS fix")
gps.error.enum
number
GPS position obtaining error code
gsm.cellid
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) base station ID
gsm.lac
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) location area code
gsm.mcc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) country code
gsm.mnc
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) code
gsm.network.name
string
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) operator name
gsm.operator.code
string
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) operator code, which is MCC joined with MNC
gsm.signal.dbm
number
dbm
Strength of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...) signal
gsm.sim.iccid
string
Integrated Circuit Card Id of SIM card of the Mobile network (GSM, 3G, 4G, LTE, 5G, ...)
gsm.stations.updated
boolean
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) station info after TA parameter update
gsm.timing.advance
number
Mobile network (GSM, 3G, 4G, LTE, 5G, ...) timing advance
ident
string
Device unique identifier like serial number, IMEI, etc
last.sleep.reason
number
The last reason for device sleep
last.sleep.timeout
number
seconds
Last device sleep timeout
modem.power.on.count
number
The number of times the modem has been powered on
peer
string
IP:port from which device connecting to the channel
position.altitude
number
meters
Altitude value for position
position.direction
number
degrees
Heading angle at position detection moment
position.fix.type
number
GNSS fix type enum (0 = "not fixed", 1 = "2D", 2 = "3D", null = "unknown")
position.hdop
number
Horizontal dilution of precision
position.latitude
number
degrees
Latitude coordinate value
position.longitude
number
degrees
Longitude coordinate value
position.pdop
number
Position dilution of precision
position.satellites
number
Quantity of satellites used to calculate coordinates for given position information
position.speed
number
km/h
Instant speed at position detection moment
position.timestamp
number
seconds
Timestamp when coordinates where calculated
position.valid
boolean
Is position information accurate and valid for given timestamp
position.vdop
number
Vertical dilution of precision
protocol.id
number
ID of protocol
reboot.reason.bitmask
number
Device reboot reason bitmask
scan.duration
number
Scan duration
scan.previous.duration
number
Previous scan duration
scan.start.count
number
Number of scans
scan.start.success.count
number
Number of successful scans
server.timestamp
number
seconds
Timestamp when server received a message
software.version
string
Software version string
timestamp
number
seconds
Message timestamp
total.device.uptime
number
seconds
Total device working time
Properties
GPRS APN
gprs_apn
GPRS APN Setup
apn: APN Name
gprs_login: GPRS Login
gprs_password: GPRS Password
Pursuit Mode
pursuit_mode
Pursuit mode configuration
enable: Enable
timeout: Timeout
Server
server
Server Setup
host: Host
port: Port
Sleep Timeouts
sleep_time
Main sleep timeouts
fail1: First Attempt Timeout
fail2: Second Attempt Timeout
timeout_success: Success Timeout
Properties
Send custom payload to device
custom
Send custom command in response to the device request. Command payload will be automatically prepended with '&'-sign
payload: Command payload to send
Change parameter XXXX value to YYYY
{"payload":"setparam XXXX YYYY"}