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...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hi Nordic team,
I am trying to implement DFU over uart in nRF52832 using SDK 17.0.0. My device has nRF52832 and main MCU in it, and I would like to do DFU from main MCU...
Hi
I play with watchdog.
After a watchdog reset the debugger does no longer stop on a breakpoint or generate a hardfault on a __BKPT()
How can I config the Chip to handle...
I have tried nrf_mesh_disable(); but it does not turn off the Provision Beaconing.
mesh_provisionee_prov_listen_stop(); does the trick, however I am struggling with re-enabling...
Hello
when hardfault is happaning, I can catch and understand the reset reason easilly, by looking at the map file
however, from time to time, I get a reset without...
I'm using Segger Embedded Studio version 1.6.0 to try to do some testing with SPI for a future project. Currently I am adding SPI functionality to the "Blinky" example: I...
#define SCAN_INTERVAL 0x00A0 /**< Determines scan interval in units of 0.625 millisecond. */
I am a beginner in this field. I am not sure what does this hexadecimal number...
Hi team:
After my device runs normally for more than 10 hours, the issue that THE socket cannot be created occasionally occurs. Once the issue occurs, the socket cannot...
Hi. I'm working on several projects, some of which are not using Nordic chips. I installed the latest Segger J-Link drivers to support a different project. I believe this...
Hi,
I am using nrf_drv_clock_hfclk_release (); in order to release the hfclk, before the call, the internal counter is 1 and the module is initialized.
because the counter...
I'm working on the NRF Connect SDK v1.6.1 and building the zephyr\samples\net\gsm_modem project, since I'm trying to set up and operate a Nimbelink modem. The code references...
Hi everyone,
I would like to change the output voltage and current driver strength of some GPIO ports on the nRF52840. I am using the zephyr driver "gpio.h" API, but the...
When I try to connect to a previously bonded device, I'm getting
Disconnected (reason 0x3d)
and bt_att: Unhandled ATT code 0x1d
and if I delete the bonds again and try...
I am writing a coordinator application based on the zigbee CLI example. I am using SDK for Thread and Zigbee v4.1.
I am using a function in zboss_api called zb_secur_ic_get_list...