This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

FE-C Support?

Hi,

I've scanned the forums and Google and was unable to find any relevant updated information.

3 years ago there was a question regarding FE-C compatibility of the nRF52832, but it was then placed on ice. Was any development done since then?

I've seen a video on Youtube showing a nRF52832(sparkfun breakout board) with FE-C support, but I've been unable to find any tutorial or example code showing if that is actually possible.

Any help or direction will be appreciated.

Thank you

  • Hi all,

    So I tried the forums on thisisant, but they're not very active(not the FEC side).

    I've finally been able to load the GFIT library example onto my Nordic NRF52 DK!

    However, I keep getting errors when I run any gfit init functions.
    Well not errors, APP_ERROR_CHECK_BOOL causes a WDT reset if it sees a non 0.

    Example: 
    ret = gfit_init(gfit_custom_event_handler, app_error_handler, fe_device_id, GFIT_EVALUATION_LICENSE_KEY);

    returns a 9 in ret.gfit_response_code

    I get a 9 for all the functions below:
    ret = gfit_hrp_set_pairing_mode(pairing_mode_proximity);
    ret = gfit_hrp_set_pairing_proximity(DEMO_SEARCH_THRESHOLD, DEMO_PAIR_THRESHOLD);
    ret = gfit_fep_set_equipment_type(bike);
    etc

    Can anyone point me in the right direction to what can be the issue?
    I've been unable to find what a return code of 9 means, so I'm kinda stuck.

    I use armgcc to compile and run my code. No debugging yet.

    Is there anyone that can help me this this?

    Kind Regards
    F

Related