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 x3.exe

  1. X

    Intermediate data buffering

    Hi, can anyone suggest a way to transmit streaming data from a microcontroller to a PC at 1Mbps ? I've tried using FT232RL chip, but in some cases blocks of data are lost, I think it is due to low interrupt priority of serial ports on modern PCs. At the moment I am using an SD card for storing...
  2. X

    Choosing serial flash memory for high speed data logging

    Hi, I want to use serial flash memory chip with 1-2MB capacity for storing streaming data sampled at 60KHz, so the approximate data rate is 1Mbps. The microcontroller I use supports the maximum SPI clock frequency of 10MHz. Before I start, I wanted to clarify following questions: 1). Is it...
  3. X

    ADC-Uart data loss of ADC buffer size (PIC33FJ128GP802)

    Re: ADC-Uart data loss does anyone know what conditions might cause a signal to be corrupted like this?
  4. X

    ADC-Uart data loss of ADC buffer size (PIC33FJ128GP802)

    Re: ADC-Uart data loss Hi, I have been trying to solve the problem with the data loss which occurs from time to time in my system. The system consists of a PIC33FJ128GP802 microcontroller, and ft232r converter IC. I am using DMA to transfer data from ADC to RAM and then send the bufered data...
  5. X

    PIC 18F series and SD storage

    SD card write speed improvement Hello everyone, I have made a system, that collects data from several microphones and sends it to PC. I am using PIC33fj128GP802 microcontroller and FT232rl serial to usb converter chip. So far, the system is capable of recording signals from 4 microphones, with...
  6. X

    Remote temperature sensor

    Thank you all for your replies, they were really helpful. Tahmid, DS1820 seems to be perfectly suitable for my application. I would appreciate if you could send me the code for interfacing it to uC. Tnanx in advance.
  7. X

    Remote temperature sensor

    Hi everyone, I have a question about interfacing a temperature sensor to microcontroller, which is 5m away from the sensor. There are a couple of things that I want to find out: 1) How would this separation between the uC and the sensor affect the acuuracy of readings? If the sensor's gain is...
  8. X

    dsPIC flow control with DMA

    Hi everyone, I need to implement data flow control between PIC33 microcontroller and FT232r chip. I am using DMA feature in order to transfer data from microcontrollers RAM to UART's transmitter buffer. I know that the standard way for doing it is by assigning two microcontroller's I/O pins as...
  9. X

    10M PC to microcontroller cabled connection

    Forgot to mention that data is output from uC through UART. As far as I know, for RS232 cables, length of the cable should be very short in order to operate at 1Mbps. For USB, maximum cable length is 5m. However, I have read that there are some USB active extension cables, which have built-in...
  10. X

    10M PC to microcontroller cabled connection

    Dear all, Does anyone know how to interface uC to PC over 10m distance, with data rates up to 1Mbitps? looking forward to your replies.
  11. X

    USB communication from PIC 16F877

    You can use FTDI chips to add USB to your microcontroller, there are plenty of breakout boards for these chips which are quite straightforward to use, like for example https://www.sigma-shop.com/product/1/usb-to-serial-uart-ftdi-interface-board-for-your-atmel-avr-or-microchip-pic-project.html
  12. X

    Is communication to PC at 921kbps even possible.

    Sorted it out. For people who have faced or will face similar problem : It appears that most PIC18F microcontrollers have UARTs which can operate at maximum baud rate setting 115.2Kbaud. PIC24 series microcontrollers have UARTs capable of operation at up to 921Kbaud. So it is the UART to USB...
  13. X

    Is communication to PC at 921kbps even possible.

    It's PIC18F2450\ML. When I send data from my microcontroller, which is PIC33FJ128GP802, to my laptop at baud rate settings above 115.2Kbaud, no data is transmitted to the laptop. When I repeat the process with the baud rate set to 115.2 or below that value, everything works fine. When...
  14. X

    Is communication to PC at 921kbps even possible.

    By high speed I meant a speed which is higher than the one that can be achieved using a communication link using a combination of a MAX232 chip and a rs232 cable (that is 115kbit). For my project I only need 1Mbit, which is the maximum data output rate of the UART of my microcontroller...
  15. X

    Is communication to PC at 921kbps even possible.

    Thank you very much for your detailed answers. From what I understood, the cause of the problem is probably not on the PC side, but in the UART to USB bridge provided on the board, probably some buffer overflows happen in PIC18F when receiving data through UART from PIC33FJ. The bad thing is...

Part and Inventory Search

Back
Top