... You should be able to find what you need at a boating supply store like West Marine, or BoatUS (now, essentially the same). Boaters use some rugged...
You did not specify what style of fuse you are looking for. I am going to assume AGU type fuse which can be found at most car audio speciality stores. Some car...
sure... almost any Pep Boys, AutoZone or Napa auto parts store. They're designed as alternator fuses. They look just like the little 'spade' style fuses used...
RadioShack carries 60amp fuses and holders, even gold plated one$ Colleagues, Does anybody know where to buy a 12V 60A fuse for a robot? Thanks, Nick [Non-text...
thanks ingvar. thats it. in deed simply inverted. okay to round things up for further generations. 1. i used the resistor bridge to drop the bx- 24's TX from 5...
I am experimenting with an ADXL202. I have been testing it with the two example programs DisplayAngle and DisplayAcceleration. My problem is that I only get 5...
Check out Peter Anderson site at: http://www.phanderson.com/basicx/index.html He has some examples for I2C and sells the parts you would need also. Bob ... ...
Hi, Try using the analog output from the ADXL, and the BX-24's ADC, that way you can get many more readings per second if that is what you need. I've used it ...
Anyone know of an IR rangefinder module that will range from 10 to 60 yards (less and more are OK but 10cm to 30cm just won't do the job)? Ideally, this would...
hi, i hope this helps. changing the duty cycle changes the length of time a pulse is pos. or neg. , but NOT the speed of the frequency or in your case the...
Here is the problem: I attempted to establish serial communications between my BX-24 chip and a PIC16F877 using the I2C code in this site. I configured the...
You said you want a range greater than 30 cm. You can check the rangers at Acroname, there are many IR rangers there, like Gthe P2D12 which has a range from...
Anyone know of an IR rangefinder module that will range from 10 to 60 yards (less and more are OK but 10cm to 30cm just won't do the job)? Ideally, this would...
10 to 60 yards? You need a laser range finder. Check out http://www.laseroptronix.se/dispu/ldm400oem.html for OEM units. Chris ... From: "Joe McDaniel"...
hi, i hope this helps. changing the duty cycle changes the length of time a pulse is pos. or neg. , but NOT the speed of the frequency or in your case the...
It was I while since I did I2C-comm and I don't have my code at hand. But to me it sounds like the PIC is not answering. If the slave doesn't answer and the...
Add me to the list of Don Kinzer appreciators. Ramalyze helped me find 65 bytes of RAM without losing any functionality. It took me awhile to understand what...
I don't think damaged hw is the first thing to come to mind. How about the I2C SW in the PIC or in the BX24. No bugs there? How about timing issues? Could one...
I am currently trying to solve the I2C problem based on your suggestion on timing delays. Somehow some thoughts keep popping on me. Since the BasicX...
Here's a BX-24 method to send a Break (> 100mS space) on Com1: sub SendBreakCom_1() Register.UCR = Register.UCR and not(8) 'disable Com1 TXEN Register.PortD =...
I haven't tried getting a BasicX to Talk to a PIC but I have had both a PIC and BasicX talking via I2c to a LCD from Matrix Orbital. I have little experience...
Thanks Mike, I tried putting a highpass filter (100kohm and .22uF) on Xfilter and Yfilter and then taking a getADC from these. This seems to give a quite good...
Hi all I am 14 yrs and a beginner of BasicX. When I try to compile the "Hello World" example program in the editor, no error occurs. But when I give the option...