Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
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...