Notes

From Eric

Jump to: navigation, search
  • Configuration réseau Rpi
    • Adresse gateway internet : 192.168.0.254
    • Fichier "interfaces"
to be completed
  • dBm, dBmv... what does it mean?
    • A dB is one tenth of a Bel (i.e., log(P1/P2). A decibel is then 10log(P1/P2) where P1 and P2 are powers. A Bel (and its subunits) refer to a ratio between 2 powers. A dBm refers to the ratio between a power and 1mW. Sometimes, a measure refers to a ratio between voltages. As a power is UxI, i.e., U^2/R (equivalent power that would be dissipated on a pure resistance R), when considering vltages, we have dB = 10 log(U1^2/U2^2) = 20 log(V1/V2). A dBmV refers to a reference voltage V2 equal to 1mV.
  • Installation de Linux sur W530
    • Fonctionne parfaitement avec la version Suse du jour aprè smodification de l'option VT-B du BIOS (y compris entrée et sortie du mode sleep). Avec Ubuntu (notamment Kubuntu), le mode Sleep ne fonctionne pas.
    • Modifier le fichier "/etc/default/grub" et ajouter l'option "nox2apic"
    • Inhiber l'option VT-B dans le BIOS
    • Installer les derniers drivers NVIDIA (effet de bord: modification des polices, perte du réglage de luminosité)
    • Restaurer le contrôle de luminosité :
   sudo gedit /usr/share/X11/xorg.conf.d/10-nvidia-brightness.conf

et y mettre :

 Section "Device"
   Identifier     "Device0"
   Driver         "nvidia"
   VendorName     "NVIDIA Corporation"
   BoardName      "Quadro K1000M"
   Option         "RegistryDwords" "EnableBrightnessControl=1"
 EndSection
    • Le mode SLEEP ne fonctionne pas : on ne peut en sortir car il est impossivble de saisir le mot de passe (le clavier ne semble pas focntionner). Le seul moyen d'en sortir est de rebooter a machien en appuyant sur le bouton marche/arrêt suffisamment longtemps pour déclencher un shutdown et pas trop longtemps pour éviter une extinction pure et simple.
  • Multivibrateur astable à transistors
Multivibrateur.jpg
  • Push-pull
Push pull.jpg
  • 4. The load capacitance (CL) of my parallel resonant crystal is rated at 20pF. How do I calculate the value of the load capacitors used in my parallel resonant oscillator circuit?

Use this formula to approximate the value of capacitors needed:

CL=((C1 x C2) / (C1 + C2)) + Cstray

Cstray is the stray capacitance in the circuit, typically 2-5pF. If the oscillation frequency is high, the capacitor values should be increased to lower the frequency. If the frequency is low, the capacitor values should be decreased, thus raising the oscillation frequency. When CL =20pF, C1 and C2 will be approximately 27-33pF each, depending on the amount of stray capacitance.

Personal tools