• spawn
    I am trying to convert from an older version of Keil to a newer version with uVision2 V2.06. When the "Build target" get to my .h file I get an error error: can't execute'"c:\KEIL\UV2\KSPAWN"'. What...
  • Unattended wireless sensor networks
    Hi all, The base paper which I took for my final semester project is "Self-Sustaining, Efficient and forward-secure cryptographic schemes for unattended wireless sensor networks". In this paper...
  • Wireless Sensor Networks
    Hello everybody, I want to do a project on Wireless Sensor Networks, where i will have sensor nodes placed at different places. All i want is to communicate to my server speech samples, images. ...
  • wireless module for 8051
    we are making a project of one way communication in hospital,which sends instruction to destined receiver. we are using 8051 mc and the range required is just 100 meters. we will be sending strings...
  • spawn a method as a task (C++)
    Hello, I'm using RTX and I'm porting my C code tot C++. Now I have a problem with os_tsk_create_user . I want to use a class method as the function for os_tsk_create_user : Example::Example...