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 noel_t

  1. N

    Write code in non-volatile memory of MCP2221

    I need help on writing a very small program to turn the GPI 0 of MCP2221 ON in power up by default. MCP2221 has two memories. #1SRAM, #2Flash (Non-volatile) In order to have the power-up default, the program needs to be in the flash and I do not know how to do it. I prefer to write that...
  2. N

    display measurement value tuxgraphic fill_tcp_data

    I have gone through this for several times. I just want to know how to work with plen=fill_tcp_data_p(buf,plen, xxxxx) or plen=fill_tcp_data(buf, plen, xxxx)
  3. N

    display measurement value tuxgraphic fill_tcp_data

    Can someone help me to explain how I can use the following popular code using: plen=fill_tcp_data_p(buf,plen, xxxxx) I want to display variable which contains HEX data.
  4. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    I use a PCAN-View USB analyzer software, so i send the message from the computer to the can terminal which is connected to a CAN transceiver(PEAK) that is linked to the AT90CAN128. So, what i see when i send message from the computer, the counter of the transmitted messages increases by one and...
  5. N

    modify httpd to show data on webpage from I2C

    Do you have any idea how can i modify this code that instead of showing the data from ADC or DAC on the webpage, show data from I2C (from Master micro-controller AT90CAN128) on the webpage?
  6. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    #define F_CPU 16000000UL //Quartz clock frequency 16 MHz #include <string.h> //libs #include <avr/io.h> #include <util/delay.h> #include <avr/pgmspace.h> #include <stdio.h> #include <avr/interrupt.h> #include "i2c.h" //header file for I2C interface functions #include "UART_routines.h" //header...
  7. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    I already fixed this problem, in the I2c.c file I downloaded form github, there was not such a SIG_2WIRE_SERIAL and it worked for me. It seems ATMEL STUDIO 6.2 doesn't support or compile previous commands or datatype. Soon I write to you about my progress :)
  8. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    Do you have any idea why I am getting this Error while building-compiling my code?I have ATMEL studio 6.1 service pack 2 - - - Updated - - - Do you have any idea why I am getting this Error while building-compiling my code?I have ATMEL studio 6.1 service pack 2
  9. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    Thank you for the information. Could you please have a look on my codes and see how I can implement the common gateway interface (cgi) on ATMEGA32. Currently I can send CAN messages to ATMEGA32. ENC20j60 also works fine. I just need to show this coming messages from AT90CAN128 on the web browser...
  10. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    To be honest, I dont know how much is therefresh rate. Atmega32 is connected by ethernet shield ENC20J60 to the network.
  11. N

    AT90CAN128 (CAN BUS) I2C with ATMEGA32-web server for monitor temp and current

    Hi there, Temperature and current from cell are monitored through CAN BUS by AT90CAN128. AT90CAN128 is connected by I2C to ATMEGA32. I need to implement a simple web server on ATMEGA32 to display these two (2) measurement data on the web browser. DO you have any idea if someone has already...
  12. N

    ATMEGA32 webserver+not dedicated PC for GUI :Client Access data Through Browse

    The web server is already setup successfully on the ATMEGA32 microcontroller. I only need a functional GUI to any client on the internet to view the data through the browser by communicating with this web server. The objective of this problem is to prevent any PC-Server dedicated to this...
  13. N

    System analysis , Sampling and reconstruction

    Dear friends, I would like to ask for you help to come out with an accurate answer for the following two (2) tasks. 1- System analysis 2- Sampling and reconstruction Thanks in advance!
  14. N

    Measurement of current output from solar panel using PIC16F877A, ACS712 hall effect

    I liked your idea Donald. However, I could finally accomplish my task for that project, But I still believe in optimization of our readings from sensors by utilizing the best possible circuitry for the system.
  15. N

    Interfacing PIC16F877A with VB to display ADC Readings

    Yea the time you display it on LCD It's possible to display it on the PC too. But I wonder that you are talking about AC voltage of ranging between 12V to 230V. PIC only accepts MAX voltage drop on its input 5V and the time you go beyond this it will damage the IC. and It is my question that How...

Part and Inventory Search

Back
Top