It is good practice to prefix the includes from one's C libraries with a directory so that they are all part of the same 'include namespace'. Unfortunately the Nordic SDK...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
I'm trying to design a very low power sensor that takes readings using ADC and SPI 200 times a second. I'm a bit worried by the current EasyDMA uses (1.1mA). As far as I can...
Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
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...