Post reply

Name:
Email:
Subject:
Message icon:

Verification:
Unregistered users must pass a verification:



Please enter the number from the picture above which is showing FM broadcast antenna:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Jan
« on: April 16, 2025, 09:25:11 pm »

Firmware version 2.2e will add following functions to the P275E:
  • Fully independent communication ports (Ethernet and RS-232)
  • Existing TCP connection will support HTTP server mode with a website for basic control and reading the values, incl. control via HTTP GET method and user defined JSON output:

Example:
http://192.168.1.105:10001/output.json?y=%3FF%3FU
will return
{"Frequency":"102.8 MHz","Level":"   65 dBuV"}

Availability: May 2025
Posted by: millingbroadcast
« on: July 25, 2024, 10:07:53 pm »

Hi Jan,

do you have already an information about the release of HTTP based Webserver for Pira P275E?
Posted by: millingbroadcast
« on: January 23, 2024, 11:08:20 am »

On the other hand, in near future the P275E will support HTTP on the same TCP port, allowing file templates and fully customized output.

Hi Jan, is there already an approx date in sight for that feature?

Best regards,


Christian
Posted by: plonkarchivist
« on: December 05, 2023, 02:42:14 am »

Hi Jan,

we will buy a bunch of P275E soon to monitor our sites. Do you see any chance to implement the output of the measured data in a JSON format, this would be way easier for most of the monitoring software to read than the CRLF-Format which needs extensive parsing.
Like:

{
  "frequency": 100.7,
  "pilot": 5.6,
  "rds": 3.0,
  "max": 72.9,
  "rdsps": "Test FM",
  "rdsrt": "This is my incredibly sexy Radiotext"
}

https://www.w3resource.com/JSON/structures.php
Thanks and best regards,

Christian

Sounds interesting, I'm looking forward to it
Posted by: millingbroadcast
« on: September 23, 2023, 10:06:47 pm »

This sounds great and will be a big improvement!
Posted by: Jan
« on: September 23, 2023, 09:58:43 pm »

The JSON structure is used for files rather than serial data.
On the other hand, in near future the P275E will support HTTP on the same TCP port, allowing file templates and fully customized output.
Posted by: millingbroadcast
« on: September 23, 2023, 09:29:59 pm »

Hi Jan,

we will buy a bunch of P275E soon to monitor our sites. Do you see any chance to implement the output of the measured data in a JSON format, this would be way easier for most of the monitoring software to read than the CRLF-Format which needs extensive parsing.
Like:

{
  "frequency": 100.7,
  "pilot": 5.6,
  "rds": 3.0,
  "max": 72.9,
  "rdsps": "Test FM",
  "rdsrt": "This is my incredibly sexy Radiotext"
}

https://www.w3resource.com/JSON/structures.php

Thanks and best regards,

Christian