To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.rcxOpen lugnet.robotics.rcx in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / RCX / *9870 (-20)
  RE: multiplex 2 touch sensors on a single RCX port
 
Sorry, I don't mean the duration, not hysteresis. -----Original Message----- From: news-gateway@lugnet.com [mailto:news-gateway...ugnet.com] On Behalf Of Elizabeth Mabrey Sent: Monday, June 02, 2008 6:11 PM To: lugnet.robotics.rcx....lugnet.com (...) (16 years ago, 3-Jun-08, to lugnet.robotics.rcx.robolab)
 
  multiplex 2 touch sensors on a single RCX port
 
I have these 2 touch sensors multiplexing on the same input port. Their raw values are 47 and 39. I tried to set up 2 separate events, one for the range of 45 to 50 and another one for 35 to 40. However, the one for the lower feedback often set off (...) (16 years ago, 2-Jun-08, to lugnet.robotics.rcx.robolab)
 
  Re: Remote control RCX by mobile phone
 
Dear Zhengrong Zang I don't thing that this will be work because as far as i know mobile phone's using the irda protokoll like on the pc's to comunicate to mobilephones and other devices. The protokoll is the same: baud parity and stopbit but it (...) (16 years ago, 30-May-08, to lugnet.robotics.rcx)
 
  Re: RCX Serial Hardware Hack
 
Dear Claude (...) A: Thank you for finding the PDF. (...) A: I will check ( measure the Voltage on the IF LEDS) should be approx. 9V betweem LED and Transistor if everything is off. (...) A: Now i had success . It works. (...) I have allready done (...) (16 years ago, 29-May-08, to lugnet.robotics.rcx.legos)
 
  Re: RCX Serial Hardware Hack
 
Dear Matthew (...) A: Now it works with 4800 baud via bluetoothconnection . There was a couple of Problems. 1) At first i tried with the USB Tower but i coult only swith to 4800 bauds but there is no possibilty to change parity. 2) With the serial (...) (16 years ago, 29-May-08, to lugnet.robotics.rcx.legos)
 
  Re: RCX Serial Hardware Hack
 
"Claude Baumann" <cbaumann@ci.educ.lu> wrote in message news:K1E031.y4@lugnet.com... (...) I was able to retrieve it from archive.org - (URL) . (16 years ago, 28-May-08, to lugnet.robotics.rcx.legos)
 
  Remote control RCX by mobile phone
 
I try to make a appli that executed in mobile phone, it can control RCX. The mobile phone's SDK provides class RemoteControlData with some methods as below: setPulse(int leader_on, int leader_off, int trailer_on) leader_on: start bit High period (...) (16 years ago, 27-May-08, to lugnet.robotics.rcx)
 
  Re: RCX Serial Hardware Hack
 
(...) The carrier should be quiet in any case, because it disturbs the TX signal. (...) We tried this,but it didn't work. Why, because the transistor will drain some current, if the emitter has positive voltage and the base goes low. If the carrier (...) (16 years ago, 24-May-08, to lugnet.robotics.rcx.legos)
 
  Re: RCX Serial Hardware Hack
 
Glad to hear it is working--thank you for the update. If I may ask, I have a few questions-- * So if I understand these posts correctly, 4800 baud now works with the IR connection and not just with the hardware hack? *A couple posts from Dick Swan (...) (16 years ago, 24-May-08, to lugnet.robotics.rcx.legos)
 
  Re: Success
 
Hi I have implemented the stuff // and set the port6<7> pin LOW. Now the upper PNP transistor isn't conducting anymore. Now TX and RX works Here are the program #include <lnp.h> #include <conio.h> #include <string.h> #include <lnp-logical.h> (...) (16 years ago, 20-May-08, to lugnet.robotics.rcx.legos)
 
  RCX Serial Hardware Hack
 
Hi As allready described in a other thread i have build a bluetoothconnection between pc and the RCX. There is one thing that the serial bluetooth is only available to tx/rx with a minimum from 4800 baud. At first i compiled brickos 0.9.0 with (...) (16 years ago, 20-May-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
(...) I have found the thread, its in (URL) is a also a 2 thread in (URL) the usb tower dll. and a c program called joybricxsrc.zip I looked short in the header files LEGOUSBTowerioctl.h and there is a posibility to set the speed #define (...) (16 years ago, 3-May-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
.Sorry for the delay Now i am in italy , triest. so i just do a short look in the messages. Thanks for the answers. In meantime i recogmised too that there is no serial baud rate change in the dll for the usb. I think i have something at home what i (...) (16 years ago, 3-May-08, to lugnet.robotics.rcx.legos)
 
  RE: brickos 090 problem no program download with CONF_LNP_FAST
 
Somewhere in the bowels of the header files within the RCX SDK is a list of "IODEVICE control commands" which does include description of messages required to change baud rate on the USB tower. I am assuming you're not using the LEGO Windows DLL (...) (16 years ago, 30-Apr-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
Hello Bernhard, (...) I just checked the source code. There is no speed setting for usb tower in the code. If you look into firmdl3 you also find that fast mode is disabled for USB, because it doesn't work. I think the USB tower sends at 2400 baud (...) (16 years ago, 30-Apr-08, to lugnet.robotics.rcx.legos)
 
  RE: brickos 090 problem no program download with CONF_LNP_FAST
 
You should scan for some old posts by either John Barnes or Philo concerning the different "IR transceiver" chips used between RCX 1.0 and 2.0 and between serial vs USB towers. As I recall: Serial tower can only transmit 38 KHz carrier. It's IR (...) (16 years ago, 30-Apr-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
(...) Now i have success ! !) i made to directorys brickos-0.9.0_orig with //#ifdef CONF_LNP_FAST in /boot/config.h and util/dll-src/config.h and brickos-0.9.0_pat48 with #ifdef CONF_LNP_FAST in /boot/config.h and util/dll-src/config.h 2) compile (...) (16 years ago, 30-Apr-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
Hello Jochen At first i was astonished, that somebody is answering so fast, because in the last 2 years there is not much conversation here. (...) I am not completly shure about your question concerning standart HW. I use the USB Tower and the (...) (16 years ago, 30-Apr-08, to lugnet.robotics.rcx.legos)
 
  Re: brickos 090 problem no program download with CONF_LNP_FAST
 
Hello Powolny, > > I build allready a bluetooth connection between the pc and the rcx . The > bluetooth module (BTM-222) supports the spp serial protocoll only for 4800 or > higher baudrates. But it is cheap in comparsion to other ones. Costs about (...) (16 years ago, 29-Apr-08, to lugnet.robotics.rcx.legos)
 
  brickos 090 problem no program download with CONF_LNP_FAST
 
Hi I build allready a bluetooth connection between the pc and the rcx . The bluetooth module (BTM-222) supports the spp serial protocoll only for 4800 or higher baudrates. But it is cheap in comparsion to other ones. Costs about 14 Euros. Look here (...) (16 years ago, 29-Apr-08, to lugnet.robotics.rcx.legos)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR