Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #717243
| From | Jan Panteltje <alien@comet.invalid> |
|---|---|
| Newsgroups | comp.os.linux.advocacy, comp.os.linux.misc |
| Subject | Re: Micro$oft Success Built On Sabotage And Bribery |
| Date | 2026-07-03 08:41 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <1127skf$391ng$1@dont-email.me> (permalink) |
| References | (2 earlier) <naj0i7FgbvmU1@mid.individual.net> <11229lt$1lag8$1@dont-email.me> <nal0u8Fqk4qU2@mid.individual.net> <112505d$2ct6u$1@dont-email.me> <txSdncIfFfr-w9r3nZ2dnZfqnPednZ2d@giganews.com> |
Cross-posted to 2 groups.
>c186282 <c186282@nnada.net>wrote:
>>On 7/2/26 02:23, Jan Panteltje wrote:
>>> rbowman <bowmqan@montana.com>wrote:
>>>> On Wed, 01 Jul 2026 05:47:40 GMT, Jan Panteltje wrote:
>>>
>>>> Yes, I am receiving my outside weather sensor with a RTL_SDR USB stick
>>>> and the 'rtl_433' program, temperature and humidity.
>>>> It can receive other sensors in the area too if in range.
>>>
>>> What sensor are you using? rtl_443 supports many protocols. I've got a
>>> RTL_SDR and have mostly used it for ADS-C.
>>
>> A cheap Nexus temperature and humidity sensor that hangs outside,
>> als has an inside box with diplay
>>
>>
>> Using:
>> rtl_433 -p 40 -R19 | weather sensor_to_xgpspc;
>>
>> The -p is the frequency correction for the RTL stick.
>>
>> For plane traffic I use dump1090, from this script:
>>
>> raspberrypi: # cat /usr/local/send_planes_to_xgpspc
>> #!/bin/bash
>> #echo "Usage: send_planes_to_xgpspc device_number"
>> #echo "default device_number is 0"
>>
>> if [ "$1" == "" ]
>> then
>> let device_number=0
>> else
>> device_number="$1"
>> fi
>>
>> #echo "device_number=$device_number"
>>
>> #dump1090 --metric --interactive | grep -v -e ---- -e Flight | awk '// { printf "%s %s %sm %skm/h %sN %sE\n", $1, $2, $3, $4,
>> $5, $6}' | tee planes13.log | netcat -u 192.168.178.73 1079
>>
>> #dump1090 --metric --interactive | grep -v -e ---- -e Flight | awk '// { printf "%s %s %sm %skm/h %s %s\n", $1, $2, $3, $4,
>> $5, $6}' | tee /root/planes.log | netcat -u 192.168.178.73 1079
>>
>> dump1090 --device-index $device_number --metric --interactive | \
>> grep -v -e ---- -e Flight | \
>> awk '// { printf "%s %s %sm %skm/h %s %s\n", $1, $2, $3, $4, $5, $6}' | \
>> tee /dev/stderr | \
>> netcat -u 192.168.178.73 1079
>>
>> =================================
>>
>> This sends the planes info to Raspbery with IP address 192.168.178.73 that runs 'xgpspc' using netcat
>>
>> netcat is cool for communication between ethernet connected stuff
>> Some have multitasking operating systems .. I also use computers for several tasks. :-)
>> Easy with those cheap Raspberries.
>>
>> For air pressure I use a chip that is mounted on a raspi 'hat' I build,
>> that hat also holds compass and attitude chips:
>> https://panteltje.nl/panteltje/xgpspc/raspi_add_on_compass_accelerometer_pressure_GPS_interface_IMG_4949.JPG
>
> Hmm ... interesting link. Don't NEED the positional
> stuff for anything now, but temperature/pressure/RH
> might be of value.
>
> Yea, there ARE individual modules, SPI,I2C,1W, but an
> all-in-one can save a lot of time.
>
> Made a bunch of 1W temp sensors with the Dallas chip
> embedded in an epoxy-filled little tube. You can kinda
> buy those, now.
>
> Note : you wrap the DS "chip" in metal-foil tape and
> leave one end kinda free. Then put the thing into the
> little metal tube and squeeze in the epoxy. The free
> end will gravitate to the wall of the enclosing tube,
> fair thermal bond.
Are you familiar with the LM35 temperature sensor chip?
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Micro$oft Success Built On Sabotage And Bribery Leroy H <lh@somewhere.net> - 2026-06-30 14:13 +0000
Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-06-30 15:26 +0000
Re: Micro$oft Success Built On Sabotage And Bribery Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-06-30 18:51 +0000
Re: Micro$oft Success Built On Sabotage And Bribery chrisv <chrisv@nospam.invalid> - 2026-07-01 14:41 -0500
Re: Micro$oft Success Built On Sabotage And Bribery CrudeSausage <crude@sausa.ge> - 2026-07-08 13:51 -0400
Re: Micro$oft Success Built On Sabotage And Bribery CrudeSausage <crude@sausa.ge> - 2026-07-08 13:49 -0400
Re: Microsoft Success Built On Sabotage And Bribery Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-06-30 21:52 +0000
Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-06-30 23:16 +0000
Re: Microsoft Success Built On Sabotage And Bribery Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-07-01 00:03 +0000
Re: Microsoft Success Built On Sabotage And Bribery Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-07-01 01:48 +0000
Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 04:54 +0000
Re: Microsoft Success Built On Sabotage And Bribery c186282 <c186282@nnada.net> - 2026-07-01 04:23 -0400
Re: Microsoft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 17:17 +0000
Re: Microsoft Success Built On Sabotage And Bribery The Natural Philosopher <tnp@invalid.invalid> - 2026-07-01 20:22 +0100
Re: Microsoft Success Built On Sabotage And Bribery "Carlos E. R." <robin_listas@es.invalid> - 2026-07-01 12:00 +0200
Re: Microsoft Success Built On Sabotage And Bribery John Ames <commodorejohn@gmail.com> - 2026-07-01 07:53 -0700
Re: Microsoft Success Built On Sabotage And Bribery Richard Kettlewell <invalid@invalid.invalid> - 2026-07-01 08:40 +0100
Re: Microsoft Success Built On Sabotage And Bribery (WSL) "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-01 23:39 +0800
Re: Microsoft Success Built On Sabotage And Bribery InterLinked <usenet@phreaknet.org> - 2026-07-07 19:20 -0400
Re: Microsoft Success Built On Sabotage And Bribery Charlie Gibbs <cgibbs@kltpzyxm.invalid> - 2026-07-07 23:53 +0000
Re: Micro$oft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-06-30 23:07 +0000
Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-01 05:47 +0000
Re: Micro$oft Success Built On Sabotage And Bribery rbowman <bowman@montana.com> - 2026-07-01 17:26 +0000
Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-02 06:23 +0000
Re: Micro$oft Success Built On Sabotage And Bribery c186282 <c186282@nnada.net> - 2026-07-03 03:02 -0400
Re: Micro$oft Success Built On Sabotage And Bribery Jan Panteltje <alien@comet.invalid> - 2026-07-03 08:41 +0000
Re: Micro$oft Success Built On Sabotage And Bribery "Mr. Man-wai Chang" <toylet.toylet@gmail.com> - 2026-07-01 12:35 +0800
csiph-web