Skip to content
  • Arduino Power Supply

    OpenHardware.io arduino power supply
    2
    0 Votes
    2 Posts
    2k Views
    ahmedadelhosniA
    I like the project. I guess the circuit is not a clone. It costs a lot actually. Is there any other alternatives than cost < 5$ ?
  • 0 Votes
    3 Posts
    2k Views
    AnticimexA
    @fets So far, I have only built the 5x5 board (but the others should be schematically identical). The only issue I have found so far is that I cannot get the ISP port to work. But I have checked and I have an identical setup on the 1.0 board and that worked, so I suspect the programmer is too weak to drive the net on this one. So it is not a board-issue per se, and might only be an issue on the 5x5 board as routing is the most complex on that one due to the size.
  • Neopixel Node, using 1.6.0 Beta

    My Project ws2312 nodered arduino neopixels
    7
    4 Votes
    7 Posts
    5k Views
    crankyC
    Oh, @msebbe @AWI , I have a FastLED version with a decent web API and web interface available here: http://forum.mysensors.org/topic/2705/fastled-neopixel-ws2811-node-from-arduino-code-to-web-page-with-api It's working pretty damn well :-D Still working on my front end interface, since I'm not a designer (well, I am a 3d cad designer, not web dev). Oh, and if you knew my controller's name, you could communicate with it via TOR. Just like corporate solutions, I can communicate and control my gateway from anywhere in the world!
  • 0 Votes
    2 Posts
    4k Views
    DwaltD
    @lrtsenar The MySensors Libraries were designed around the nrf24l01 transceivers which have much more built in capability than a simple 433Mhz Tx/Rx pair. You can make a node which contains a nrf and 433 Rx/Tx and it can transfer messages between the MySensors architecture and common 433Mhz devices. If you are only interested in 433Mhz devices with Domoticz, see the RFLink project for more info. I believe it requires a mega to fit their libraries.
  • Method to reveal sketch inside node or g/w

    General Discussion vera arduino ide
    6
    0 Votes
    6 Posts
    3k Views
    5546dug5
    @LastSamurai good idea! Will give it a go!
  • Ethernet Gateway on Arduino Yún

    Development ethernet yun arduino gateway
    9
    0 Votes
    9 Posts
    12k Views
    scalzS
    thx for reply :smile: yes dragino HE works like yun I think. for linkit as the product seems new, there is a little bit less docs. but I will see, price was so interesting that it was too much tempting lol. I will tell you what I can get... for fun, I have not presented yet, but I have a board in progress for raildin : 8x relays + 8inputs for yun and I added ethernet connector+hub usb chip
  • W5100 Ethernet module PoE

    Hardware poe w5100 ethernet arduino
    10
    0 Votes
    10 Posts
    7k Views
    R
    Hi, sorry for the delay, I had just read your post and I could said "me too" But I solved the problem and it works for two years now. I explain my solution here, if the French don't afraid you. https://easydomoticz.com/forum/viewtopic.php?f=20&t=6497 I resume, a 7.5volts power supply, a passive injector, and a spécial home-made cable to bypass the RJ45 socket. The 7.5 v go to Vin-Gnd of the Nano to produce 5v wich is returned to the W5100. QED. Rpx.
  • 0 Votes
    12 Posts
    5k Views
    J
    OK, it's beginning to become clear. My initial gadgets & gizmos should arrive today, so I'll start tinkering, and I'm sure more clarity will come. Thanks for the quick responses, and for your patience. This is so far the best HA forum I've found anywhere!
  • 0 Votes
    4 Posts
    2k Views
    J
    @fot said: Hi! I ask my gateway about it's version (0;0;3;0;2;). It will responde with the library version number (1.4.1 in my case). It tells me that the gateway software is up and running. But it will not give me any clue about if the (NRF)network is working. That's a problem, right. I only ask the gateway if no other packages are received in $timeout seconds. /Magnus Of course ! Thank you for pushing my nose on it. Sometimes you don't see the most obvious ;-) Since my gateway is relatively close to the controller (Domoticz on a Raspi), I can do a hard reset of the gateway (via Raspi GPIO), which should resolve the issue. Cheers Josh
  • 0 Votes
    9 Posts
    5k Views
    T
    @Chester good point, but I was restarting the arduino and still couldn't get this to work correctly. Also, the missing "end" was just missed out of the paste here, it was in my code.
  • Protocole radio for new device

    Development radio arduino raspberry protocole
    9
    0 Votes
    9 Posts
    4k Views
    J
    @AWI thanks for pointing me to the doc it look great ! I will give it a try :)
  • 0 Votes
    2 Posts
    2k Views
    hekH
    I think the something about order of initialisation was changed that fixed this problem. Try 1.4.1
  • 0 Votes
    5 Posts
    9k Views
    F
    Hey there @Chaotic ! This is Fay from codebender.cc Thank you for using codebender! I just wanted to let you know that one of the sketches you are using in this comment has been deleted and so it is not available for users to view it. Let me know if you have any question. :)
  • 2 Votes
    12 Posts
    9k Views
    K
    @AWI said: Can you share what is in the box? I am getting curious.. [image: upload-b4b8c6d2-ace5-400e-90c9-4c4dcfd4d4aa.jpg] arduino_nrf24l01.rar
  • Soil Tensiometer Sensor Network

    My Project arduino mysensor 1.4 nrf24l01+pa+lna
    39
    0 Votes
    39 Posts
    23k Views
    nervusvagusN
    following this thread loosely. I have the following sensors and they seem to be accurate to some degree: http://www.aliexpress.com/item/DFRobot-Capacitive-Analog-Soil-Moisture-Sensor-3-3-5-5V-Corrosion-Resistant-with-Gravity-3-Pin/32574020064.html?spm=2114.01010208.3.2.P99ddH&ws_ab_test=searchweb201556_0,searchweb201602_1_10037_10017_507_10033_10032_10040,searchweb201603_1&btsid=8d3b5e46-a069-441a-a1f7-491ae7e317e1 and they are much easier to work with Arduino compared to Watermark stuff. Anyone agree?
  • Using Pin Change Interrupt (PCINT) for wakeup

    Development interrupt arduino
    6
    0 Votes
    6 Posts
    8k Views
    hekH
    Or use development branch where this dependency has been removed from the library.
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    4 Posts
    3k Views
    BulldogLowellB
    @brettzky84 there is TONS of this on the Vera website, and many many folks are connecting them with a (serial I think) interface that you may buy and the plugin @Dwalt mentioned.

18

Online

11.7k

Users

11.2k

Topics

113.1k

Posts