Community Forum
    • Blog
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. mersing
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    mersing

    @mersing

    256
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mersing Unfollow Follow

    Latest posts made by mersing

    • RE: Librairie Universelle Pour la Téléinformation

      Bonjour,
      J'ai change de Moteino - Tout fonctionne bien.

      Je dois avoir un probleme HW sur la Moteino précedente: les codes basic RF69 ne fonctionnent pas non plus : bloquent au niveau de radio.initialize.

      Cordialement.

      posted in Librairie Téléinfo
      M
      mersing
    • RE: Librairie Universelle Pour la Téléinformation

      Re,

      Tout fonctionne parfaitement sur un Moteino, jusqu'à l'utilisation de la fonction Radio.

      J'ai pris Arduino_Softserial_Etiquette.ino comme exemple.

      J'ai uniquement ajouter la fonction radio.initialize( RF69_868MHZ, NODEID, NETWORKID ) à la fin de Setup().

      L'execution est bloquée. Rien ne s'affiche.

      Dans la librairie RFM69.cpp, si l'on commente les lignes :

      //do writeReg(REG_SYNCVALUE1, 0xAA); while (readReg(REG_SYNCVALUE1) != 0xAA);
      //do writeReg(REG_SYNCVALUE1, 0x55); while (readReg(REG_SYNCVALUE1) != 0x55);
      //while ((readReg(REG_IRQFLAGS1) & RF_IRQFLAGS1_MODEREADY) == 0x00); // wait for ModeReady

      ca fonctionne à nouveau (la partie Teleinfo, pas la partie radio bien sur).
      La fonction radio.initialize ne bloque plus.

      Une idée de ce qui peut se passer ?

      Cordialement.

      posted in Librairie Téléinfo
      M
      mersing
    • RE: Librairie Universelle Pour la Téléinformation

      Bonjour,

      Vraiment du bon boulot.
      Merci.

      posted in Librairie Téléinfo
      M
      mersing