• Categories
    • Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Stephan35
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 35
    • Groups 0

    Topics

    • Stephan35S

      Is it possible to use device with udp protocol ?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      2k Views
      Stephan35S
      @jkandasa said: Give me some hints, if you have any? ok, i go again with udp and node-red , i will send you back all i understood. 2 way for node , first in loop every 150ms max , listen udp port (i will confirm back). second , use async udp of menodev wich work fine for me. So that mean MyController maybe have to get also async udp to unmiss udp data. I meet some issue with broadcasting, because i created mesh in udp. Also i used ascii udp datagramm , basic but easiest way for me : something like "down|nodename|get|gpio1" "up|nodename|result|gpio1|0" "down|nodename|set|gpio1|1" Every node can read udp, so , it is very important to specify way and kind of action. Hope will help. Best regards.
    • Stephan35S

      MyControllerDevice and OTA Firmware device update , should it work ?

      Watching Ignoring Scheduled Pinned Locked Moved MyControllerDevice (ESP8266) ota mycontrollerdev firmware device update
      9
      0 Votes
      9 Posts
      4k Views
      E
      OK, my mistake there. The Node // Firmware Name was empty. (It has been discarded when node has been deleted) [image: 1491227792128-capture.jpg] Now it works like a charm. Thanks for you attention.
    • Stephan35S

      ESP8266 - analogRead(A0) return 65535

      Watching Ignoring Scheduled Pinned Locked Moved MyControllerDevice (ESP8266) esp8266 analogread
      12
      0 Votes
      12 Posts
      7k Views
      Stephan35S
      @njbuch said: @Stephan35 Indeed but my voltage divider used was aiming for 0.0 - 3.3 and resulting output was over 1 volt most of the time, which means that I am reading 65535 all the time. I need a new one. I am looking in my bins after a few resistors that matches my photo-resistor specs. Will revert when successfull. I am using: http://www.ohmslawcalculator.com/voltage-divider-calculator to find the right combination. Sorry, answer is there : analogRead(A0) return 65535 You have to modify Myconfig.h #define ENABLE_READ_VCC
    • Stephan35S

      Launch ./start.sh on startup , or like a service ?

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started startup lauch autostart
      10
      0 Votes
      10 Posts
      6k Views
      T
      @Stephan35 Great!! good luck!, orangepizero is really great, and is powerfull enough to run mycontroller
    • Stephan35S

      MyController on OrangePi Zero ?

      Watching Ignoring Scheduled Pinned Locked Moved Getting Started
      4
      0 Votes
      4 Posts
      2k Views
      jkandasaJ
      @Stephan35 For now I do not find any wat to redirect.