how to get roomnode id?
I just took delivery of a jeelink usb v3 and jeenode v6 with room plug.
I managed to flash the jeelink with hahcentral.hex and the jeenode with roomnode2.hex
When i run microcom -s 57600 /dev/ttyUSB0 with the jeelink connected it reports:
[HAHCentral.1] D i4 g212 @ 433 MHz
We've only verified operation on the HAH with the attach cable from the Shop and with the Sparkfun FTDI cable adaptor. If you are using a cable to hookup to a PC/MAC ... you are into unchartered territory.
Derek.
Just trying to find out what part of the wiki write up is unclear on the jeenodes so the documentation can be improved. A few people seem to be coming unstucking getting these setup.
Edit: I've modified the wiki page on flashing the nodes to try to clarify where I think people are getting lost.
Brett
You should only every run xap-plugboard once you have stop any other plugboard script... you can't run two! If you want it run it manually you can but this is only useful when debugging and saying that only if you have debug enabled in your applet. Do a ps and make sure plugboard.lua is not active before running xap-plugboard.
That stack trace would indicate that you made an editing error when configuring the applet - what I don't know.
ALSO you CANNOT and MUST NOT run xap-serial AND microcom to the jeenode at the same time.
Fire up xFXviewer and check the output for the xap-serial program this way.
Brett
Hi,
I had this problem when running on Windows 7 - make sure your firewall on the PC is either disabled or configured to allow the xAP messages through, also, you need to run the xFX Viewer as Administrator.
Hope this helps,
Andy.
xFXViewer between release v3 and v4 a significant change was made.
V3 did not require a hub. V4 does require a hub, use the xFx-Express Hub.
If you don't run a hub on your windows box V4 will return ZERO data.
Personally the only thing I run on windows is xFXviewer anyway so I just run V3 when I need to examine the xap packets. Its still just as functional as V4 and I don't have to start yet another program before I use it.
Attachment | Size |
---|---|
xFXViewerInstallerV3.zip | 777.33 KB |
You don't need to use wget to get a sample jeeNodeApplet.lua program onto your HAH just copy the one out of the sample directory that is shipped in the HAH
# cp /etc_ro_fs/plugboard/samples/jeenodeApplet.lua /etc/plugboard
Then edit away - I'll add this to the wiki note :)
As you are getting OK reports the Central + HAH are working fine - the bug is with the hardware on your roomnode. Make sure you have correctly orientated the daughter board and its connected to the right ports.
data = "OK 1 0 0 0 0", <-- this is what we expect to see MINUS all the 0's of course.
This means that the sensors on your roomboard are not working, so its a wiring issue.
ALSO: The HEX file that is supplied called RoomNode2 is setup to work with the DS18B20 temp sensor. If you have a room board from JeeLabs and have the SHT11 connected you will need to use THEIR code and compile that up with the right configuration for the sensors you have installed. Its output is however compatibile with the HAH backend.
Brett
Good stuff looking forward to reading about your experience in your blog. Don't go too crazy buying jeenode stuff we aim to have our own boards very soon which should be cheaper than Jee.
Ineed it should be HAHCentral.hex I've updated the wiki notes.
Brett
PS: If anybody feels the need or wants to get wiki R/W access so they can assist with documentation do let me know ;)
Brett,
Happy to add some of my notes to the Wiki and provide some 'walk-through' type stuff if you like?
Andy
p.s. also interested in the HAHNode HW when it becomes available :-)
Unforunate the wiki pre-dates the HAH by several years and its a seperate entity. If you create yourself a username/password I can grant you access to the part of the wiki you'll be able to update.
You are NODE 4 and 433Mhz.
Adjust to 868Mhz and make it node 1.
Brett