i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hi, as the table register above, If I want to set Tx_Gain manually, Does MODE effect my config? (Ex, if I choose mode as 0, does the device use POUTA default to use instead...
Hallo,
I am trying to communicate MAX86140 sensor with nrf52840DK. This is the link to the datasheet of MAX86140/1 . I am able to write and read MAX registers successfully...
Hi,
We are using mesh SDK 5.0 on NRF52840, We need to add about 30 groups in subscription of a node.
Using the provisioning app, we can add about 30 groups in subscription...
Hellou, i have questiuons about NRF MESH SDK 2.1.1.
We have in production street light based on light_switch_server_nrf52832_xxAA_s132_6_0_0 from NRF SDK 2.1.1.
When we...
Hi, I'm new to the Nordic Eco-system, but we are working to use nRF52811 in a proprietary beacon solution.
We are tying to modify the "Heart Rate Service" example to best...
I've developed a custom service and DFU using secure bootloader. I've started developing it for nRF52832 and all was working. I was able to generate .zip file and update the...
Hi,
Kit : nrf5340
SDK: nrf connect SDK
I While testing the timeslot example in nrf samples part, I am getting the below error. Kindly tell me the procedure...
Hi!
I'm close to finishing a project where every type of messaging is done using simple BLE broadcasts (using my own frequency hopping and other features.)
However I...
Loss of comms between nRF24L01+ transmitter and receiver after successful data transfer.
One rf24 is configured as a PTX (sensor device) communicating in a simple point...
Hello,
I need to implement, say, 100 LPN + proxy and 1 friend + proxy, LPN are metering devices.
How can I send a value from a sensor to my phone without sending a request...
My project starts to grow and I would like to separate different parts of code into modules. Each module will present one .c file together with its .h file. In some .c files...
Would you be able to clarify why the Azure IoT hub is marked as experimental in NCS v1.5.0 on the menuconfig?
And is there any features missing or not verified etc?
And...
I am using S132 v7.0.1 on an NRF52832 to do a basic scan for BLE advertisements for 30 seconds (10 seconds on each primary advertising channel):
This works fine and as...
I am developing a custom board with NRF52832 and an audio DAC which outputs to a headphone jack. When the headphones are plugged in I can't program the board with my Segger...
Hi,
I have updated our SDK version from 15.0.0 to 15.3.0 for our custom board based on nrf52832
I wanted to rebuild the bootloader just in case it was needed. So i have...