Navigation

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

    janvier123

    @janvier123

    1
    Reputation
    11
    Posts
    354
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    janvier123 Follow

    Best posts made by janvier123

    • RE: nrf24l01+ Crap (in my situation)

      Ive checked the RFM69 and ive decided that iam not going to try it
      But instead, if i read it correctly i can use an Arduino + (official) Ethernet shield as a gateway.
      Domoticz supports multiple gateways, so i should be able to place an Ethernet shield on each floor and use the NRF's to each gateway

      ill how that works out

      BTW: this is an W5100 right?

      https://www.arduino.cc/en/Main/ArduinoEthernetShield

      posted in Troubleshooting
      janvier123
      janvier123

    Latest posts made by janvier123

    • RE: Is this worth it?

      I suggest you take a look at the following video

      DIY Oscilloscope Kit (20$) VS Regular DS Oscilloscope (400$) – 05:45
      — GreatScott!

      Its "almost" the same 🙂

      posted in General Discussion
      janvier123
      janvier123
    • Domoticz + IR RGBW led strip + My Sensors

      Hi all,

      Did anyone manage to use mysensors & domoticz to get a IR RGBW led stip working?
      I can address then my color and such, however the tutorial is NOT based on IR.

      I would like to send out the commands by IR instead of fiddling with custom hardware.
      Is there a script that someone is willing to share for this?

      Again, im running DOMOTICZ, using My Sensors and i use an IR RGBW led strip

      Thx in advance

      posted in General Discussion
      janvier123
      janvier123
    • RE: 💬 Door, Window and Push-button Sensor

      for some reason the value was always "1" untill i "pushed the button" => then i got "0"
      however ive added an 10K resistors between the pin and gnd, and now it works fine 🙂

      maybe because its not an official UNO board?

      posted in Announcements
      janvier123
      janvier123
    • RE: 💬 Door, Window and Push-button Sensor

      Dont forget to add a 10K resistor between GND and your PIN (in this example pin3)

      posted in Announcements
      janvier123
      janvier123
    • Reading DIXELL S6.S PTC thermistor

      Hi all,

      Iam looking for a pice of code that can read the correct values of an dixell PTC probe
      The code below does not match the values i need

      double ThermistorC(int RawADC) {
       double Temp;
       Temp = log(10000.0*((1024.0/RawADC-1))); 
       Temp = 1 / (0.001129148 + (0.000234125 + (0.0000000876741 * Temp * Temp ))* Temp );
       Temp = Temp - 273.15;      
       return Temp;
      }
      

      Is there a lib or a tutorial on reading these correctly?

      Probe in question
      http://www.dixell.co.il/product_datasheet.php?prod=S6.S&lang=_l1&code=590

      Not much can be found on them 😞

      Thx in advance

      posted in Hardware
      janvier123
      janvier123
    • RE: nrf24l01+ Crap (in my situation)

      Ive checked the RFM69 and ive decided that iam not going to try it
      But instead, if i read it correctly i can use an Arduino + (official) Ethernet shield as a gateway.
      Domoticz supports multiple gateways, so i should be able to place an Ethernet shield on each floor and use the NRF's to each gateway

      ill how that works out

      BTW: this is an W5100 right?

      https://www.arduino.cc/en/Main/ArduinoEthernetShield

      posted in Troubleshooting
      janvier123
      janvier123
    • RE: nrf24l01+ Crap (in my situation)

      My wifi station is based on the ground floor, in the heating room, this is also the place for my main electrical box, so that's allot of wires that interfere with it

      its a router / modem from Telenet, those are crap anyway, standing 1 meter from the device with no wall in between and you already loose 1 bar

      i can try with those 433mhz wall socket things, but i notice a small delay between commands, its acceptable

      ill just order a few Ethernet shields and some powerline things or maybe create a gateway for each floor 😉 (ethernet gateway)
      that MAY work 😉

      posted in Troubleshooting
      janvier123
      janvier123
    • RE: nrf24l01+ Crap (in my situation)

      do they have to be run in a loop(each other)? or can they be connected each one to a (one)gateway?

      posted in Troubleshooting
      janvier123
      janvier123
    • RE: nrf24l01+ Crap (in my situation)

      I have a few of those POWER-LINE Ethernet things, its a rented house so i cannot make allot of holes 😉

      posted in Troubleshooting
      janvier123
      janvier123
    • nrf24l01+ Crap (in my situation)

      Hi,

      Iam looking for an alternative way to use mysensors without any WIFI / nrf24l01+ / wireless communication.
      The reason for that is: i have setup a gateway at my attic and 3 nodes on the floors below.
      I have it setup like this:

      Gateway (attic) -> Node 1 (work room, 1st floor) -> node 2 (kitchen, ground floor) -> Node 3 (living room, ground floor)

      So basically if node 1 craps out on me, node 2 & 3 will go down as wel, since they rely on node 1 to pass the info to the gateway. Ive tried different antenna's but there is too much electrical wires and concrete in the way for a good signal. There is not allot of room for different locations, so i have to see if i can do it by running UTP cables.
      WIFI is also crap, even 1 floor takes 90% of the signal 🙂

      So is there a way for mysensors to connect via UTP / LAN cables?
      Otherwise i have to refer to Ethernet shields and aREST lib

      Greetz

      posted in Troubleshooting
      janvier123
      janvier123