Search:

Type: Posts; User: kim15

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: flag not saved

    by kim15
    Replies
    1
    Views
    624

    flag not saved

    Hi everyone,

    I have a bit of a situation here. From the code below, its just a function for obtaining key codes from 1-6 and left and right. the left and right keys are detached from the system...
  2. Thread: ADC doesnt work

    by kim15
    Replies
    7
    Views
    1,193

    hiya jim, thanks. but i've solved most part of...

    hiya jim, thanks. but i've solved most part of it. seems that i dont need to shift it at all. and that is what the main cause for the remote not to work.I'm only left with one more and it should be...
  3. Thread: ADC doesnt work

    by kim15
    Replies
    7
    Views
    1,193

    1kohm is put at the ADC input (before the V goes...

    1kohm is put at the ADC input (before the V goes into the ADC).
    and yes my analog input is enabled.
    im using a TMPM321F10FG chip
    Im using a keil microvision 4

    seems that only 2 of my buttons...
  4. Thread: ADC doesnt work

    by kim15
    Replies
    7
    Views
    1,193

    hi laserlight, the d_kystrAD is the value of...

    hi laserlight,

    the d_kystrAD is the value of the remote key for each functions (func, mute, vol up vol dn etc) obtained from the remote via AD
    the d_kyStrADReg is the value of the converted AD...
  5. Thread: ADC doesnt work

    by kim15
    Replies
    7
    Views
    1,193

    ADC doesnt work

    void ky_dReadSteering(void){
    uchar temp;


    d_kyStrADReg = u_adcPort(AN0);
    d_kyStrADReg = d_kyStrADReg >>6;


    if(d_kyStrADReg < 0x74)
    {
  6. Replies
    6
    Views
    831

    Im sorry. perhaps i didnt explain it correctly. ...

    Im sorry. perhaps i didnt explain it correctly.



    #define FM_MAX_1 (FM_LMT - FM_LOW_1)*2 // for ch 1
    #define FM_MAX_2 (FM_LMT - FM_LOW_2)*2 // for ch 2


    #define FM_LMT ...
  7. Replies
    6
    Views
    831

    the struct that u made, does it mean that it will...

    the struct that u made, does it mean that it will only go from 98.0 - 98.2?

    im not very familiar with structs and not good with it.
  8. Replies
    6
    Views
    831

    yes. here it is. #define FM_LOW_1 981...

    yes. here it is.




    #define FM_LOW_1 981
    #define FM_LOW_2 950
    #define FM_LMT 1080
    #define FM_MAX_1 (FM_LMT - FM_LOW_1)
  9. Replies
    6
    Views
    831

    tuner programming

    greetings programming masters,

    i have this task on hand, which requires me to show different freq for each channels i have. like ch1=98.1, ch2=95.1, etc up to 6 channels. but i still need to keep...
  10. Replies
    3
    Views
    1,113

    Digital Radio Mondiale

    Hiya everybody!

    Just passing through and wanted to post a question:

    Does anyone here knows any bits of information on what DRM really is about?

    I've read some info on them and I've also read...
  11. Replies
    6
    Views
    2,425

    Im sending by byte. on the oscilloscope, it would...

    Im sending by byte. on the oscilloscope, it would appear as if its transmitted the whole 32 bits. I have an issue where if i continuously press the button, it keeps on turning ON and OFF continuously...
  12. Replies
    6
    Views
    2,425

    as a matter of fact, yes. its actually done. just...

    as a matter of fact, yes. its actually done. just wanted to make it perfect.
  13. Replies
    6
    Views
    2,425

    Terminate a data stream

    Hi everyone.

    I have a situation where i need to terminate a data stream after it has detected a long press (pressing a button for more than 1 second continuously without release).

    Breaking...
  14. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    About the #if statements and the comments,...

    About the #if statements and the comments, apologies, I didnt update them after I changed them for simulation (its easier to turn the high(), low(), reset() and pause() off when doing simulation...
  15. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    sorry.. kinda forgot to change it before...

    sorry.. kinda forgot to change it before uploading :frown:
  16. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    I intend for both Data to be more than zero. in...

    I intend for both Data to be more than zero. in other words, it will not send data if either or both of them are zero
  17. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    sorry. i forgot to mention. the problem...

    sorry. i forgot to mention. the problem encountered is somewhere in the void send_remote_data(unsigned char *data) function.
    also, im using a PIC10F222 for the chip and an MPLAB IDE v8.87
  18. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    Not really sure on how to upload a super long...

    Not really sure on how to upload a super long code... so... I attached it instead.12403
  19. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    i seem to have a little problem with a code that...

    i seem to have a little problem with a code that is somewhat similar to this. seems that the data is not transmitted.
  20. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    Ah. right. thats correct. sorry about that.. but...

    Ah. right. thats correct. sorry about that.. but is there a way to not use pointer in this case?
  21. Thread: Pointer to Array

    by kim15
    Replies
    15
    Views
    1,902

    Pointer to Array

    Hello...

    I wonder if anyone could tell me if it is at all possible to change pointer to an array?

    currently, I have a pointer that points into an array. but it seems that the pointer doesnt...
  22. Replies
    19
    Views
    3,148

    oh. so should i declare it as a global?

    oh. so should i declare it as a global?
  23. Replies
    19
    Views
    3,148

    in case 0, (the initial state), there is a line...

    in case 0, (the initial state), there is a line that updates the variable 'state'. Same goes for case 1.
  24. Replies
    19
    Views
    3,148

    thanks for the recommendation Crossfire. But in...

    thanks for the recommendation Crossfire. But in this case, I havent any choice but to use this IDE :(
  25. Replies
    19
    Views
    3,148

    im trying to optimize my codes. im not using a...

    im trying to optimize my codes. im not using a licensed IDE therefore it doesnt optimize just as much as I would like it to.
    12384
Results 1 to 25 of 37
Page 1 of 2 1 2