Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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...