You can make your own and just buy some of the parts from them. Then you will save some money and learn from the experence. If you would like some ideas...
I have a working BasicX-24 system which takes keyboard on/off messages and creates MIDI messages to an electronic keyboard. This has worked fine for over a...
... to 45). I am only sending single notes (3 bytes each) ... I don't know much about MIDI on the BX-24 beyond the rate issue, but I have an unrelated...
Hello I need to multiplex one of the ADC pins of BasicX in order to receive signals from 4 analog devices...(Of course using 2 digital pins for address...
I have 3 sources/destinations using serial I/O So I have defined 3 different I/O queues. Is there anything I have to do when switching the com3 port to a ...
Hi, Check LTC 1390 from Linear technology If your are not limited by I/O pins. This mux is driven by 3 lines and is control serially by software control. ...
... You can also use an outboard A/D converter, like the Microchip MCP3204. This has an SPI interface so it uses only one of the general IO pins on the BX...
I am considering using a BX-35 for a project and I have a few questions. First, from posts in this newgroups, it looks like to use more than 2 UART's you...
Hello, I'm working on a project to connect the BasicX-24 to an eb505 Bluetooth transceiver from A7 Engineering. I am trying to issue a "connect to the MAC...
Rich, One thing that has been mentioned with respect to changing the clock frequency is that the serial baud rates will change as well. Unless you can set the...
... board=technicalmb&action=display&thread=1104250898&page=13 ... googled it, got 2 replys, one 404 and the other one you posted, thatone referrs to...
... calibrate it. Tom Handley vanished in late 2005 and his work seems to have vaporized, too. The Hitachi HB55B is similar to other two-axis magnetometers...
Is it possible to use a mechanical gimbal<http://en.wikipedia.org/wiki/Gimbal> to keep the compass level? ... -- Scott http://robotbuilding.blogspot.com/ Minds...
I tried our suggestion, however I was pretty sure I hooked them up properly before, and the result did not change. I'm going to connect a new 505 chip and see...
I guess I answered my own question by reading the info on the honeywell website. I had no idea there was so much stuff out there for compassing. I am...
Hi everyone. I am currently developing a distributed wireless acquisition system based upon a Basicx BX-24P. Each acquistion point has essentially one BX-24P,...
... Yes, with difficulty, IMO. You can also steer a level compass module with a servo, though, itself controlled by a tilt sensor. Here's an approach I tried:...
... The top photo looks like a Parallax HM55B is in the BOE breadboard. With a drive motor or two only 10cm or 20cm from it, you will not see good compass...
... pics... ... breadboard. ... see ... heavy ... varying ... directions, ... and ... of the ... compassed ... of some ... probably only there for testing at...
... the motors... and I always have everything turned off while measuring... The aluminum won't offer much protection. The motors are just too close, I think...
The basic algorithm is as follows: for t = 1 to 16 number = 2^t next I can post the actual code at some point soon, but the basic relevant info is above. ... ...
... Oh! The loop count as an exponent! All parameters must be floats. Try: sub Main() dim t as byte, number as single for t = 1 to 16 number = 2.0 ^ csng(t) ...