Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi, I realize that the compatability matrix states that SDKs 7 8 and 9 are built for rev3 of the nrf51822 and nrf51422. It has been mentioned however that they may still work...
The S130 SD supports up to 3 concurrent central connections. Once it has made the maximum number of connections can it still scan for non-connecting peripherals, e.g. to look...
I have 2 PWMs working with the version 8 softdevice on an nRF51422, and it's straightforward enough to change the duty cycle with app_pwm_channel_duty_set() in the app_pwm...
The way of entering the bootloader mode is sending the command,then run the code as follows:
void jump_to_bootloader(void)
{
uint8_t softdevice_enabled;
uint32_t err_code;...
I'm sorry but i don't know where else to turn. The tutorial on adding a characteristic to a service (the nordic tutorial i am basing this off) isn't finished and I have no...
Hi
I did not quit yet understand the Gazell Pairing library.
If an encrypted message is send, how do I add some payload to the acknowledgement.
And how will I be able...
Hi,when i set NRF_RADIO->MODE in RADIO_MODE_MODE_Nrf_1Mbit ,then use radio_tx_carrier(txpower_, mode_, CH_LOW); i got a picture with spectrum analyzer like this ! , when i...
Hi
I have been using the double buffer DFU for a while now, and it works reliably for me.
However, I am hitting the application size limit that can be handled by the double...
Hi,
We developed the app using the nRF Beacon App sample code.
I want to ask for a good application notes or some hints which I can use for developing.
* Is the API documentation...
The nRF51822 Product Specification says that "Maximum number of pins with 5 mA high drive is 3."
Does that mean that you can only configure 3 pins as high drive, or could...
I managed to upload my application OTA DFU when there was only the bootloader running. After my application is there, I can start DFU and my application runs thru reset_prepare...
Is there a firmware locking feature for either 51422/51822, or can you purchase OTP (one time programmable) versions?
Can you buy them mask programmed from Nordic?
I...