Page 1 of 1
Nano Easy
Posted: 10 Dec 2016, 16:24
by Martinus
Another node type added to the list:

- EasyNodes.png (28.44 KiB) Viewed 30584 times

- NanoEthernet.jpg (53.62 KiB) Viewed 30584 times
Very limited webgui: (if it runs at all...)

- NanoEasy.png (4.93 KiB) Viewed 30584 times
You'll have to compile this yourself, source available:
http://www.letscontrolit.com/wiki/index.php/NanoEasy
Re: Nano Easy
Posted: 10 Dec 2016, 18:44
by iron
Sweet Martinus !!!
HVAC devices mainly housed in steel enclosures raise WiFi connectivity issues so I put together an Ethernet based ESP PCB with passive PoE support that fulfills many cases meanwhile eliminating the need for powering the device locally (powered directly from PoE switch). All that in the standard arduino IDE
ESP easy supporting that combo would be a great asset.
Re: Nano Easy
Posted: 11 Dec 2016, 21:45
by kniazio
Will it be available for Arduino Uno?
Re: Nano Easy
Posted: 12 Dec 2016, 15:31
by Martinus
kniazio wrote:Will it be available for Arduino Uno?
It should work on Uno, Nano, Pro Micro and any other board with an Atmega328 chip as long as an ENC28J60 module is connected to the SPI bus
Re: Nano Easy
Posted: 12 Dec 2016, 15:51
by timsson
... works
but, it is to hard for me implement mqtt correct..
is this the right library?
https://github.com/njh/NanodeMQTT

- nano.JPG (24.21 KiB) Viewed 30484 times
Re: Nano Easy
Posted: 12 Dec 2016, 19:50
by kniazio
Martinus wrote:kniazio wrote:Will it be available for Arduino Uno?
It should work on Uno, Nano, Pro Micro and any other board with an Atmega328 chip as long as an ENC28J60 module is connected to the SPI bus
What to do if someone has W5100 ethernet shield?
Re: Nano Easy
Posted: 28 Dec 2016, 21:22
by kniazio
What to do if someone has W5100 ethernet shield?
Re: Nano Easy
Posted: 01 Jan 2017, 18:26
by Dylantje
mmm
What are there for more options possible with this nano/arduino easy?
Or just because it is possible?
Re: Nano Easy
Posted: 08 Feb 2018, 21:04
by jaras231
Hello
Unfortunately, I can not compile nanoeasy compilation

I need nanoeasy and dallas to read the temperature
Can any of you help me, submit a compiled file?
Or maybe some tutorial on how to connect ENC28J60 to espeasy?
Re: Nano Easy
Posted: 10 Feb 2018, 21:13
by Martinus
The Nano source only supports reading an analog or digital port and the Dallas code wouldn't fit the progmem anyway. A dedicated sketch might still be an option for this kind of hardware.
I assume there's a reason you want to have a wired connection. Arduino Mega + W5100 supports a dallas sensor on wired ethernet with an experimental version of ArduinoEasy.
Of wait for uPyEasy and use a hardware board like Orange Pi Zero that has a hardware ethernet port. Only around 12 dollars...