Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
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.
...
I see the BLE on the nRF connect on phone but when I try to connect it either takes forever to connect and then does not connect or it connects and disconnects.
I am using...
I setup NRF SDK using nrfconnectsetup341ia32 executable.
I2S example file should be located at <InstallFolder>\examples\peripheral\i2s according to https://infocenter.nordicsemi...
Hi, I am using nRF52832 and SDK 15.2
My application is having 4 advertisements. iBeacon, non-iBeacon, Line Beacon and Line iBeacon.
I am using radio timeslot for Line...
I would like to modify ble_app_uart SDK_11 s130 on nRF51-dk to support static passkey. My understanding is that when connecting the Nordic sample app nRF UART v2.0 to ble_app_uart...
Hello, I'm working on a project about nRF52840, I completed the code with nrf52840 DK board and wrote the code to nRF52840 dongle, but dongle doesn't work.
I changed the...
Hi,
I my design I want to use load switch from TI TPS22946 which have enable pin sensing logic low/high. I would like to be able to enable load switch with nrf52's gpio...
Hello,
My current setup is:
Nrf 52832 custom board (pca10040) SDK 15.3.0 SES 4.52 Softdevice no s132 Using a j-link mini EDU debugger
I've been trying to follow the...
Hello,
may I ask you for help with instability of BLE connection? We use nRF52840 and SD 6.0.0. The issue is that our device is being disconnected with reason BLE_HCI_CONNECTION_TIMEOUT...
Hi Team,
We are using the nRF52840 for our application , in that we are planning to use 2 free flash pages for our internal application purpose.
So how to know the which...
Initializing the USB inerterface blocks the SPI3 interface. The SPI3 is not responding to any commands like reset. We do not use any SPI interrupts, just read the registers...
Hi team,
My customer is using nRF52840 and they want to set 840 advertising in 125kbps PHY, but seems we only have option in codec PHY (500kbps):
https://devzone.nordicsemi...
I have the nRF52 Kit with me. iam using SES IDE and downloaded the SDK nRF5_SDK_17.0.0_9d13099. I am using Windows 10 OS in my Laptop.
There inside example\ble_peripheral...
Hi,
I need to properly configure peer manager. The peripheral device, which I develop haven't any buttons and screen, only sensors are embedded. Also accelerometers, but...
Hi Team,
I am working on BLE pairing using NFC (OOB) on nRF52832 device.
My requirement is need to have custom message on the NFC tag.
I Have gone through some examples...