It is capable of delivering appr. 20 Watts RF at 70 cm. The module uses a M57704H.
I installed the module in the 28 - 432 MHz transverter:
I added a new website to 'nice web links'. It was recently launched by my son Johnno. He is an audio-video equipment product specialist.
Visit his website (Dutch only) here: http://audiobeeld.nl
PI7CIS is a 2 meter / 70 cm beacon with QTH locator JO22dc (Scheveningen). The distance to my QTH is appr. 60 km.
PI7CISIt transmits CW signals on 144.416 MHz (45 W) and 432.416 MHz (75 W). Antenna height is 42 meters ASL. More info: http://www.pa0c.nl/Pi7cis/pi7cis_vhf_beacon.htm
I was looking for a steady 70 cm signal for experimenting and improving the stability of my 28 - 432 MHz transverter and found PI7CIS. I am trying to improve the transverters 404 MHz oscillator stability. In the transverter there is a oscillator installed that is not temperature compensated (TCXO or OCXO). With a small resistor-heated heatsink on top of the oscillator I try to improve the short term stablity.
If you are interested in the science, statistics, graphs and numbers describing Covid-19, this video presentation of Ivor Cummins may be interesting for you:
His message: Be aware of Casedemic Hysteria
With Gerard, PA2G I am working on a magnetic loop antenna.
I have started with the Magnetic Loop Controller. The design of the controller is from Loftur, TF3LJ / VE2LJX.
https://sites.google.com/site/lofturj/to-automatically-tune-a-magnetic-loop-antenna
Frederik, ON5AI provides nice DIY-kits for this design
The hart of the circuit is a Teensy3.2 controller. I am using a steppermotor 17HS4401, which will drive the Vacuum-C of the antenna configuration.
There will be some interesting challenges: housing of the SWR-pcb, housing of the controller, interface with the HF radio, etc.
Status so far:
I read some interesting stories about the IoT lately. The ESP32 development board turns out to be good starting point to do some experiments with Wifi, Bluetooth etc.
I ordered a couple of this interesting, low priced, devices.
Time to get familiair with the Arduino IDE and the C programming language.
Past days I learned a lot about the ESP32 microcontroller. Internet teached me how to connect an LCD to the controller and how to read analog inputs.
I installed the Arduino IDE with the Espressif files to be able to program the ESP32 development kit in "C".
At this moment I have a working prototype of a CO2 sensor circuit. I used an MG-812 CO2 sensor.
This is how the setup looks now:
CO2 sensor setup
The circuit consists of an analogue and digital part:
CO2 sensor analogue circuit
CO2 sensor digital circuit
This is my first program in "C":
It was an interesting voyage to get the module in action. Lots of features are there to be discovered; wifi and bluetooth function, PWM outputs etc.
Note; The electrolytic capacitor of 10 uF between EN and GND on the ESP32 module was necessary to upload the program to the module. It took me a couple of days to find that out.
I am exploring the Wifi possibilities of the ESP32 module.
I found a sketch that enables you to switch on/off a LED via the module through an internet browser. I selected pin 2 as output, since this pin is connected to the internal blue LED of the module.
The sketch includes the 'wifi.h' subroutine that sets up a steady wifi link to your local network.
I adapted the sketch and included two counters that shows you the number of switch on/off actions in your browser.
So now I have two-direction data traffic from the ESP32 mini wifi server to the internet browser. It works fine.
Part of the sketch:
This is how it looks like in the browser:
I am impressed by the Wifi capabilities of the small 3$ device.