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 Mr.Khiros

  1. M

    Export a neural network trained with MATLAB in other programming languages

    I trained a NN with matlab using the following code : p = [-1 -1 2 2; 0 5 0 5]; t = [-1 -1 1 1]; net = newff(p,t,3); net = train(net,p,t); y = sim(net,p) Now i'm tring to use the weights & bias calculated by matlab in order to use them to creat a NN in other programming...
  2. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    Vref +1v with a rang that goes from -59 to 120.5 for all sensors
  3. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    Hi , i'm working with a rang that goes from 29.92 to 0.329 and i need a big accuarcy but i don't know how to configurate the ADC voltage refrence ? concerned this line how can you know the value of multiplication ? ADRead = ADC_Read(n) * 0.1559251559251559;
  4. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    where can i find the potentiometer ?
  5. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    Hi, i will not put real sensors , but i'll test the µc using input signals. I still newbi with o/p voltage range and how to choose the voltage of adc but in my work i need just to provide numbers , the range from 0.1 or may be less to more then 500 , in the current work the range stoped at 100 (...
  6. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    i tested the code and i found that method 2 gives more accurate values so i choosed to work with . But it still some problems : 1/ for my project i'm working with speeds and altitudes so i don't need - values , i prefer more accurate in decimals values the thing that terminal don't , it show...
  7. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    It does not work with me because i'm using a not registred version for pic mikroc 5.61
  8. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    Really great job from you , when i simulated it for the first time it worked perfectly , but when i rebuilt the same prob occurs , no error mentioned ? I think also that there is a prob with rs232
  9. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    First thx a lot for your work , but if a recompile your code without any changes lcd stop showing values ? & a try to use the second method by changing this code #define METHOD2 an error occurs also
  10. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    I tried this code but nothing occurs , i think that there is a prb with interfacing in the simulation unsigned char Pressure[23], Temperature[23]; int strLength =0; float ADRead0, StatP , DynP , QNH,TAT , AOA , Mack , TAS , SAT , TA ,PA = 0; extern float Function(int n); void main(){...
  11. M

    Interfacing PIC18F8722 and TWS 434/ RWS 434

    Hi , i'm tring to send data from a PIC18F8722 using TWS 434/ RWS 434 & recieve it with PIC16F877A , but my LCD don't show anything
  12. M

    set function with multiple arguments matlab

    Hi , i'm tring to plot two functions x & y in the same graph in function of time , and i'm obliged to update values using ' set function ' . I tried this code but it doesn't work ? set(plotGraph,'XData',time,'YData',[x y]);
  13. M

    Real time data plot from PIC adc to MATLAB

    Hi, i'm tring to plot data recieved from pic via serial port in matlab i used the followin code in matlab **broken link removed** when i run the prog Error :"In an assignment A(I) = B, the number of elements in B and I must be the same. this is the line of the error voltage(count) =...
  14. M

    [SOLVED] having single error in lcd program

    Could you post your prog plz
  15. M

    Interfacing PIC16F877A and TWS 434/ RWS 434

    How could i show the variation of any signal recieved from PIC in function of time ?

Part and Inventory Search

Back
Top