We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
I have the nRF Control Panel Android application. It works fine with several BLE devices, but specifically for the Fitbit Flex, it fails to connect.
I know Fitbit wristbandes...
Hi,
The situation:
I was able to successfully receive known packets from a device running gzp_device_dynamic_pairing, from, the host running the gzp_host_dynamic_pairing...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
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...