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...
I used nRF connect on iOS to get values from a device. I can see the characteristic property as indicate: when connected it displays the values I need.
1- Is there any way...
HI,
I purchased the nRF51822 Bluetooth Smart Beacon Kit ( I knew it's discontinued ) to perform a quick and simple POC (put my custom 31 bytes for the beacon to advertise...
Hi All.
I have an issue with my development kit. I was working with DFU so I flashed the secure_bootloader project in my nrf52 DK so it is working fine.
But after this...
Hello,
I have an Adafruit Feather M0 Bluefruit LE with an nRF51822 chipset from Nordic and I am currently dealing with Bluetooth Low Energy, especially with profiles, services...
Hi,
As I am new to this BLE applications I am unable to get actual flow of implementing a service to send application specific alert notifications from server which includes...
Hi,
I´m trying to combine the examples "BLE_app_uart" with "TWI_Sensor", because I would like to read data from sensor and put them to my BLE characteristics. I´ve done...
Hi sir
I am getting the current date and time from GPS module . I want to calculate the number of second between 1 Jan 2000 and current date and time. but i am getting how...
Hello, Everyone.
I'm developing a beacon to check the battery level.
I'm current using
nRF51822
SDK11.0.0
Softedevice S130
My inquiry is nRF52 series is...
We just received a batch of custom boards containing the nRF9160. I would like to test them and start developing our actual application.
So far I have switched SW11 to match...
Hi everyone.
I'm using pc_ble_driver_py with nRF52840 USB dongle with burned connectivity_4.1.1_usb_with_s140_6.1.1.hex.
pc_ble_driver_py is modified by me to support...
Hi,
Is there anything to match the above subject with SPI ?
The coding for sending and receiving should be written on the both sides of sensor driver and master side?...
Hi,
I am looking for documentation about the reflow process of the nRF9160, but I cannot find it on the documentation webpage. Is this information available at Nordic? I...
Hello.
When Notifying about 100 bytes of data, sd_ble_gatts_hvx() is sent 5 times. Occasionally NRF_ERROR_RESOUCES occurs. Currently MTU_SIZE is 23, and the actual data...
based on the comments in sdk_config.h, the softdevice uses priorities 0, 1, 4, 5. yet in app_util_platform.h, the macro _PRIO_APP_LOW_MID is given the value of 5. is this...
Hello
I need to do pairing with Android devices without passkey in ble_app_uart example.( Device nRF52832 ,SDKv16.00, softdevice S132 )
I use ble_app_gls example and Android...