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 ?
Hi
I am using nrf sdk 15.2.0 for MEsh networking.(Mesh SDK version 3.3).
Hardware platform -nrf52832(pca10040).
Steps followed:
1. Compile and Run light switch demo...
Dear nordic,
I want to test Thread. I selected Thread Cli example for this. but i need to know something regard this. Iam new in the thread. from this example command is...
Hi, I am trying uart example now, not first time. I made it and check the receiving and transmitting data through ble last week.
The problem is it is not working now. Building...
When i am sending data packet from node a to node b why is b node relaying the message back and forth.It shudnt do that .
I just have 2 nodes in the current setup. Node...
I watched https://devzone.nordicsemi.com/f/nordic-q-a/33591/softdevice-s140-v6-0-0-how-to-set-the-channel-mask-for-different-channels
Does this work the same way in my situation...
I'm having a heck of a time getting the SAADC to just return one sample in a blocking manner using SDK 15.2.0
I'm pretty far along in developing a couple of nRF52840-based...
How many capture compares does each timer have on the nRF52810?
The documentation is conflicting. In the "Registers" section for the Timer peripheral in the data sheet it...
Some comparison charts I've seen from Nordic indicate that the standard is supported by nRF52840 only, but it is not clear if it can actually do it in the three bands specified...
Hello,
I have a peripheral based on SDK 9.0. I have tried to follow the peripheral proximity example to get bonding working with the app. The App is currently running in...
Hello,
Im new to the Nordic Ecosystem, and have been trying to set hardware uart with Nordic Thingy 52 with CP210x using the sdk13 uart example. I included the uart driver...
Hi Nordic,
I was porting Nordic freertos hrs example(13.0.0-1) to Nuttx system. I can do advertising, connection establishment and data transfer, but bonding failed. I...
Hi,
We are using development kit NRF51822 in our project ...so plz tell me which version of sdk do i need to use ..and also which version of keil do i need to use for this...
Hello,
I want to make a PWM signal that fires an interrupt at the end of the PWM period. I want to use two CC registers - one for the pulse width and one for the period...