Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
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 all,
I am facing a problem with pstorage_init() function. In fact after enabling the softdevice (S130), I am calling the pstorage_init() function. When debugging, the...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hello,
I am new in this using of this RF module. I have tested it in many ways. But I'm using this module with pi16f72 So, it has " SDO,SDI,SCK" I have crossed the cable...
I'm working on a project where we're having mulitple nRF51822 chips communicate in a multiceiver way. When we bought the nRF51822 chips, the technical sales rep claimed that...
Hello, we have kind of an in-house serial command protocol that we have used over Rs232, sockets, wifi, etc, and we would like to implement it over BLE. I am inheriting a...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi I'm confused by this statement... Can my characteristic size be more than 20 bytes?
Each outgoing data packet can contain up to 20 bytes of user data (set by the specification...
Hello! What is maximum number of bytes can I send from Central/Peripheral to Peripheral/Central device in one packet? Can I send more than 200 bytes in one packet? I want...
Can anyone point me to sample code that exercises ANT's "advanced" burst mode? I have sample code provided by the Keil SDK that contains a prototype for function sd_ant_adv_burst_config_set...
I'm actually writing some data to the flash. I'm using pstorage api interface.
But whenever I flash the new firmware, I get some garbage data.
in my main function I would...
Posting this question here as there seems to be no Tech Support available in India.
I am looking for a BTLE solution that can be used in my BT device.
The functions...
My Problem
ble_app_uart app hangs at main.c line 503 " ble_stack_init(); "
My Setup:
SDK: nRF51_SDK_8.0.0_5fc2c3a
Device: nRF51 DK
Editor: CrossWorks
...
Hello development zone,
I'm new to nordic, and I have a question about role swithcing.
With knowing that, this kind of questions may be answered many times before only in...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...