Changes between Version 12 and Version 13 of WikiStart
- Timestamp:
- 2011-01-04 00:05:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v12 v13 8 8 9 9 == Gateway hardware == 10 [[Image(enocean_schema_all.png, right)]] 10 11 11 [[Image(enocean_schema_all.png, right)]]12 12 The [http://www.enocean.com/en/enocean_modules/datasheet_TCM120_02.pdf TCM120] communicates using a serial TTL protocol and can easily be interfaced to a computer using RS232. I prefer to use platform independent hardware so the interface is a RS232 TTL bridge to a network socket. For this the [http://www.eztcp.com/en/products/cse-m73.php Sollae CSE-M73] was used. 13 13 … … 16 16 Next connect a 5v power supply to both the TCM120 pin 15 is 5v and pin 16 is GND and for the Sollae RS232 pin 1 for 5v and RS232 pin 4 for GND. 17 17 18 18 19 == Setup hardware == 20 [[Image(enocean_sollae_setup.png, 60%, right)]] 19 21 20 [[Image(enocean_sollae_setup.png, right)]]21 22 When the hardware is all done, connect the device to the network and check your dhcp server to see which ipaddress is given to the device. Download the ezmanager tool from Sollae and look for the device. When you communicate with the device, I use virtualbox on a mac with a windows image to start the ezmanager tool, look for the settings page and configure according to the settings in the next screenshot: 23 24 22 25 23 26