I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hi,
Using 'nrf5_SDK_for_Mesh_v5.0.0_src' exampe project 'light_switch' developed for nrf52 Development Kit(pca10040). How to make the same project working on Thingy52(pca20020...
I am working on a project based on the ble_app_hrs_rscs_relay example project which I have largely extended with many additional services.
For example I am offering an additional...
Hi
I am working on nRF52832 , I want to store the data in NVMC . so I am trying to write the data blockwise , I saw the layout each page consists of Block 0-7 .To each block...
Hi everyone,
Is it possible to implement a USB device belonging to the Personal Healthcare class with the nordic nrf52840 DK?
NRF supports Personal Healthcare USB class...
Hi, I have written these 3 functions to erase/read and write. When I write any value from address 1 it gives following wrong output(0 1 2 3). But When I start address from...
Hi nordic team,
I use the nrf52832 EVK ,I want to connect MIC and speaker to the EVK.
I read the nRF52832_PS_v1.4.pdf, and i guess following interfaces can be used.I don...
Hello
I am using Linux PC
nrf52832
chmod 777 to the nordic serial port
using the bt_nus_shell script :
sudo python bt_nus_shell.py --name BT_NUS_shell --com...
I want to use nrf5340 on DTM mode (installed through nrf connect) to test Carrier frequency offset for CTE packets using CMW500. However, CMW uses power trigger to find the...
I have developed a custom PCB based on nRF 9160. I have followed the connections as per the attached image
Can I use Segger Embeded Studio to program the custom PCBs. If...
Hi there!
How i can put nrf52840 NCP module into low power mode or turn it off? By SPINEL_PROP_MCU_POWER_STATE property of Spinel protocol getting error - "Prop_not_found...
Is it possible to implement a wakeup/power-on-long-push?
Working with the pwr_mgmt example from SDK 17, I see how bsp_wakeup_btn_config works to enable a BUTTON_ACTIVE_STATE...
Hi, I have a project in which I need to connect to an infusion pump via BLE.
I need your urgent help :)
The pump is advertising every 15 minutes for 10 seconds.
how...
hi,
Using nrf52840
setting new mac address results Error 12802:
using mac : 7F:37:DA:47:22:B1
gap_addr.addr_type = BLE_GAP_ADDR_TYPE_RANDOM_STATIC; gap_addr.addr_id_peer...
Hi Team,
We have ported the code from SDK 16 to 17.0.0 version. While compiling we are getting error (attached the screenshot).
But the all required files are included...