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 am now using hid mouse example to develop a project. On the nrf51822 side, connection\bond\data sent are all ok, then I need to test the project on phone side. In iOS...
Hello,
There is a problem of compile when I finished compile process on Keil as following. Is there any process I missed before I starting to develop nRF52 SDK? what I...
I'm using Windows driver 0.5.0 with a s130 BLE USB dongle.
If my application calls sd_rpc_open on init and sd_rpc_close before exiting, everything works fine.
Now, if...
Hi,
I find an interesting thing: when I test hid keyboard example with android and iOS, after pairing/bonding with the phone at the first connect time, even when phones are...
I downloaded nRF51 SDK 10, but there is no IAR project in examples\dfu\bootloader. Why does Nordic delete IAR project? Is there any problems? Now, I'm using SDK9 with IAR...
Hello Nordic
I am running into a problem where I am trying to change the interrupt priority of the the RADIO_IRQ using a proprietary radio protocol on the nRF51 rev3. I...
Hello there,
I'm currently using nrf52832 with s132 and sdk 0.9.2, based on the 'ble_app_uart' example and keil5. I'd like to use 'ble_nus_string_send' function to send...
hello! i want to send mac address of my bluetooth device. i have written function
uint32_t get_address(void)
{
uint32_t err_code;
ble_gap_addr_t ble_gap_addr;
memset...
When I open the project dfu_dual_bank_ble_s110_pca10028 and configure it for nRF51822, it compiles fine, but flashing does not succeed. I get errors:
No Algorithm found...
I loaded the "dfutarg" dfu program "dual bank version" to the development kit & then used this dfu program to perform firmware over the air, the firmware I need to upload...
I've been trying to get my head around the TWI on the nRF51822 today, using the "twi_sensor_pca10028" example to begin with.
Firstly, I still don't quite understand how...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
Hi All.
For my project I need a very long range BLE Communication. Don't know if its possible to get a range close to 1 Mile LoS. But my goal is to meet max possible range...
main.c Hello everyone
i am trying to configure two GPIO pins for PWM in order to increase the sound level of the buzzer i am able make the buzzer beep sound by referring...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...