Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
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...
Hi All,
I am Using the NRF52840 DK Device for my application development
I want 2 UARTS for my application
I have used the example - nRF5_SDK_15.3.0_59ac345\examples...
I am currently developing a central device based on the NRF52832. I am able to discover and get handles to all the services and characteristics of interest on the peripheral...
Hello,
I wanted to know if I can use AT commands to communicate with nrf52840 DK.
If it is possible, do I need to have a separate firmware or is nordic sdk enough?
Hi, I am new to FreeRTOS and am planning to change to some of my code routines to FreeRTOS because my code has been expanding and in need of priorities interrupts. I face...
Hi,
I have modified the asset tracking application to work with my AWS IOT account, I have noticed that after several minutes, the broker stops responding (not getting PUBACK...
Hi,
I am experimenting with ENC28J60 and PCA10056. Following are my connections:
================= =================================== NRF52840 PCA10056 ENC28J60 (pin...
Hi
I tried to implement Eddystone example in nRF52810. it worked successfully. Then i tried to implement same in nRF52832 using pca10040. But it not working. I only changed...
Hi, I'm running the saddc_pca10056 peripheral example given in SDK v15.2.0.
The analogue pin A0 is connected to the signal line of an LM35 temperature sensor. When I measure...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flash the image. I am using ‘ble_app_blinky’.
I am porting RTC example code as is into ble_app_blinky...
hi...
i want to advertise the multi link central example , i have added the advertising in code , now my central is advertising but when i tried to connect , i am getting...
I programmed a NRF52840 Dongle with the example light switch code having changed the channel to 14 which is what my coordinator is on.
I then programmed a NRF52840DK with...
Good day,
I program my nRF52-DK with BLE Eddystone example's pre-compiled hex:
\nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_eddystone\hex\ble_app_eddystone_pca10040_s132...
my bootloader.hex is generated by "nRF5_SDK_14.2.0_17b948a\examples\dfu\bootloader_secure_ble\pca10040\arm5_no_packs", my app.hex is generated by a modified blinky example...