Sponsored Content
Top Forums Programming NodeMCU ESP8266 Blynk SSL Application for Linux Server Load Averages Post 303043542 by Neo on Friday 31st of January 2020 02:37:00 AM
Old 01-31-2020
Quote:
Originally Posted by wisecracker
Hi Neo...

25dBm for WIFI? That's around 300mW from the PA, (Power Amplifier).
I thought the limit inside the ISM band(s) was 20dBm, 100mW for low powered gear.
However...
That antenna IS loaded, so that is probably why the power increase so as to keep the ERP, (Effective Radiated Power), to 100mW...

Great stuff...

Bazza...

Thanks. I've modified my service side to to check the RSSI for two modules, one runs on the balcony (with a wall between the ESP8266 and the WIFI router, and the other in the same room:

Code:
Time: 1580456123 IP: 159.192.XXX.46 0.78:0.91:1.04: RSSI: -58 

Time: 1580456125 IP: 159.192.XXX.46 0.78:0.91:1.04: RSSI: -36

Hope this helps.

PS: Added MAC address to the service side logic as well, because I started testing with both a NodeMCU and a WeMOS D1 (both have ESP8266).


Update:

Code:
Time: 1580456367 IP: 159.192.XXX.46 1.26:1.18:1.13: RSSI: -52 MAC: CC:50:E3:70:5E:60

Time: 1580456370 IP: 159.192.XXX.46 1.15:1.16:1.12: RSSI: -41 MAC: A4:CF:12:DA:8F:1A

Time: 1580456377 IP: 159.192.XXX.46 1.22:1.17:1.12: RSSI: -50 MAC: CC:50:E3:70:5E:60

Time: 1580456382 IP: 159.192.XXX.46 1.20:1.17:1.12: RSSI: -40 MAC: A4:CF:12:DA:8F:1A

Time: 1580456387 IP: 159.192.XXX.46 1.19:1.16:1.12: RSSI: -53 MAC: CC:50:E3:70:5E:60

Time: 1580456395 IP: 159.192.XXX.46 1.31:1.19:1.13: RSSI: -39 MAC: A4:CF:12:DA:8F:1A

This Blynk app is really cool. I have two ESP8266 devices running and two iPhones with the same Blynk account, and it's working flawlessly. Very impressive.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Server load (Unix/Linux, Redhat, CPanel)

Hello, I'm facing a big problem with my hosting server (Dual Xeon 2.4GHz), I'm having a load in the CPU usage and the memory (maybe it's related) ALSO mySQL: Server Load 5.34 (2 cpus) (to 22 sometime) Memory Used 68.4 % (to 70% sometime) When I go to 'CPU/Memory/MySQL Usage' I found: ... (3 Replies)
Discussion started by: Kh@lid
3 Replies

2. Cybersecurity

linux prog for server space, load etc

Hi all what are the ways by which we can know and generate a report of the space remaining, memory(ram) used and the load on the server over a period of time. (1 Reply)
Discussion started by: arlan
1 Replies

3. UNIX for Advanced & Expert Users

Sun: High kernel usage & very high load averages

Hi, I am seeing very high kernel usage and very high load averages on my system (Although we are not loading much data to our database). Here is the output of top...does anyone know what i should be looking at? Thanks, Lorraine last pid: 13144; load averages: 22.32, 19.81, 16.78 ... (4 Replies)
Discussion started by: lorrainenineill
4 Replies

4. Linux

how to setup a virtual IP to control 2 server load for linux

Hi anyone know how to setup a setup a virtual IP to control 2 server load for linux? i only have 2 server, i don want to buy another just for the load balance... is there a way to do it? Sumemr (0 Replies)
Discussion started by: summerpeh
0 Replies

5. Shell Programming and Scripting

Create a list of load averages

`/proc/loadavg` give me three indicators of how much work the system has done during the last 1, 5 & 15 minutes. How can i get a list of load averages that each averaged over the last minute for 10 minutes? (2 Replies)
Discussion started by: navidlog
2 Replies

6. Solaris

Sparc Solaris 10 load averages

our server is running oracle database, it has: load average: 1.77, 1.76, 1.73 using only one cpu. is that too high? thanks. (4 Replies)
Discussion started by: orange47
4 Replies

7. Red Hat

Red Hat application server ssl keystore problem

A client is accessing our JBoss server. In the past, we set up a keystore and everything worked fine. That certificat expired and we've installed the new one. Now the client is getting the following error - HTTP/1.1 500 Internal Server Error Date: Mon, 14 Apr 2014 13:25:44 GMT Server:... (1 Reply)
Discussion started by: kkinney
1 Replies

8. AIX

AIX LDAP client authenticate against Linux Openldap server over TLS/SSL

Hi folks, How can i configure an AIX LDAP client to authenticate against an Linux Openldap server over TLS/SSL? It works like a charm without TLS/SSL. i would like to have SSL encrypted communication for ldap (secldapclntd) and ldapsearch etc. while accepting every kind of certificate/CA.... (6 Replies)
Discussion started by: paco699
6 Replies

9. Programming

Wuhan Coronavirus Status for China - Rapid Prototype Blynk App with ESP8266

Here is a rapid prototype app I just put together which might be of interest to some people. Basically, I have parsed the data from a Chinese web site which is tracking the Wuhan coronavirus, and cache that data every minute via a local cron file and make a simple API available to a Blink app. ... (6 Replies)
Discussion started by: Neo
6 Replies
asadmin-version(1AS)						   User Commands					      asadmin-version(1AS)

NAME
asadmin-version, version - displays theversion information SYNOPSIS
version [--user admin_user] [--password admin_password] [--host localhost] [--port 4848] [--secure |-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive] [--verbose=false] version displays the version information. If the command-line cannot communicate with the administration server with the given user/pass- word and host/port, then the command-line will retrieve the Version locally and display a warning message. If the user option is not entered, the command-line will retrieve the version locally and display a warning message. The warning message will not be displayed if --terse option is entered on the command line. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. --echo setting to true will echo the command line statement on the standard output. --interactive prompts you for the required options that are not already specified. --verbose displays version information in detail. Example 1: Using remote mode to display version asadmin> version Java 2 Platform Enterprise Edition 1.4 Application Server Example 2: Using remote mode to display version in detail asadmin> version --user admin --password adminadmin --host bluestar --port 4848 --verbose Java 2 Platform Enterprise Edition 1.4 Application Server (build A021930-126949) EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-help(1AS) J2EE 1.4 SDK March 2004 asadmin-version(1AS)
All times are GMT -4. The time now is 06:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy