I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
~/ncs/nrf/include/dfu/dfu_target_mcuboot.h int dfu_target_mcuboot_done(bool successful);
/////////////////////////////lack of this in last #ifdef __cplusplus } #endif
I am using mesh SDK v4.2.0.
I read the documentation of the remote provisioning example (pb_remote) and took look at the code.
My first feeling was that the remote provisioning...
To the kind attention of Nordic support team,
I'm working on a nRF52 based product, I saw using your sniffer that after LL_CONNECTION_UPDATE_REQ
I have got a Window Offset...
We have an nRF52 DK and have developed a customer board. On the custom board we have a header with pins for power, ground, clock, and data.
When I connect this to the nRF52...
Hi,
I've got ANCS working well in my application, but I seem unable to increase the length of the notification's message that I receive.
BLE_ANCS_ATTR_DATA_MAX is defined...
Dear sir,
I have an two problem:
1) Once change the device mane, after system rest some junk value is stored Note : here the device name read from the flash memory ...
I'm trying to run Provisioner Example on my nrf52840 DK, which is in examples/provisioner directory, . First I've build softdevice on DK and then I'm trying to build provisioner...
Hey NordicSemi. In my new project, I use DK NRF9160 and I need to determine the location. Since hardware GPS does not work, I decided to use the detection of coordinates through...
Hi,
Something locks-up my I2C sometimes and I need to make I2C recovery. It looks like Nordic has not implemented the zephyr i2c_recover_bus function, so I guess I need...
I'm looking for dual core inter task communication examples
where a thread on one core is interacting with a thread on the other core ?
e.g. will there be some kind of...
Hello All,
I was looking at the Digi XBee3 modules for a ZigBee project I am working on. What is great is they allow you to write MicroPython code to control the network...
I am trying to send some values from nRF52810 Board to my Laptop. I am using a nRF52840 Bluetooth Dongle to connect the board to my laptop. I am using the "Heart Rate Collector...
Is there a way to get the values of CompanyID ProductID & VersionID before provisioning? I'm working on my android application using the nRF Mesh Library and after identification...