11 Topics

Member Avatar for
Member Avatar for vEjEsE

I'm wondering how impossible it can be to connect a touch panel (with USB controller) to a PC for it to send X,Y coordinates when an event happens (the panel is touched). After searching the web for an entire day I couldn't find more then pieces of information that don't …

Member Avatar for rubberman
0
374
Member Avatar for chriswelborn

I know there are plenty of other places to get info or code snippets for **microcontroller programming** (especially **arduino**). Out of all the boards/sites I visit, I like the **DaniWeb** format the most. I was wondering if a **microcontroller** or **arduino** section could have a home here. Or would that …

Member Avatar for chriswelborn
0
316
Member Avatar for chandharrcs

Hi ..I am aa newbie to micro controller...I have a doubt about the usage of interfacing kit......Why cant we connect a keypad directly to the input port of microcontroller(for ex. 8051)..and the output pin of uC to the led matrix ???? What is the role of interfacing kit in between …

0
99
Member Avatar for chandharrcs

I am a beginner.I have installed IAR Embedded Workbench "IAR-EW430-4201". Installation was successful. Now, I have started using it by creating a project and included msp430f449.h header file in my code. And When I rebuild the solution/project I get an error saying 'msp430f449.h failed to include' and tried to locate …

0
139
Member Avatar for kikic

//================= konfigure LCD // porta za podatoci e PORTB sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit LCD_D4 at RB0_bit; sbit LCD_D5 at RB1_bit; sbit LCD_D6 at RB2_bit; sbit LCD_D7 at RB3_bit; sbit LCD_RS_Direction at TRISB4_bit; sbit LCD_EN_Direction at TRISB5_bit; sbit LCD_D4_Direction at TRISB0_bit; sbit LCD_D5_Direction at TRISB1_bit; sbit …

0
101
Member Avatar for Nisushie

Hello. I am new here so if I make a mistake in any way I apologize. I have a project that I need help with. I am trying to make a countdown timer that countdown 60min to 0sec using microcontroller AT89S8253. A buzzer will sound at 0 sec. My problem …

0
96
Member Avatar for EmbeddedHelp

Hi all, I'm new to the software package and have written a simple code to turn LED's on/off using a Micro Controller device. When away from the Micro Controller, it would be handy to view the bit orientation (turning on/off) on the computer screen, without the actual device to hand. …

0
86
Member Avatar for coolshiva

hi everyone i need some example programs on UART in embedded c for atmega8 micro controller can anyone help me plzzzzzzz

0
134
Member Avatar for pareshverma91

I just want to experiment with a few electronic things and am a complete beginner. could someone tell me where i could get stuffs like microcontrollers, transmitters, receivers and other stuff (all very low level and very cheap) so as to play off with them. or exactly what kind of …

Member Avatar for scrappedcola
0
174
Member Avatar for Tech B

I used [URL="http://www.parallax.com/Store/Education/KitsandBoards/tabid/182/CategoryID/67/List/0/SortField/0/Level/a/ProductID/313/Default.aspx"]Parallax's Basic Stamp Homework Board[/URL] and an [URL="http://www.radioshack.com/product/index.jsp?productId=2909788"]accelerometer[/URL] to use as a mouse. It works better than I thought it would. [URL="http://sourceforge.net/projects/pyserial/"]PySerial[/URL] is used to grab the debugged values from the stamp. The circuit is compiled of two push buttons, 2 LEDs to tell when a button is …

0
260
Member Avatar for Tech B

Is there a way to grab values from a basic stamp with python? I just bought a Accelerometer and want to read the values with python.

Member Avatar for Tech B
0
319

The End.