Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Hello,
I am facing an issue with SPI when the SoftDevice S132 is enabled and i cannot figure out what the problem is.
The following test works perfectly when SoftDevice...
I want to develop a central role application (using a Redbear BLE Nano - based on nRF51)
I believe that this requires use of a softdevice and am looking for how to do this...
Hi. I am trying to set up timer in counter mode to count up signals from gpio through the ppi module, but it's not working. In main cycle I am testing the timer using led...
I want to sense bluetooth from any distance the radio can detect and without connecting, pairing or bonding. Simply turn led2 on while the nrf51822 senses RF and when it no...
For my application I need a lot of different timers. I dont use a soft device. Its a nRF52 Chip on board.
#define APP_TIMER_OP_QUEUE_SIZE 20
APP_TIMER_INIT(APP_TIMER_PRESCALER...
Experimental Buttonless DFU worked correctly when compiled with keil, but the same example compiled in eclipse by gcc is not switching to bootloader mode. value 0x01 is updated...
Hi There,
Are timers 3 & 4 accessible to the application when using the v3.0 S132 softstack on the NRF52?
Looking at table 4 of S132_SDS_v3.0.pdf they are not listed.
Cheers...
Hi Community, many thanks for reading!
I have built a Breadboardadapter for an ISP1302
Inside
On Breadboard
There is no Groundplane or design rules.
Yes,...
I am using a nrf8001 and the arduino aci library ported to work with my project.
I have started from hello world example.
Connecting to the device from android app, sending...
Hi there.
I am compiling the Nordic MQTT subscriber example (using TLS), and see the following error:
c:\program files (x86)\gnu tools arm embedded\5.4 2016q2\arm...
I have an example app ble_app_cscs_pca10028_s110 and when I add /../../../components/drivers_nrf/nrf_soc_nosd to User Include Directories I get an error NRF_EVT_FLASH_OPERATION_SUCCESS...
So right now i have one characteristic which is writable and it has 8 different fields within it.
If I read it with nrf connect app i get 0B-00-0C-00-0D-00-0E-00-0F-00-10...
Hi all, I'm working on SDK12.1.0, soft device s130_nrf51_2.0.1_softdevice.hex. I need to two 128 bit services for these I increased the vs_uuid_count to 2 but it not advertsing...
Hi All,
Please, I would like to know why when using bootloader on nRF51822 , the app does not start when it is being flashed with a debugger (I'm using the J-Link), however...