Thanks Mike, I don't understand something. If I use PWM like says the app note simultaneously with other tasks, will be the PWM signal interferred? About the...
... Not unless you use something else that requires Timer1 such as InputCapture or OutputCapture. See page 28 of the Operating System reference for more info....
... interferred? Once PWM is started, it will endlessly continue as set. Nothing will interfere with it unless it's timer is changed - by functions that use ...
Is there any way to send data from BX24 to PC or from BX24 to another microcontroller other than placing them in a byte array to be sent by com1 or com3? i am...
lilith182@...
Jun 1, 2005 6:07 pm
18960
Jim, Thanks for the reply. It seems i'd somewhate stumbled on the solution before actually, ( the external pullup) but didn't really know why it worked. No I...
Kevin
p@...
Jun 1, 2005 7:20 pm
18961
... microcontroller other than placing them in a byte array to be sent by Com1 or Com3? At the risk of sounding flippant, you can transfer data between any two...
... From the information provided you can see that the signal interface is parallel. There is a good chance that it is HD44780 compatible. You can try it to...
Hi guys, What i am trying to do is to connect on the same servo a basicX and a receiver.The main problem though is that when i have the ground of the battery...
Greetings all - I just received my first bx-24 and I have hit a snag. I can't seem to get the unit to stop going through its "hello world" diagnostic routine....
ari, Check out the following message: http://groups.yahoo.com/group/basicx/message/18893 it is likely that your TX, RX , and GND are good, but your DTR / ATN...
I'm trying to make a drum trigger to MIDI converter with a BX-35. In order to communicate at MIDI's baud rate of 31,250 I was thinking about either using the...
Without knowing what your setup is exactly Nainead, I can't comment. All I can say is that if you have different power supplies on different peices of...
The connection is fairly simple: The servo connected to basicX on pin 6 and the servo connected to the receiver on channel one from where it draws power(the...
Naimead, I did something like this for a project wherein my BX-24 "took control" of a throttle servo on an electric-powered RC plane depending on certain...
Fixed! You were correct. There is a jumper on the board to enable the DTR pin; it was not connected. Thanks for the help. ari ... is not present on the olimex...
Well, the most simplistic method uses one inverter and two AND gates. One AND gate gets the "listen" signal plus the CPU's PWM signal. The other AND gate gets...
The 74HC244 might be a good canidate. One BX pin on the output, the other for the enable. Just have to make 100% sure that your BX pin is an input while the ...
... gates. ... not ... One 74x00 will do: A = Receiver B = CPU PWM C = Select C' inverted C created by one gate D=A*C (one gate) E=B*C' (one gate) Out=D*E (one...
... Or, for a simpler-to-connect 1-IC solution just use a 74x157. This is a quad 2-1 multiplexor. With a single "select" signal you switch 4 different...
naimead, I like Ingvar Esk's 74x00 approach assuming you don't want to use the BX-24 for this. On one side, you have to add an external chip, on the other, you...