Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
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...