Jump to content

Samuel Andriotte

1-Participants
  • Posts

    13
  • Joined

  • Last visited

Status Updates posted by Samuel Andriotte

  1. Boa noite, resolvi colocar em um papel algumas questões que tinha perguntado no ano de 2022.Recebo em 2023 esse incrível contato através dos meus equipamentos.
  2. E o aparelho está quase pronto.

     

     

  3. Quer ficar por dentro das descobertas segue no instagram e youtube @pesquisasmultiversos .O aparelho está quase pronto.

  4. SPIRIT BOX 2 VERSÕES, ARDUINO UNO + TEA5767

    SEM RUÍDO BRANCO.
    ----------------------------------------------------------------

    #include <Wire.h>
    #include <TEA5767.h>

    TEA5767 radio;

    int scanningDelay = 100;  // Delay entre cada varredura (em milissegundos)

    void setup() {
      Serial.begin(9600);
      Wire.begin();
    }

    void loop() {
      // Realiza a varredura de frequências
      for (float frequency = 87.5; frequency <= 108.0; frequency += 0.1) {
        radio.setFrequency(frequency);
        radio.setMuted(false); // Ativa o som

        // Aguarda por um tempo antes de passar para a próxima estação
        delay(scanningDelay);
        
        // Lê informações sobre a estação atual
        float currentFrequency = radio.getFrequency();
        int signalLevel = radio.getSignalLevel();
        
        Serial.print("Frequência: ");
        Serial.print(currentFrequency);
        Serial.print(" MHz, Nível do Sinal: ");
        Serial.println(signalLevel);
      }
    }

    ___________________________________________________________________________________
    COM RUÍDO BRANCO
    _____________________________________________________________________

    #include <Wire.h>
    #include <TEA5767.h>

    TEA5767 radio;

    int scanningDelay = 100;  // Delay entre cada varredura (em milissegundos)

    void setup() {
      Serial.begin(9600);
      Wire.begin();
    }

    void loop() {
      // Realiza a varredura de frequências
      for (float frequency = 87.5; frequency <= 108.0; frequency += 0.1) {
        radio.setFrequency(frequency);
        radio.setMuted(false); // Ativa o som

        // Aguarda por um tempo antes de passar para a próxima estação
        delay(scanningDelay);
        
        // Lê informações sobre a estação atual
        float currentFrequency = radio.getFrequency();
        int signalLevel = radio.getSignalLevel();

        // Gera um número aleatório entre 0 e 1
        float randomValue = random(0, 1);

        // Verifica se o número aleatório é menor que um limite para reproduzir o áudio
        if (randomValue < 0.2) {
          // Reproduzir áudio (ruído branco, por exemplo)
          Serial.println("Audio reproduzido");
        }
        
        Serial.print("Frequência: ");
        Serial.print(currentFrequency);
        Serial.print(" MHz, Nível do Sinal: ");
        Serial.println(signalLevel);
      }
    }

  5. Bidirectional contact test, I know that adjustments are still missing and at the moment I am concluding the study to improve the audio. I thank Mr. Jota Pedroso, researcher and writer of the book "Dialogues with the other side", for attesting to its functioning.

     

     

     

     

  6. My brother died on 12/01/2022, his name was Daniel, I dedicate my discoveries of the survival of the dead to him. I love you my brother!

    Message captured on my Spiricom: "Daniel your brother, this way"

     

  7. For many years I have been developing many methods of communicating with the dead and in 2023 I developed my version of SPIRICOM, inspired and guided by George W. Meek from another dimension. Right now I'm moving on to other graduates with greater definition in their voices. I'm looking for partners to better improve my devices.

     

     

     

     

    1. Domenic

      Domenic

      Great  captures Samuel.

      I shall follow your work with interest

      Domenico

    2. Samuel Andriotte

      Samuel Andriotte

      Bem vindo amigo.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.