Navigation

    • Register
    • Login
    • OpenHardware.io
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. sghazagh
    3. Best
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Best posts made by sghazagh

    • RE: 💬 Building a WiFi Gateway using ESP8266

      Guys, just an update for my issue regarding Radio and my circuit.
      The Radio was faulty, I received the new one, swapped it and all worked fine.

      I just posted that here if someone want to use my last post image as a reference for connecting the Radio.
      The wiring all are correct.

      Thanks

      posted in Announcements
      sghazagh
      sghazagh
    • RE: MySensor Request Function

      @electrik Thanks electrik.
      It is absolutely right, I removed the line for declaring the function and all is working as expected.
      Actually the other problem which made me nut was that I was seeing the device restarts continuously so I thought not declaring the request function is causing that.
      That has fixed as well. The issue was that I had enabled the REPEATER option, however, I didn't add any WIFI library or correct setting for that so the system was crashing and was resetting .
      Now that I disabled that REPEATER option and also did not declaring the request function, all is working fine again.

      @mfalkvidd: I am not sure but believe me it was there and it was compiling just fine before.
      Perhaps used to we had to declare it, and now as "electrik" explained, it already declares in MySensor call.

      Thank you both anyway.
      I think I get it working now.

      Cheers,

      posted in General Discussion
      sghazagh
      sghazagh
    • RE: 💬 Building a WiFi Gateway using ESP8266

      I used the same link (pins and sketches!). Checked it 10 times!
      I think my Radios are not functional....

      posted in Announcements
      sghazagh
      sghazagh
    • Funny charachters at reset

      Hi all,
      I am using Lolin D1 mini pro along with NRF24L01 radio connected.
      I uploaded mysensors relay sketch and whenever the radio is connected, at reset time, I see funny charachters in serial consol preventing the device to come up.
      When I disconnect the radio +3v pin it starts then I have to re-connect the radio power to get it working otherwise it won't work and above problem happens!!!

      Do you guys have any idea why it's happening?

      For your info, the esp8266 library version 4.2.1 is used because as I read in a post, Mysensors won't work with version 4.2.2 and Lolin bored at the moment!

      posted in General Discussion
      sghazagh
      sghazagh
    • RE: Funny charachters at reset

      It seems that I could fix the issue by making the pin 15, LOW at boot time as it triggers the SD BOOT option in ESP8266:

      void setup() {
        pinMode(15, OUTPUT); 
        digitalWrite(15,LOW);
      }
      
      posted in General Discussion
      sghazagh
      sghazagh
    • RE: Mysensors Build Problem on Ubuntu 20.04 (RPi or Tinker Board)

      @sghazagh Hi all,
      I tried to create a empty file and it seems that it does work and does not make any problem for the Radio functionality!

      Any idea what this header is and how can I find this genuine library header for future use?

      touch /usr/include/stropts.h
      
      posted in General Discussion
      sghazagh
      sghazagh