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...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
Hi,
I'm trying out S130 SoftDevice. I have 1 device with S110v7 which acts as a peripheral.
2nd device contains S130 0.9 (I've based my code on S120 multilink central example...
I've gotten the experimental_ble_app_s130_example_c_pca10028 (BLE Dual role application) to work with my nRF51-DK (modified for my needs). It's an nrF51422 chipset.
I want...
Hi,
I am trying to perform RF production testing using nRF51 development kit. My DUT is another nRF51 DK. I am setting my DUT according to Figure 2 mentioned in nAN 34...
HI,all
when i want to notify with MITM,there is an issue with my project.
my central role device is IPHONE and the app is lightblue .
When i enabel notify ,the nrf52382...
Hello,
I am using battery (3V) to supply nRF51822 system and the circuit is made according to DCDC mode circuit. My question is :
what is lowest voltage the battery can...
I have two p_storage_param modules param and param2 . param would store 3 blocks of 16 bytes and param2 would store 10240 bytes (10 pages). I called pstorage_register (param2...
Hello,
I followed both tutorials about using Eclipse GCC and migrating to peer manager.
I get no error when I follow them individually, i.e. when I use the project included...
Hi,
I developed an application based on s110 using the nrf51 DK and it works fine. The DK is based on a nrf51422 QFAC which is the biggest one in terms of memory sizes. Now...
Hi,
the mesh_dfu.c requires the definition of tx_config_t, which I can't find anywhere in the repo branch sdk-8-support. Same with RBC_MESH_EVENT_TYPE_DFU_SOURCE and other...
Hello,
This is in reference to the following:
devzone.nordicsemi.com/.../
The post talks about the maximum size of application that one can in order to be able to...
I'm trying to get the PWM example to compile in SDK 10. However I cannot get app_pwm.h to compile. I get the following errors:
expected expression before '{' token ble_app_hrs...
Hi All,
We are in design Phase of our product and would like to use NRF52 Chipsets for it. Please Clarify our query regarding it.
I have two Nordic NRF52 Chipsets , One...
Hello:
Im using SDK 10 with softdevice V130.
Im opening UART:
uint32_t err_code;
const app_uart_comm_params_t comm_params =
{
RX_PIN_NUMBER,
TX_PIN_NUMBER,...
Hi,
In nRF52832_OPS_v0.6.3.pdf chapter 16 Power-Power management.
It describle as follow:
Automatic switching between LDO and DC/DC regulator based on load to maximize...
Hi all
I found the following thread that mentions that the "radio test example" can be used for FCC testing:
devzone.nordicsemi.com/.../
Now the certification lab...
Hi,
We have the samples of the NRF52 in CSP, but we don't find the documentation concerning the pin assignments.
We would like to do a routing with this chip, is it...
I am trying to incorporate our Manufacturer name to the Device Information Service. I am working on the ble_app_uart example which does not include the file ble_dis.c nor...