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 matriX_1500

  1. M

    Modem Config. and Code developments for acquiring MAX number of Connected Node

    I have about 200 nodes of ESP-12e(a wifi module based on esp8266) and coding in arduino IDE. I want to connect them to a single wifi modem. Each node works about 3 second and sleeps for about 5 minutes. So probably the actual connected nodes is not more than 15-20 nodes. A probable solution is...
  2. M

    Choose a proper magnetic field sensor

    Ultra Sonic cannot work behind a plastic box. So, i need a sensor that be able to detect material: detect metal of car's body and not deceiving with my plastic box. and about direct sunlight problem => that is crucial. because my application is on-street
  3. M

    Choose a proper magnetic field sensor

    Hi, i'm designing a smart parking and want to use magnetic field sensor on the ground (under the car) to detect the parking free/busy status. I prefer magnetic field sensor because ultrasonic need straight line of sight and cannot work within the box. And infrared sensor have problem in sun...
  4. M

    Send data periodically as a server to my client in arduino ESP8226

    PC don't requests periodically, but Just connect once to ESP. And then ESP sends 1KB data to PC periodically.
  5. M

    Send data periodically as a server to my client in arduino ESP8226

    I don't understand what you mean by this question: What commands do you use? The ESP8266 is server and PC is client. Now, in this test code, the client is Packet Sender application. After i connect my PC to the Node MCU access point(i configured it so) and then connect to the 192.168.1.1 that is...
  6. M

    Send data periodically as a server to my client in arduino ESP8226

    Hi every One I'm using NodeMCU board to communicate a laptop through WiFi. Basic communication is ok with a code like this: void loop (){ WiFiClient client = server.available(); if (client) { while (client.connected()){ client.println(Data_mem[0])...
  7. M

    WI-FI module with at least 2MBps data rate

    I Found that ESP-12F has an SPI interface. So, my question is: Can i Configure and send/receive data only trough SPI pins of ESP-12F(and leave unconnected UART Tx/Rx pins)? Anyone works with it?
  8. M

    WI-FI module with at least 2MBps data rate

    Hi, I want to Use a WI-FI module to connect my FPGA board to an android phone. I need 2 MByte per second data rate. So, can anyone offer me a proper wi-fi module? Unfortunately, most of them have serial interface and low data rate(Like this) *In addition, Consider the cost!
  9. M

    HC05 UART Communication Data Rate

    Why there is No standard datasheet for HC05? I find a new page that says max. baud rate of module is 1382400 bps. which one is right?
  10. M

    HC05 UART Communication Data Rate

    HC05 Datasheet: https://www.electronicaestudio.com/docs/istd016A.pdf
  11. M

    HC05 UART Communication Data Rate

    Yes, I want to nterface HC05 with PC Bluetooth transmitte. And about Transfer rate, if 46 kByte/s is Maximum transfer rate, so what means 3Mbps rate in datasheet?
  12. M

    HC05 UART Communication Data Rate

    Hi every one, I want to use HC05 bluetooth module with my FPGA board and transfer and receive data with my PC application. Data rate of Board-to-PC is about 25K Byte per second and data rate of PC-to-Board is about 1 K Byte per second. So, Can I actually access this range with HC05? I'm...
  13. M

    [SOLVED] Problem with UART clock value in a VHDL sample code

    Hi, I'm using a VHDL code downloaded from GitHub to Drive a UART communication. Here I want to Use 250000 Baud Rate. So according to the top of VHDL file explanation, while my I_clk is 50MHz, I set: I_clk_baud_count <= X"00C8";--means 200 it seems that the tx_clk should be 40us, but it is...
  14. M

    [SOLVED] Max internal ADC CLK in ARM Processors

    LPC4370 is an ideal choice. But only one problem is packaging. We cant assemble BGA package.
  15. M

    [SOLVED] Max internal ADC CLK in ARM Processors

    Hi every one, I'm designing a simple Oscilloscope. For Cost considerations, i prefer to use an ARM-Based micro-controller with an internal ADC. I need a single channel ADC with 48 MSPS sample frequency. Is there a proper ARM-Based micro-controller to satisfy this? In other word, is there an...

Part and Inventory Search

Back
Top