Latest threads in Embedded Programmingshow only best voted threads

Subject Author Posted Replies
 
Portable Email Client for embedded system
I am looking for Portable Email Client for embedded system (not Linux/Unix), which includes the following protocols: SMTP, POP3, IMAP4 and MIME. Is someone familiar with Email Client? Regards, Kobi...
5
5
 
Experience with Star Quad cable for CAN bus
Does anyone here have experience with Star Quad cable for CAN bus communications (or any data communication)? We ordered the assembly of some cables for a CAN network in a noisy machine environment...
29
29
 
Looking for DevKit
Hello guys, I just bought an Arcom SBC-GXm motherboard on eBay. The problem is that Arcom does not exist anymore and that this motherboard has reached its end of life. I have just been able to get the...
 
C++ compiler on Embeded Platform
At the company where I work, its decided by higher authority that we will use C since our software will run on some embedded platforms and for embedded platforms, C++ is not a good idea. Reading...
5
5
 
Ethernet issue on AT91SAM9260 custom board
I have a custom board using an Atmel 9260 with a Micrel KZ8041NL PHY. I've ported U-boot & LINUX 2.6.30 to the board and it works fairly well except one big issue - I can't get the Ethernet to work at...
5
5
 
Good Universities for Embedded Systems Research
Hello Again, It's nice to see so many people responding. There was a very interesting reply by Paul E. Bennett, where he referred to embedded systems "training" and lack of people interested in it....
1
1
 
schematic of a motor controller circuit using pic18f4331
Can someone help me out with the scematic of the motor controller with PIC18f4331, l298 and a quadrature encoder. I already implemented the motor controller with a pic 16f877a, but later I had to...
1
1
 
Registers , Code Size and LOOPS - AT89S51/2
DJNZ r3,LOOP2 LJMP START Routine_1 CPL P1.0 . . . RET Routine_2 CPL P1.0 . . . RET #################### Thank you - Any feedback appreciated Lodewicus Maas
14
14
 
Computer Techs Wanted
This is a contract job. Depending on how motivated you are, you can make very good money. 70% commission. Go to this website and read more about it. Then let me know what your thoughts are. This is a...
 
how to water proof a touch display?
Hello I'm wondering how to water proof a touch display. If i build something like this (but uglier) How do I get it waterproof around the display? If I have a gasket between the touch surface and the...
6
6
 
PIC 18F1320 strange RB2 port problem
Running the same code in PDIP and QFN versions of PIC18F1320 we see 6 of a batch of 12 QFN versions failing because RB2 is permanently low when being used for digital I/O, even when disconnected from...
1
1
 
USB embedded host. need help
Hi, I am currently working on a embedded host for USB thumb drives using PIC32 starter kit. Unfortunately, the embedded host does not support USB hubs. I am planning to transfer files between multiple...
8
8
 
[PIC] 16F688 USART ISSUES
I=92m trying to get some PIC to PC communication going using the 16F688, but I am not having much luck. Hardware setup is just a PIC16F688 with power, and RC4/RC5 connected to an RS232 ShifterBoard...
8
8
 
DELAY and the 8051
Hi All I've obtained the "The 8051 Micro Controller and Embedded Systems Using Assembly and C-2nd-Ed -", and in this manual the DELAY routine is described as below, which really confuses me a lot...
7
7
 
Using ARM JTAG Instructions in Debug Mode to Read and Write Memory
Hello Folks, I am writing what I thought to be a simple application to read and write memory using the ARM JTAG Scan Chain instructions. What I am finding is that I can read and write registers...