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 north2012

  1. N

    [AVR] ATmega128 error in fuse bits read

    Hello, I am using USBasp to program my board with ATmega128, hardware is single side PCB by Thomas Fischl https://www.fischl.de/usbasp/ My board was working well and I decided to change some parts of the code but when I tried to read chip signature I got error (attachment) as well as when I...
  2. N

    Kalman filter design for impedance measurement data

    Thank you very much, but how to recognize matrices A, B, C and D from my data? Thanks...
  3. N

    Kalman filter design for impedance measurement data

    Hello, I am trying to implement Kalman fiter to remove some Gaussian white noise. I have succesfully implemented moving average filter but I would like to compare them in Matlab. Lets assume that I have nominal values for model parameters: Re = 917.5; Ri = 629.0; Cm = 3.42e-9;while model is...
  4. N

    Solve system of three nonliner equations in MATLAB - bioimpedance modelling

    I think that I have three independent equations because I have known |Z|, Real and Imaginary part and Re, Ri and C are unknown. Relationship between |Z| and (Real, Imag) is |Z|=sqrt(Real*Real+Imag*Imag) so I have to have set of solutions (Re, Ri, C) which will satisfy |Z|, Real and Imag but not...
  5. N

    Solve system of three nonliner equations in MATLAB - bioimpedance modelling

    Hello, I am trying to solve problem of parameter estimation of 2R-1C model of bioimpedance. I have made measurements and I have |Z| and phase angle data in frequency range 10k-100kHZ, so I calculated real and imaginary part. I would like now to estimate parameters of the model: Re, Ri and Cm...
  6. N

    Facing problem regarding Voice call M95 GSm module by qucetel

    Hi, I have problem during I am trying to establish call... https://www.edaboard.com/threads/324595/ Can you explain me your procedure and all settings (AT commands) before "ATD+number;" Thanks.
  7. N

    GSM Modem - NO CARRIER

    Hello, I using GSM modem connected with C# application and I am trying to establish program which will control connected GSM modem. I am sending AT commands to the modem and up to now I can read status, network and modem information, send SMS, read all SMS messages... I can call modem and to...
  8. N

    Hosting ASP.net app on somee - database update from C# app

    have ASP.NET app with database which is updated by C# application, so database is placed on my local disc. .NET app can only read entries (changes are not allowed). I can run my .NET app from local host (from Visual Studio or/and IIS) or other computer in network by...
  9. N

    [SOLVED] Access to the same database from C# and ASP.NET

    Thank you very much for your reply. Can you please be more specific? I have to restart my project or I can change project settings? C# application should have permission to read/write/delete data while ASP.NET should have read-only access. Thanks.
  10. N

    [SOLVED] Access to the same database from C# and ASP.NET

    I am using Microsoft Visual Studio 2013 Ultimate. I have one C# application connected with WSN to collect and save all sensor readings in database. It is working fine and stable. Later I decided to add ASP.NET application (developed in the same software) so other computers in LAN can access my...
  11. N

    [SOLVED] asp.net button click event occurs only once

    I am very new to ASP.NET but I have background in C and C#. I am trying to make web application which will be connected with my database. I did that and that is OK. The problem occurred when I added buttons for moving forward and backward through the database... It was working fine but only for...
  12. N

    Adding Y value on different X position (time)

    Hello, Sorry for late response. Here are my graphs. As you can see, even both values have the same time, they are not placed on the same time position on x-axis... Line for adding new value on graphs is chart1.Series["Hall"].Points.AddXY(time, halltemperature); or...
  13. N

    Adding Y value on different X position (time)

    I have global time, variable DateTime now = DateTime.Now; is global and it is updated on every new results. I will try to explain my problem: 1. I have only the coordinator in network. It has own temperature, RH and light sensor so graphs are started. 2. For example, 5 seconds later the second...
  14. N

    Adding Y value on different X position (time)

    Hello, I am working with small WSN with coordinator and 3 nodes. Coordinator ("Hall") collects all data (measured temperature, relative humidity and light intensity) from nodes ("Bedroom", "Lounge", "Bathroom") and through serial interface send it to PC where I have PC application for data...

Part and Inventory Search

Back
Top