Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
10answers
626 views

Looking for Hardware that will easily interface with my .NET code

I'm a .NET C# developer looking to do some hardware interfacing/programming. I just want something super simple to mess around with. I have done one of those basic stamp projects, but I want ...
6
votes
3answers
273 views

Comparing FPGA with ASIC design

I have a fundamental question. I produced some FPGA image for some media application and now I would like to compare my results to the ones of ASIC implementation of the same algorithm in terms of ...
3
votes
2answers
326 views

Remote debugger for iOS? I need to debug a accessory

I'm testing a hardware accessory, with not emulator. Because that, I can't debug and at the same time connect the accessory, because in both cases is necessary a cable connection. So, exist any way ...
3
votes
4answers
7k views

Minimum Hardware requirements for Android development

Need information about minimum hardware requirement for better experience in developing Android application. My current configuration is as follows. P4 3.0 GHz, 512 MB of ram. Started with Hello ...
3
votes
3answers
991 views

Free implementation of March memory testing algorithm

For board bringup, me and my team is in search for a memory testing algorithm that will help us verify the design and test during production (bad soldering, cross-connected address/data lines, ...
3
votes
3answers
413 views

web service that can withstand with 1000 concurrent users with response in 25 millisecond

Our client requirement is to develop a WCF which can withstand with 1-2k concurrent website users and response should be around 25 milliseconds. This service reads couple of columns from database and ...
3
votes
3answers
253 views

Need to control a serial port via .NET. What HW/SW choices to I have that run CLR 2.0?

I need to control 128 different serial lines via .NET (simply because I know it). I hear there are various Basic Stamps available, and then some XP, CE, Micro, and Embedded options available to me. ...
3
votes
2answers
494 views

Visual Studio PC benchmark

Hi: Is there a good way to benchmark a Visual Studio developer PC, instead of looking at the technical specs? Objective is to set a level and see every developer passes, if not upgrade them to new PC. ...
3
votes
4answers
133 views

Need reasons for better hardware

I work in a .net body shop, but we have recently taken on some in-house development for a client. As we do most of our work outside the office, the current pcs are underpowered (Pentium D, 2GB RAM, ...
2
votes
2answers
171 views

Simulation vs hardware mismatch

I have a very simple problem but I do not get my head around what is going wrong. Essentially, the whole thing works fine when simulating it, however, having it in hardware gives me the wrong result. ...
2
votes
6answers
426 views

Developing for a Windows Mobile Phone, without a contract

Greetings! Anyway, My question, If you want to experiment developing for a Windows Mobile device, how would you go about testing your applications? I know there is a emulator but is not really ...
1
vote
4answers
85 views

Best test Android device? [closed]

I have just started doing Android development. Unfortunately, I have found that AVD emulator in Eclipse is so slow that it's unworkable. I have tweaked settings with some improvement, but still it's ...
1
vote
3answers
228 views

Starter kit for Embedded linux programming

I want to begin learning embedded linux development (i'm not beginner in C nor in Linux) and i choose this book : http://www.amazon.com/Embedded-Linux-Primer-Practical-Real-World/dp/0137017839 If you ...
1
vote
1answer
143 views

OpenCL chips: which to pick for GPGPU, how to have both AMD & nVidia in one machine

I will be developing GPGPU simulations using OpenCL (doble-precision). I would like to have both nVidia and AMD chips in my new workstation, for testing. Is such configuration (both AMD and nVidia) ...
1
vote
1answer
54 views

Hardware Programming Career [closed]

I have been developing business applications in multiple languages for years now and I'm officially bored with it. I find hardware programming as an area I would like to discover, but I'm not sure ...
1
vote
0answers
46 views

Understanding CMOS performance and complexity for ASIC : 350nm to 45nm process

I am trying to build an ASIC chip with the help of the MOSIS project. (They make it cheaper by combining multiple small project into a single fab). I have a choice between 350nm to 45nm, and ...
1
vote
2answers
200 views

electronic circuit book recommendation for a software developer

I have done some work developing software for sensors in the past. I am interested in doing it again as a hobby. I am a software developer with no idea about the hardware aspect, creating my own ...
1
vote
0answers
203 views

APIs to programatically control a monitor's colour profile and brightness

I am interested in writing a tool to dynamically set my monitor's colour profile and brightness - a tool in the style of "F.lux" and "Redshift" - but, rather than alter the colours sent by the ...
1
vote
3answers
347 views

Dev machine for Win Phone 7

Is there a recommended minimum spec for a dev machine for win phone 7? I'm between machines at home at the moment and am stuck with a netbook - VS runs passably on it by the emulator is, ...
1
vote
1answer
94 views

need to uncompress JPEG on a picoITX / ARM board

i want to stream jpeg images to a preferably minimal sized and easy to handle device which will output the video stream via VGA or DVI. Perfect would be a board/system that - should be pico-itx sized ...
0
votes
0answers
21 views

Android Development board multi channel audio DVD Drive interface

Our company is developing an in car infotainment system based on android. We want a development board for it. The coard should have advanced processor able to decode 1080p and support all codecs. Most ...
0
votes
0answers
35 views

Best Setup for a Dev Machine using VMs [migrated]

Nothing quite covers this that I've been able to find - looking for the perfect design for a new dev laptop using VMs. I have an i7 with 120Gb SSD, 750Gb internal HD and USB3 external HD, current ...
0
votes
1answer
45 views

How to allow multiple developers to use iOS developent tools on one mac at the same time

We're in the process of developing some iOS applications but currently only have one Mac to develop on. We're looking for cheap/easy solutions to allow multiple developers to develop iOS applications ...
0
votes
0answers
40 views

Ideal software development machine

Note to downvoters: This post might seem to you to be a duplicate of many similar ones. But most of them were asked in 2008 and the current circumstances have been changed significantly. Here ...
0
votes
0answers
86 views

What should be the minimum / recommended hardware configuration for the listed set of development tools

When I search the internet, I do get a lot of minimum / recommended hardware configurations individually for the specific software. However, can anyone guide or tell me what should be the minimum / ...
0
votes
1answer
307 views

AXI Burst calculations

In AXI channel the no. of data transfers in a single burst are called as beats. size[2:0] - no. of bytes to be transfered in one beat. but here actual bus size = 2 ^ size eg:- if size = 100(binary) ...
0
votes
3answers
406 views

Passing Variables to procedure in VHDL

I have the following simple procedure adding two numbers: procedure add_elements ( x : in std_logic_vector(31 downto 0); y : in std_logic_vector(31 downto 0); r : out ...
0
votes
1answer
108 views

question about how to flicker led in ipad iphone using connector

Experts, I want to develop an app (with accompanying hardware) that turns 2 leds (Light Emitting Diodes), in different frequencies, I found this pin out for the iphone/ipad connector link. The ...
0
votes
3answers
831 views

Java / J2EE development on Windows 7

I want to buy a new laptop and I am wondering whether Windows 7 64 bits is the right OS for me. I need to work with the following software: MySQL, PostgreSQL Tomcat, Jetty ActiveMQ, JBossMQ Eclipse, ...
-1
votes
1answer
73 views

USB3 Integration and development tools

Hello : I'm planning to start a (Hardware & Software) project which is an USB3 circuit to control a machine and a software application to control it by a computer. Now i'm doing a research on the ...
-4
votes
2answers
146 views

What is the best hardware for Visual Studio 2010? Year 2011 [closed]

I am suffering... So I have decided I want a new computer. I would like information about hardware components that are focused on performance and that they all work together properly. I see there is ...