Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by betuse

  1. B

    [ARM] Problem with RPM showing on TFT

    strange...
  2. B

    [ARM] Problem with RPM showing on TFT

    RPM need to be app 950, but UART never show number over 255 (one byte)
  3. B

    [ARM] Problem with RPM showing on TFT

    The numbers is from USART tool inside mikroc for arm, with DEC data format, after change the part of code from your advice the received number was 192 152 064 184 082 088 136 064 184 082 088...
  4. B

    [ARM] Problem with RPM showing on TFT

    MikroC for ARM dont support UARTprintString(Txt); only UART_Write(Txt); and UART_Write_Text(Txt); what is better solution to print that string? UART_Write_Text(Txt);? - - - Updated - - - I receive on UART terminal something like this 098 136 099 200 098 128 070 000 116 035 244 017 how can I...
  5. B

    [ARM] Problem with RPM showing on TFT

    Horace, in while (1) I have Cnt procedure while(1){ while(ENCODER == 0); // wait if 0 Cnt++; // Inc ENCODER while(ENCODER == 1); // wait if 1 } Your advice for "if array...
  6. B

    [ARM] Problem with RPM showing on TFT

    TFT display? I will not use it, only measure Cnt from encoder (not convert to RPM), save in array, after 10 sec, send array to PC... how can I create array with 1000 members, each with max 4 digit dec number? also how to send that array via UART?
  7. B

    [ARM] Problem with RPM showing on TFT

    Horace1, my intention is to create only one block of Cnt for 10 sec, and send to PC, not several blocks every 10 sec, baud rate 57600, you ask : why not send a sample as soon as you have sampled it every 100mSec? I think because UART need some time for finish the transfer, to create array and...
  8. B

    [ARM] Problem with RPM showing on TFT

    I think better way will be to store Cnt on array, without TFT write procedure... for example store Cnt on vector every 10ms, do this for example 10 sec, after 10 sec, send the vector to PC via UART, Horace1, can you help with concrete advice how to create vector (probably for example int...
  9. B

    [ARM] Problem with RPM showing on TFT

    Horace1, at the start sorry because I wrote directly to you, but because you help me with concrete solution, I think is not a problem, I have several conclusion: I read RPM app 890 on TFT, but expected value need to be app 2000 RPM, I check my calculations and I think I have a problem with slow...
  10. B

    [ARM] Problem with RPM showing on TFT

    Horace1, one more question for you, according previous project you help me, now I need to save in array, every 1ms, RPM from motor, and send to PC via UART, exactly, every 1ms, I read RPM value, and send to PC via UART i array... can you advice how to send via UART RPM value? RPM is integer, so...
  11. B

    [ARM] Problem with RPM showing on TFT

    Great, it is work, thanks horace1, best regards
  12. B

    [ARM] Problem with RPM showing on TFT

    Horace1, RPM in my case is app 870, your advice working but only for number of hundred's (8), overwriting is still on number of ten's and one's...
  13. B

    [ARM] Problem with RPM showing on TFT

    Yes Horace1, background color is white and text is black, if I understand you well I will try, best regards - - - Updated - - - Me again, to complicated for me right now,
  14. B

    [ARM] Problem with RPM showing on TFT

    Hi collegues, I use EasyMx for Stellaris with ARM C4 mcu, mikroc pro for arm, I measure RPM on DC motor with encoder, and show on TFT every 1 sec, everithing is Ok, but I can not show clear RPM number on TFT because new numbers shows over previous numbers... after a short time I see only some...
  15. B

    [ARM] 18B20 not read, on tft only show 000.0625 C

    Hi for all, I use EasyMx Pro for Stellaris board with LM4F232 (Cortex M4) mcu, I need to read temp from 18B20, but on TFT I only have 000.0625 C, sensor in connected on PD4 port the code is // TFT module connections char TFT_DataPort at GPIO_PORTJ_DATA; sbit TFT_RST at GPIO_PORTH_DATA5_bit...

Part and Inventory Search

Back
Top