Tous les articles par F4HUY

Rigol DS1052E Fan Mod (and rpm control)

I have this scope since 2013, Rigol DS1052E is just perfect for my hobby use, the main issue with this model is  the fan noise, so I have finally decided to replace the fan and put something to adjut the rpm. Warranty is over since many year, so can open it … let’s go.

There is so many teardown over internet, that explain how to open this scope.

Quickly, start to unscrewed: the four screw on the rear, top and bottom, take off cap button, two other screw on power socket.

Unscrewed, and take off metal shield. you got this;

The fan is a 12V/150ma powered under 10v, seem there is no temperature sensor …

I have added a little MP23070 (around 2$ with shipping on ebay) step down converter on the power line, bettwen the fan and the socket, I can control the rpm, just be careful and down around 7v, otherwise the temperature will be too high. Its a good compromise between noise and temperature inside the unit.

 

LoRa & l’APRS

Ayant vue passer des trucs intéressant sur Tweeter à propos de L0Ra et d’une utilisation amateur, j’ai donc commandé via Aliexpress une carte TTGo LoRa32 V2.1 433Mhz ESP32 et une carte T-Beam 433MHZ ESP32 avec GPS, le tout pour 45€ env, l’une devant servir d’iGate pour la réception, et l’autre de tracker, les Chinois ayant fait l’erreur de m’envoyer deux cartes TTGo LoRa32 V2.1 433Mhz ESP32,  j’ai donc utilisé la deuxième en tracker en y rajoutant un module GPS NEO6 qui trainai au fond d’un tiroir. Ces modules relativement compact sont également équipés d’un contrôleur Wifi/Bluetooth, d’un chargeur de batterie Lipo, d’un écran OLED. Il existe des version 868 et 915Mhz. Compter 20dbm de puissance max de sortie.

HARDWARE

Commençons par remplacer les antennes ridicules fournis, par quelques chose d’un peu plus performant, un fouet taillé pour 433.775

SOFTWARE

Le code original viens de oe3cjb https://github.com/oe3cjb/TTGO-T-Beam-LoRa-APRS j’y est supprimer la partie émission WX, capteur température/ humidité.

RECEPTION

Coté réception, sur une Comet GP1, pas vraiment bien dégagé et sur le coté d’un bâtiment, premier essai concluant à une portée d’environ 1km en ville, des essais supplémentaire sont a faire avec une Nagoya UT106UV en mobile.

Pour la programmation de l’iGate voir le site de F4WAT ou le github, qui propose le stockage des données RSSI et SNR pour analyse de couverture.

https://github.com/jdenoy/LoRa_APRS_iGate/

AMELIORATION/RESTE A FAIRE:

  • Mettre une led pour signalé le TX.
  • Rajouter une interface ETH/LAN en PoE sur le récepteur pour monter sur un pylône.
  • Faire des essais avec un ampli de quelques watts.

UPDATE: 7/4/2021

Version Ethernet disponible! merci a OE5BPA pour la carte d’adaptation permettant d’accueillir le LCD et le module L0Ra. Il faut maintenant mettre en boite etanche et trouvé un point haut …

UPDATE: 24/5/2021

Mise en boite étanche faite, un connecteur USB permet de reprogrammé sans ouvrir la boite, manque plus qu’une bonne antenne.

Ressources:

http://f5kmy.fr/spip.php?article510
https://www.f4wat.xyz/2020/12/28/lora-aprs-i-gate-tracker
https://wiki.fr-emcom.com/lora (un Wiki avec des idées et infos intéressantes)
https://www.lora-aprs.info/docs/LoRa_APRS_iGate/quick-start-guide/ (Guide de démarrage en Allemand)

Arduino demo board

I often use Arduino to play and dev some apps, but I often experienced many issue with prototyping board and wire, lot of short circuit and bad contact. So I have made this small board, just need to plug Arduino, four buttons are available, a rotatif encoder, all I/O are available on terminal block, a 2×16 LCD is also available on I2C, or with conventional connection.