I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
Hi,
I checked erratas for nRF52840 rev1 and #164 is gone but #191 is still there. Can I have both #164 and #191 active in my code and it won't cause problems on either engineering...
Hello,
I have a question regarding the nrf uart driver. The RXTO event is never triggered even though the Interrupt itself is enabled (and the line is idle after a packet...
hi,
In Light switch Example ahead of time he have 3 Servers so we set SERVER_COUNT=3
if I want to develop Mesh Network..Where I introduce new Node, Provision the node...
when i use other hex file, it appear every time.
after i click "yes", i can't scan the divece?
so what the proble ? how can i use "nRF Connect " with other hex file ,...
Hi everyone.
I want to use the nRF8001 in a low power application and therefore I want to save as much energy as possible.
I read in other discussions that the nRFgo studio...
Hello,
We are mocking our code but we are having difficulties eliminating the dependency of other files the mocked file includes due to the mocked header including the...
Good morning,
I am running the UART example from SDK 14.2 (example/ble_peripheral/ble_app_uart) on a brand-new NRF52832 development kit (PCA10040).
On the master side...
Hello.
I try to periodically updated data in my characteristic that way:
As soon as I connected via "nRF Connect", function " sd_ble_gatts_hvx" returns: NRF_ERROR_SVC_HANDLER_MISSING...
Hi all ,
I have SHT31 and I can read Temperature and Humidity value by NRF52 . But I want to create 1 service for display it on smart phone with the RH (name: Humidity,...
Hello,
I would like to measure the voltage of circuit GND by using the embeded SAADC of nRF52832.
But unfortunately I have no vacancy of GPIO to connect GND.
Could you...
I have set up a nrf52840 kit to upload data to nrf cloud via bluetooth but the data on the cloud is displayed as a hexadecimal number(1,2,3,4,5,6,7,8,9,A,B......) I want to...
I am not seeing a transition to BLE_ADV_EVT_SLOW. The transition I see goes from FAST to idle, without a transition to slow, from the configuration I don't expect to be in...
I am trying to implement a timer using nrf_drv_timer.h and nrf_timer.h, however, the handler never gets called.
I first create a timer, then define a timer handler and finally...
Hello everyone! I am trying to program a nrf52832 sparkfun board through a nRF52DK. I have already gone through the pin connection guide succesfully and I can flash succesfully...