Pegasus Astro Peg-uranus Uranus Meteo Sensor User Manual

Pegasus Astro Peg-uranus Uranus Meteo Sensor User Manual

PEGASUS -logoUranus Meteo Sensor
COMMAND PROTOCOL
COMPATIBLE WITH FIRMWARE ≤ V1.2 

PEGASUS ASTRO PEG URANUS Uranus Meteo Sensor-

VERSION HISTORY 

Version #Implemented ByRevision DateReason
1.1Evans Souglakos01/11/2022Initial Document

INTRODUCTION

Thank you for purchasing the Uranus Meteo Sensor. This pocket-sized device is an all-around astronomer, astroimager companion. Smaller than the size of a cigarette box, and equipped with a variety of digital sensors, can precisely report the ambient temperature, humidity, pressure, cloud height, cloud coverage, astronomical dawn, twilight time, and the night sky brightness.

COMMUNICATION CHANNEL

A USB to Serial interface allows communication with the device. Plug in the USB-C cable to discover the device.
Note1: The device remains open and ignores any configured sleep time when the USB cable is plugged in.
Note 2: Display turns off during Sky Quality measurements.
Device USB Name is: Uranus Meteo
Device USB discovery ID is:

VID03EB
PID204A

Serial connection parameters are:

Speed115200
Data Bits8
Parity BitN
Stop Bit1

COMMANDS

  • All commands are case-sensitive.
  • Each command is a string of characters. The beginning command string consists of two ASCII characters plus ‘:’ followed by the message.
  • Command ends with a CRLF.

E.g.:
Send: => GO
Receive: <= GO:[value]:CRLF

UNIT SYSTEM
All units outputted from the USB to Serial channel are in the metric system.
ABBREVIATIONS

intergern
decimal numbern.n
xChar
bboolean (0 or 1)

COMMAND LIST

1.1 General

M#Get the health status of the device – Acknowledgment that the device is operational.
Returns:
MS_OK
MVGet the firmware release
Returns: (double)
MV:n.n
MQ:Device MCU reset
Returns:
Nothing
SRSerial Number of the device
Returns: (16 char hex string)
SR:xxxxxxxxxxxxxxxx

1.2 Sensors

MACombined sensor report
Returns:
MS_OK:value:value:value:…
1Ambient temperature in °Cn.n
2Relative Humidity %n
3Dew Point in °Cn.n
4Absolute (Station) Pressure (hPa) [300-1250 hPa]n.n
5Relative (Sea Level) Pressure (hPa) [300-1250 hPa]n.n
6Barometric Altitude (m)
When GPS fix is 0, altitude is barometric altitude When GPS fix is 1, altitude is real GPS altitude
n.n
7Sky temperature in °Cn.n
8Infrared sensor temperature in °Cn.n
9Battery usage – ignore
0 is battery, 1 is USB cable
(As the device is on USB power it always reports 1)
b
10Battery voltage (in volts) – ignore (e.g 4.60)
As the device is on USB power it reports USB channel voltage.
n.nn
SQ:1Initiates a Sky Quality Sensor Measurement
Returns: (string)
SQ:MSR
SQReports last Sky Quality measurement values
Returns:
SQ:value:value…
1MPSAS (mag/arcsec2)n.n
2Naked Eye Magnitude limit (NELM in mags)n.n
3Full spectrum raw valuen
4Visual spectrum raw valuen
5Infrared spectrum raw valuen

BR
Reset Bosch BME Sensor
Returns:
Nothing
CI
Cloud Index Report
Returns:
CI:value:value…

1Temperature Difference [ambient – sky] in °Cn.n
2Cloud Index % [the higher the index, the more the clouds in the sky]n
3Sky temperature in °Cn.n
4Ambient temperature in °Cn.n
5Infrared emissivity calculation value in double format [value from 0.00 to 1.00]
The default configured value is 1.00, Human Body is 0.98 The setting is saved in the sensor’s memory
A device restart is recommended in case of wrong values from the sensor.
n.n

1.3 GPS
GP
GPS Information
Returns:
GP:value:value:value:…

1GPS fix status 0 = no fix
3 = 3d fix
n
2GPS time (in UNIX time epoch)n
3Timezone offset
(should include daylight savings)
n
4Latitude (in degrees)n.n
5Longitude (in degrees)n.n
6Satellite Number
[how many satellites are fixed]
[ requires at least 4 satellites for a 3d fix position]
n
7GPS speed (in kph)n
8Bearing (in degrees)n (0-359)

GO
GPS NMEA Output (RJ12 output at the side of Uranus device)
Returns: (boolean)
GO:n [0 is disabled, 1 is disabled]
1.4 Astronomical Calculations
MP
Moon information
Returns:
MP:value:value:value

1Moon Phasen.n
2Moon Type
1 is waxing, 2 is waning
n
3Moon Visibility Percentagen.n

AS
Astro Sunrise and Sunset
Returns:
AS:value:value:value

1Sunrise time astronomical sunrise in fractional minutes past midnight (in local time)n.nn
2Sunset time (in seconds after midnight) astronomical sunset in fractional minutes past midnight (in local time)n.nn
3Moon Phasen

1.5 Config
CF
Config Read
Returns:
CF:value:value..

IUnits (metric = 0 or imperial = 1)b
2NMEA RJ12 output (0 is off, 1 is on)b
Keep OLED ON during polling (0 is off, 1 is on)b
4Reserved for future usage- ignoreb
Sleep after minutesn
6SQM calibration offsetn
7Time zone offset (includes daylight savings hour)n
8Reserved for future usage- ignoren
9Last unique idn
10Dotnet time zone idn
C1Config – Imperial Units
This has an effect only to the device display, all serial units are metric Returns: (boolean)
C1:n
0 is metric, 1 is imperial
C2Config – Sleep after n minutes [0-30]
0 is disabled, any other value is in minutes
Returns: (int)
C2:n
C3Config – UTC offset
Shows the configured UTC offset. Offset is required for GPS local time calculation and astronomical calculations.
Always include extra daylight-saving hour when you set this offset.
Returns:
C3:n
0 is metric, 1 is imperial
C4Config – Sky Quality MPSAS Calibration offset
Returns:
C4:n
0 is metric, 1 is imperial
C5Config – Time zone id
This is for the Unity Platform Dotnet time zone identification – ignore for any other usage
Returns:
C5:n
0 is metric, 1 is imperial
C6Config – OLED On / Off
Returns:
C6:n
0 is metric, 1 is imperial
CE:Get Infrared Sensor Emissivity
From 0-100.
Returns: (integer)
CE:n
CE:nSet Infrared Sensor Emissivity 100 for sky measurement (default) 98 for human skin measurement
Returns: (integer) CE:n

1.6 Memory Banks

MWMemory Write
Stores latest sensor value readout to the next available memory bank Returns:
MW:n  0 is fail, 1 is success
MNMemory Number
Reads how many bank records are used and what is the increased (last) record since the first operation of the Uranus device.
Returns: (long)
MN:n
MZMemory Banks Erase
This command practically erases all memory banks and starts from bank number 1
Returns:
MZ:n 0 is fail, 1 is success
MRMemory Banks Read
Returns:
MR:value:value:value:….
1Record count of readout list (long)n
2Unique id (long)n
3Timezonen
4GPS fixn
5Unix_time (epoc unixtime)n
6Latitude (in decimal format)n.n
7Longitude (in decimal format)n.n
8Temperature °Cn.n
9Humidity %n
10Altitude (m)N
11Pressure (station) in hPan.n
12Sky quality (MPSAS) in mag/arcsec2n.n
13Cloud index %n

Pegasus Astro
DOCUMENT VERSION 1.1 – 2022-NOV-01
PEGASUS -logo

Documents / Resouces

Download manual
Here you can download full pdf version of manual, it may contain additional safety instructions, warranty information, FCC rules, etc.


Related Manuals