Se necesita:
- Entorno de programación Arduino IDE 1.5.x
- Un cable USB para el Arduino MEGA.
- Librerías:
- SPI.h (estándar, incluida en Arduino IDE)
- Ethernet.h (estándar, incluida en Arduino IDE)
- Webserver.h (Descargas)
- EEPROM.h (estándar, incluida en Arduino IDE)
- EEPROMAnything.h (Incluida en Masterserver.zip)
- LiquidCrystal.h (estándar, incluida en Arduino IDE)
- Wire.h (estándar, incluida en Arduino IDE)
- DS1307RTC.h (Descargas)
- Time.h (Descargas)
- Base64.h (Descargas)
- OneWire.h (Descargas)
- RF24.h (Descargas)
- RF24Network.h (Descargas)
- RF24NetworkRL.h (Incluida en Masterserver.zip)
- pgmspace.h (estándar, incluida en Arduino IDE)
- MudBus.h (Descargas)
- DallasTemperature.h (Descargas)
Hi,
ResponderEliminaris it possible to build the Ethernet shield in top of the mega 2560 , insteat to build it parallel?
and which type for mudbus.h should i take?
EliminarYes, it is. You can put the ethernet shield over Arduino Mega.
ResponderEliminarI use Mudbus library, you can download here http://www.controlomicasa.com/descargas.html. (I added the file!)
It's necesary to modify original mudbus.h:
Line 32 to
#define MB_N_R 16
and Line 33 to
#define MB_N_C8 32
or you can download the modified file here: http://www.controlomicasa.com/MudbusCONUCO.zip
Ramón
Este comentario ha sido eliminado por el autor.
ResponderEliminarMartin,
ResponderEliminarIt is not possible to put the ethernet board on top of the arduino board. The arduino board is placed with the components down. I tried to build a flat box as possible.
Ramón
Hi Ramon,
ResponderEliminarthanks for your quick response.
I like to try to build in a quader form. When i look to the circuit board, it would be possible. I can snip some pins of the Ethernet board off. When i find time I will test it and give you a reply.
Hi Martin,
ResponderEliminarI designed and produced a small number of "stacked" PC. It includes sockets for:
-Ardunio MEGA 2560
-Ethernet shield
-EEPROM 24LC512, 64kb
-Tiny RTC
-NRF24L01 radio module
-TX 433.92 MHz
-RX 433.92 MHz
You can view photos here: http://hagaloumismo.blogspot.com.es/p/fotos-v3_17.html
Ramón