 | | Re: leJOS & BricxCC news
|
|
(...) works (...) and (...) as to (...) BrickOS (...) both (...) I'm no expert on leJOS, but I've experienced a similar problem with my LDCC firmware and the NQC downloader. Originally the memory sequence in my .srec file was non-contiguous (i.e. (...) (23 years ago, 29-Aug-03, to lugnet.robotics.rcx.java)
|
| |
 | | leJOS & BricxCC news
|
|
I have BricxCC compiling and downloading leJOS programs now. The support for leJOS is integrated in much the same way as BrickOS support is. BricxCC generates a Makefile and executes it using Bash. So GNU make and bash are required for it to (...) (23 years ago, 29-Aug-03, to lugnet.robotics.rcx.java)
|
| |
 | | IR Tower not responding
|
|
Hi there, Can someone please help? I've just installed LeJOS for Windows as instructed in (URL) However, when I call firmdl.bat, I get an error message which reads "Tower not Responding". I find this really odd because the IR tower blinks green when (...) (23 years ago, 11-Aug-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communicating between two RCX'es with cable
|
|
Hi chris, (...) Kuhl - let me (us) know when it's there... (...) // Martin (23 years ago, 2-Jun-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communicating between two RCX'es with cable
|
|
(...) Ok I will try to make it this week. You should find it soon on my site: (URL) kind of cable would be useful to pilot 2 RCX with the VISION COMMAND. Chris (23 years ago, 1-Jun-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communicating between two RCX'es with cable
|
|
Hi, (...) Because I want the IR ports free to use along with proximity sensors. (...) Well, if it is not too much to ask... :-) But nevertheless, LejOS should support some low level output handling on A-C before I could use it... Regards, Martin (23 years ago, 1-Jun-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Communicating between two RCX'es with cable
|
|
(...) Why do you want to communicate with a cable when you can use IR transmission ? I think this IR transmission very easy to use and in this case you could use 6 sensors and 6 motors together. May be the use of LejOS is the reason....(I don' t (...) (23 years ago, 31-May-03, to lugnet.robotics.rcx.java)
|
| |
 | | Communicating between two RCX'es with cable
|
|
Hi there, Long time, no see - I've finally managed to dig out my Lego once again... First of all; I'm very pleased to see the outcome of LejOS 2.x - with Proximity, LLC, integration of rcxcomm, etc. Now, I was wondering if it would be possible (...) (23 years ago, 30-May-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Sound.playTone
|
|
thanks Roger I think if the sirene is kept working for long time, it starts to get out of sync. Probably because the instructions in the for loop also takes some time to execute. I'm away from my rcx for many months and i don't remeber if i took (...) (23 years ago, 22-May-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Sound.playTone
|
|
Hi Daniel, (...) True (...) This does not seem to be a problem with my code; Motor.A.forward(); for (float x=0; x<1000; x+=0.1f) { int sx = (int)(Math.sin(x)*10.../calculate sine once Motor.A.setPower(3+3...0);//avoid negative power (...) (23 years ago, 21-May-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: R: Upgrade RCX?
|
|
Hi, the board is still under development, do far I dont have any PCB layout. All is done on a prototype board and not all comonents tested yet. A simple port of BrickOS is also not possible, because of the complete different structure of the µC. I (...) (23 years ago, 21-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
| |
 | | Sound.playTone
|
|
hi The Sound.playTone method always return immediatly. It seems that it only puts the information in a queue, which is then played in background. This can be good but can also be a problem to control the program behavior. For instance, i want to (...) (23 years ago, 21-May-03, to lugnet.robotics.rcx.java)
|
| |
 | | R: Upgrade RCX?
|
|
I'm using Lego MindStorms for didactical laboratory at Politecnico di Torino. I'm interested in your project. I have two questions: Would it be difficult to reproduce in multiple copies your board? How do you solve the problem of porting the (...) (23 years ago, 17-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
| |
 | | Re: Upgrade RCX?
|
|
(...) Hi Rand, I have started an hardware replacement for the RCX. Its based on an 16bit µController, an Infineon (Siemens) C164 with 128kb flash, 128kbSRAM and 64kb EEPROM. The controller plus the all memory is on a module from Phytec "Dipmodule (...) (23 years ago, 17-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
| |
 | | Re: Upgrade RCX?
|
|
(...) take a look at Robobricks (URL) also playing around with such an idea, but smaller (most devices should fit in a 2*4 brick) and faster (115 kBaud bus). My first notes can be seen here (URL) regards, Stef Mientki (...) (23 years ago, 6-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
| |
 | | Upgrade RCX?
|
|
Has anyone ever tried to upgrade the memory in the RCX? ( External RAM that is ). What about upgrade the CPU to 60kbyte PROM version? No need to use expanded mode, then a ton of I/O would be available... Anyone thought about building a RCX (...) (23 years ago, 6-May-03, to lugnet.robotics.rcx.java, lugnet.robotics.rcx, lugnet.robotics.rcx.legos)
|
| |
 | | DATALOG
|
|
Hello! I was wondering if anyone could point me to an example showing the use of DATALOG. I'm trying to test a sensor and then send the values back to the PC, is this possible to do with DATALOG or should I do it using arrays such as the example in (...) (23 years ago, 5-Mar-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: usb from .java best how
|
|
(...) Pat, Lejos 2.1.0 includes JNI libraries that support all forms of RCX comms. The PC Tower class interfaces with serial and USB towers. It lets you send and receive standard Lego packets. The send and receive methods support the Lego firmware (...) (23 years ago, 5-Mar-03, to lugnet.robotics.rcx.java)
|
| |
 | | Re: Plz can someone help me understand an error code in my RCX?
|
|
Hi Gabriel, your program hit an exception. The code is explained very briefly at the beginning of the README: -- Exceptions: Use lejos -verbose. Exceptions are shown in the RCX as [XXXX Y], where XXXX = method_signature, and Y = (...) (23 years ago, 25-Feb-03, to lugnet.robotics.rcx.java)
|
| |
 | | Plz can someone help me understand an error code in my RCX?
|
|
Hi everyone, Im a new Lego Mindstorms user and Im starting with leJOS version 2.1.1 and a j2SDK 1.4.1 platform. I have already made a simple line follower robot with only 1 light sensor. The code was really simple and I use a listener to make it (...) (23 years ago, 25-Feb-03, to lugnet.robotics.rcx.java)
|