Search results

  1. M

    AXE132

    Is it possible to use a AXE132 to drive a Hitachi HD44780 display, with serial input? Thanks, mas11
  2. M

    wireless signal

    Is there a way to check and see if a signal is coming in from the receiver on a 433mhz system. I would like to know if the transmitter is sending a signal or not sending a signal. If not, then I would like to have a message displayed on the lcd stating that there is no signal. I finally got the...
  3. M

    Problem with voltage

    I am once again having trouble measuring voltage. I have had good success with 20 volts but am having trouble with 9 volts. Code is enclosed below. I have search the forum for answers but I can't seem to get any of them to work right. Probably my fault because I am very poor at math. I am...
  4. M

    LCD#117

    I recently purchase a 4x20 serial LCD#117 from Modern Devices and am having trouble getting it to read data. The start up screen comes on OK but when it reads the data, all I get is a bunch of X' at random locations on the display. I think I am not writing the code properly. I contacted Mr...
  5. M

    Nkm2401

    Hello Again, I took the advice of the members and researched the articles on sending and receiving data using preables and qualifiers. I also discovered that I can not be close to my laptop when testing as there seems to be interference from either my wireless mouse or my wifi because when I...
  6. M

    Decimal points

    Hello everyone. Thank you for your past help in solving my problems with programming. I am trying to build a wireless speedometer for my G scale train that will display real time speed with scale speed. believe I have the math worked out correctly, but when trying to display the real time...
  7. M

    reading voltage

    I searched the forum to find out how to read voltage from the adc input. Found the following code but can't get it to read the correct voltage. Do I have to change the binary to ascii in order to read it? Code is below. When using debug, no values appear in the w5 or b8 window. Thank you for...
  8. M

    433Mhz

    Can anybody tell me why is the code below, you need the 85,85,85,85, before the rest of the string? Also I noticed in other programs that use this 433mhz transmitter/ receiver system, some use just the letter U, U,U, instead of the 85 why? Thank you, Mas11 tx: ' 434MHz UHF transmitter &...
  9. M

    OLED

    I bought the new OLED seriaal 2X16 display and am trying to get the degree symbol to display on the screen with no luck. Can anybody tell me the code I need to display this symbol.(◦ ) Also., how do you read the character table that comes with the OLED? I don't understand the LLHL or any...
  10. M

    pwnout

    Can anyone tell me why when using a 14m2 chip and the pwmout command(b.2,25,52), I should get 38khz, but I get 154 khz instead. I am using the chip in the multimode condition. So I am using the start0 command at the top of the code. As loug as I don't use the start command, I get the 38khz...
  11. M

    programming problem with count command

    Hello All. I am back after taking advice from the members on trying to light a few LED's before trying any harder programming. So I have been flashing LED's and making them blink, turning them on and off, making sounds and so on, but I am having trouble with the count comand. If you remember I...
  12. M

    programming

    Hello, I am new to this forum and also to the PIC line of processors. I don’t have any experience with this chip or its programming or much experience in electronics. I need to know if anyone can help me with a design to start and stop a motor using the movement of the car as a switch. In other...
Top