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...
I have a project based on SDK 15.3
I've set #define NRF_LOG_DEFERRED 1
The project generates a high volume of log output over RTT
NRF_LOG_FLOAT_MARKER is a macro that...
Hi, I am using the nRF51822 with SDK 12.3.0
I am trying to make use of nrf_drv_spis driver included in the SDK.
My purpose is to have nRF51822 constantly be RX-ing over...
While investigating my stack corruption issue , I noticed that the RADIO_IRQHandler is always called twice in quick succession:
But the NRF_RADIO->INTENSET register only...
I'm trying to communicate between two devices (nrf52840 and teensy 3.6) over RS485, but I'm having some issues using the UART library in the SDK. I'm trying to create an interrupt...
Hi,
It all happened today after being used the board for a month. when I tried to turn on the board it does not blink LED5 nor does it show up in the device manager. I to...
Hello Nordic,
I have multiple Thingy52 devices upgraded to V2.2 firmware via nRF Connect application on my android phone.
Have been trying to add the BL Mesh light switch...
I want to read timestamp in my nRF9160 device and found that "z_tsc_read()" function in Zephyr RTOS will do that. However, I am not able to include the main library of the...
Hi,
We are developing mesh control lighting system with nrf52832, now we're able to control devices through mesh.
But now we're having problem with showing node state...
Hello,
I have two devices, one central and one peripheral and I try to implement whitelist. I took a look at ble_app_hrs_c example and the whiltelist is working on central...
Hello,
I am using ble_app_blinky. I have a basic query about event handles. There are lot of event handlers registers as part of initialization. Will all these event handlers...
Hi all, we has experienced two PPK boards start to give faulty reading after several uses. I attached two screenshots about current reading with same setting on the DEV board...
Hi,
after having a little break from ot and working on another project, I am back working on getting the NRF into systemOFF. to get back into it I just made a very small...
Hello there,
Prior to updating to the latest modem firmware i was able to successfully get responses from the DK.
Running the Asset tracker app as well as AT Client. ...
Hi
I am currently trying to connect the sht31 temperature / humidity sensor. First, I made an implementation based on the twi_sensor example. I did it all, the temperature...
Dear all,
I am quite new to embedded programming and I am looking for a tutorial/example code in order to communicate/configure an accelerometer sensor (LIS2DH12) with NRF52...