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 gartner

  1. G

    SPI on the Arduino vs 32 bit microcontrollers

    q-bertsuit, The easy answer is no, you don't need to know *everything.* Most SPI peripherals support lots of options that are rarely needed. I've used the K60 before and there should be examples of simple SPI code that you can make work. Unfortunately, if it doesn't work right away, the variety...
  2. G

    Microcontroller with Wifi

    I have not seen a microcontroller with builtin wifi. In my experience, wifi requires a dedicated module. For your purposes though, you don't need wifi on the micro. You're only producing one unit, so you want to minimize development cost/time. I'd look at a Beagle Board or a Raspberry Pi...
  3. G

    i want to know is there a way to use internet via a contorller like 8051/pic

    There are two steps: 1. Using PPP, establish an internet connection from one machine to another using a serial link (probably a null modem cable). 2. Once the above works, replace the serial cable by passing the information over the RF modules using a protocol that you design yourself.
  4. G

    integrate IAR workbench with Micrium uC/Probe

    IAR has its own debugger. During the debug session, it has essentially all the same capabilities as uC/Probe. The difference is that uC/Probe does not require a debug session. Is there something you're doing with uC/Probe that you'd rather do with IAR?
  5. G

    I2C communication between 8051 and MCP9801

    Cool. What made you decide to do a thermostat project?
  6. G

    integrate IAR workbench with Micrium uC/Probe

    I haven't used it, but based on my understanding of uC/Probe, I doubt it connects with IAR. But it looks like it can use a JTAG connection, so if you close IAR and configure uC/Probe correctly, it can probably use the same physical debugger that IAR uses. How are you physically connecting to the...
  7. G

    how network coordinator,cluster head and bottom node are different?

    1. Its ambiguous from the picture, but the network coordinators are presumably talking to a router over ethernet and to cluster heads over Zigbee. The network coordinators would a Zigbee network based node. 2. The cluster heads must be router nodes. These nodes are capable of forwarding Zigbee...

Part and Inventory Search

Back
Top