Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...