microcontroller
Cross-platform (microcontroller-PC) algorithm development
I was asked to develop a algorithm for network application on C. This project will be developed on Linux for PC and then it will be transferred to a more portable platform, something that will include[详细]
2023-01-31 17:04 分类:问答how to implement an own flashing-software for an ATmega8-microcontroller
has anyone some kind of documentation how to implement an own flashing-procedure for an atmega8-microcontroller ?[详细]
2023-01-31 10:44 分类:问答Problems with PIC A/D conversion
I am trying to read analogic signal for a sort of mouse with a pic18f14k50 controller. Here the simple circuit: http://dl.dropbox.com/u/14663091/schematiconew.pdf . I have to read analogic signal from[详细]
2023-01-30 12:55 分类:问答Passing function pointers & int references to another function
Just started working on a c project.Need help with passing function pointers/macro functions/etc.I\'m a php & python OO guy, but new to c.I tried to generalize the example for this post. I have a[详细]
2023-01-30 05:58 分类:问答How to implement a two way jsonrpc + twisted server/client
Hello I am working on develop a rpc server based on twisted to serve several microcontrollers which make rpc call to twisted jsonrpc server. But the application also required that server send informat[详细]
2023-01-29 05:43 分类:问答convert from .c to .hex for 8051 microcontroller
I needprogram or site can convert from .c file 开发者_如何学运维to .hex file for 8051 microcontroller ?You need a compiler that can target the 8051 microcontroller, like SDCC or the Keil compilerYou n[详细]
2023-01-29 04:16 分类:问答Grab micro-controller info
I have a client that is supposed to grab data from a micro-controller ( Arduino if you are familiar with it ), that transmits once a second a line of values, and send that data to a server to which th[详细]
2023-01-26 04:55 分类:问答Two different programs in Flash
Is it possible to RUN 2 different C programs(ie 2 main()), stored in Flash(micro controller), one at a time?[详细]
2023-01-24 11:16 分类:问答Fast interpreted language for memory constrained microcontroller
I\'m looking for a fast interpreted 开发者_如何学JAVAlanguage for a microcontroller. The requirements are:[详细]
2023-01-23 21:38 分类:问答What is the best way of sending the data to serial port?
This is related with microcontrollers but thought to post it here because it is a problem with algorithms and data types and not with any hardware stuff. I\'ll explain the problem so that someone that[详细]
2023-01-21 10:52 分类:问答