Hello Wim Could you please clarify me about the differences between the Siteplayer and the TelnetSiteplayer modules? In my application I need to connect a BX24...
Hey Guys, I am a new BS2 owner and I love the chip except I ran out of the 2K memory. I am working on a DTMF to Iambic Morse code project. Eventually I want to...
The BasicX 24 is pin for pin identical. If you have a carrier board for the Stamp you can just pop it in. The coding is very different, though easily learned...
I did the same thing except on BX-24P itself and I didn't even have a terrible cold. I pays to double check your connections or have a robust protection...
I worked on a project where all of the perf boards we build had a reverse biased diode in case of a negative spike a person can have the diode clamp the...
If you can use a diode to protect your circuit I think it's a good idea. Either use one forward biased when polarity is correct if you can lose the 7/10Th's of...
I am new to the bx 24 and for a starter project I have designed a tracking solar panel system. I have two small panels that i would like to compare voltages...
Hi, Did you check the voltages at the pin 13 and 14. Make sure that you have voltage. It is possible that your op amps are not working right. Also you can...
Paul Without looking carefully at your logic, I would put the two getADC steps oustside the loop for a start so that you are sure they will run. Looks to me as...
Hello, I was having a hard time finding the documentation for bitwise operations on BasicX. In a C compiler for other mcu, I could use operands like >> to do...
Hi, I never see that in BX24. Parallax does but I never ran it in BX24. Normally to shift left I multiply by 2 or to shift right divide by 2 . Regards, ...
Yes, I'm a newbie, and have not done any real prototyping as of yet. I've experimented with the NetMedia supplied jumper cables for their sample apps but now...
I prefer to cut varying lengths of solid copper telephone wire. Easily available, small enough to not damage header sockets, strong enough for perf boards....
I have used wirewrap wire in the past it is 30 gage. At first i tried to use the wire wrap tool but soon started to use this type wire just soldered from chip...
Hello everybody.... I used to think of my self as an experienced user ....up until today. I have builded -a long time ago- a common position controller with 2 ...
Hello I would suggest you to check the four communication lines: TX, RX and GND should be working properly... I wouldn't be so sure about the DCD line. If you...
The line I was mentioning is called ATN line (pin#3), it is for serial donwloading...If it is broken, you will still be able to receive data but will NOT be...
More likely that you cannot get the attention of the chip because the processor is in a tight loop. Try starting the download with no power turned on to the...
I agree. I mistakingly used the term perf board where I should have used solderless bread board ( the insertion type dev board ). I too use wirewrap wire for...
Don, Thanks for the feedback. I realized that I needed to be more specific in my question. I also wanted to know if I can do solderless prototyping with...
Daniel, Thank you for your suggestions. In reviewing the BasicX Development Station circuit diagram, it appears NetMedia included the back biased diode (D9)...
you could use header pins soldered into the dev board. Solder ic sockets underneath to the headers. Use 18 or 20 pin sockets and place smaller ic's to the pin...
hi im interfacing my bx-24 with a C# program. It will send the 2 bytes to the bx and the bx will recieve it, but for example if i send byte 1 from the pc the...
Hi guys, I am new to using control circuits, but understand the basics. I have a few questions about a project I am working on at school. We are designing an...
Hi, I was trying to install basicX enviroment but it hangs after starting setup.exe with no message at all. My system: WinXP home SP3 2Gb RAM Laptop Toshiba...
... No, Delay and Sleep use ticks (~1.95mS). You can, however, use PulseOut to pin 0 (no pin) to achieve short pauses with ~1uS resolution. Read the...