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 tilz0R

  1. tilz0R

    STM32F103 and RS-485 on internal HSI?

    I don't know what is cause to use HSI, where external 8MHz crystal costs like 5 cents. It's quite high speed for your RS485 network.
  2. tilz0R

    Convert C code to matlab

    Look your C source code, use Matlab and convert line by line. Simple as that!
  3. tilz0R

    Raspbery Pi --- PIC 18F458 (RS485 network)

    Without problems. Use USB->FTDI->RS485 transceiver and connect it directly to USB port of raspberry PI. Then, use A,B and GND cables and connect to your PIC device which also has RS485->UART transceiver.
  4. tilz0R

    circuit schematic of an SRAM Array

    Google finds for "sram array design" a lot of stuff, including PDF file which I won't link here because of bad forum rules, sorry. You can do it yourself though.
  5. tilz0R

    Problem to autoroute 4 layer

    Well, first question: Why you need autorouter? Are you such a bad designer? Autorouter will not do the stuff for you ;)
  6. tilz0R

    Unable to find USBasp in any of my PC COM ports

    USBasp is not VCP port. It is not programmed as CDC device. You need new drivers on computer AND new software on MCU. Buy cheap USB<->UART converter on ebay for 1-2$.
  7. tilz0R

    can you find the bug of this code

    What about that: typedef struct { unsigned char QAddrHi; unsigned char QAddrLo; unsigned char QcountHi; unsigned char QcountLo; unsigned char RByteCount; unsigned int RNum; unsigned char RData[NumDefault]; } IOData; IOData MyData; int main() { MyData.QAddressHi = *data; } EDIT...
  8. tilz0R

    GPS receiver connection to MSP430

    I can give you a link to my GPS library, where you can easily change settings you need. Important is only high layer. Unfortunatelly, admins will ban me if I put link here. Contact me via PM if you want link.
  9. tilz0R

    type of feedback in LDO regulator

    LvW, you are right. It was my mistake! But equation is correct. Thanks for posting that.
  10. tilz0R

    type of feedback in LDO regulator

    That's kind a bad question. It is voltage divider between R1 and R2. On PMOS it is connected to +, on NMOS to - terminal of OP-amp. In case NMOS (I think more often used and more stable) you have non inverting feedback: Vout = Vref(1 + R1 / R2) where Vref is voltage connected to + terminal...
  11. tilz0R

    connect ethernet to stm32f429 discovery

    I was talking about real ethernet, so with external PHY and connected to ETH peripheral. On STM32F429-Discovery, I have posted on my blog, you need to make modifications on pins, because there is gyro and some other pins which interfere with 50MHz RMII connection. W5100 is really nice for SPI...
  12. tilz0R

    fastest and most reliable microcontroller produced?

    I'm here also for suggest you STM32. STM32F401 is 84MHz, powerful way too much for your CNC. It can be done with F103 or less. My 3D printer has Atmega2560 at 16MHz, no need more!
  13. tilz0R

    fastest and most reliable microcontroller produced?

    You must know, that Atmel's SAMA5 is Cortex A5 and is not microcontroller, but microprocessor. You will need something here so it will be able to handle everything.
  14. tilz0R

    About isp /spi programing

    Sure, without problems. All AVR atmega programers have SPI (ISP) feature.

Part and Inventory Search

Back
Top