Search found 10 matches
- Sat Oct 06, 2007 2:08 pm
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
Hi Been really busy at work, so havnt had much time to work on the tool. Ive slammed together a very alpha release in case anyone want to take a look. I t can be found at http://rapidshare.com/files/60672364/remotelog_0_1_alpha.rar.html The file contains a very simple readme file detailing the depen...
- Mon Oct 01, 2007 9:24 pm
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
- Mon Sep 24, 2007 7:35 pm
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
Another quick update. The tool is basicly done at this point, and I expect to toss the source online on thursday. Another member of my study group have the NXT at the moment, and I just want to perform a quick check for stupid bugs before releasing it. It is now possible to zoom around in the captur...
- Mon Sep 24, 2007 12:03 am
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
A quick progress update. I'm pretty close to being finished with the feature set I plan for my own use. Left to do is the posibility of scrolling in the data after logging have ended, some sort of export, as well as changing to use circular buffers, so that the program doesnt slow down when you run ...
- Thu Sep 20, 2007 1:24 am
- Forum: NXJ Software
- Topic: NXJ 0.4.0 Beta Bug Watch
- Replies: 15
- Views: 96523
- Thu Sep 20, 2007 1:14 am
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
A quick update. I've restructured the code on the nxt-side to get around the constant pool limit, and ive implemented the ability for the client side code to signal additional meta-data about each channel. The initialization code //Establish remote log connection RemoteLog log = RemoteLog.waitForCon...
- Wed Sep 19, 2007 12:19 am
- Forum: NXJ Projects
- Topic: Bluetooth data logging and debug on the nxt
- Replies: 19
- Views: 10227
Bluetooth data logging and debug on the nxt
Hi I've been working on a tool that makes it possible for my leJOS programs to report sensor readings and other values back to a computer in real time. The system is based on the notion of channels, which you create a number of as your nxt program starts up. A channel allows you to sample specific t...
- Mon Sep 17, 2007 9:57 am
- Forum: NXJ Software
- Topic: Size limit on bluetooth packets
- Replies: 3
- Views: 2227
- Sun Sep 16, 2007 9:39 pm
- Forum: NXJ Software
- Topic: NXJ 0.4.0 Beta Bug Watch
- Replies: 15
- Views: 96523
- Sun Sep 16, 2007 4:05 pm
- Forum: NXJ Software
- Topic: Size limit on bluetooth packets
- Replies: 3
- Views: 2227
Size limit on bluetooth packets
Hi Im fooling around with some nxt->pc communication in order to get a grip on the concepts. My goal is to use bluetooth to send some sensor readings and such back to a pc for a high level action planning. I can see that the current implementation sends each byte in a seperate BT packet, which gives...