Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hello,
I am trying to evaluate the NRF52832 on a custom board and i will design the antenna according to your NRF52 Thingy:52 design. I am quite a newbie about RF&Antennas...
Hello
I'm using SDK 15, S132 PCA10040
I have followed this tut.
I've tried 2 scenarios which in both I get error value:
1. when advertising_init() is before services_init...
Hello,
I saw this , but I was struggling with the merge for quite a long time now. Is there any ready example for e.g. provisionee or provisioner from light_switch merged...
Hi, Nordic!
I wanna know how change characteristic(service,Rx,Tx) UUIDs .
For example,
Proximity UUID : 01020304 -0506-0708-0910-111213141516
Service UUID : 01020304...
Hi,
I'm trying to merge central/peripheral example "ble_app_hrs_rscs_relay" with "ble_app_buttonless_dfu", and get error while compiling ‘ble_dfu_unbonded.c’:
I've included...
Hello I originally wanted to use esb_ptx/esb_prx but the packet could not be changed to 128 bytes! Compressing data packets is inconvenient! I use radio to achieve my project...
I am using Segger Embedded Studio and the nrf52840 development kit.
I can run the BLE peripheral examples using SDK 15 and s140 V6 "blinky" and " cscs" .
but the ble_app_rscs_pca10056_s140...
Checking if this is possible and how to complete.
For the ble_app_beacon example, I'm able to reuse #define APP_DEVICE_TYPE 0x02, to be #define APP_DEVICE_TYPE 0x0E, 0x06...
Hello ,
we are new to BLE
1. We make a long life temp and light sensor , just only transmit from the Nrf to mobile (one way ) , we would like :
1.1 sensor always be...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hello,
For my project, I want to be notified when my device changes the value of my characteristic so i used the HealthThermoDemo example.
here is my code :
But despite...
Hi , I want to use two GPIO oin with button press hadler even . when pin low will interrupt and into handle..
Below is the code for the single key.
Thanks.
Pa...
This is somewhat of a continuation of this topic:
What does APP_BLE_CONN_CFG_TAG do?
Softdevice 132, header: ble.h: SVCALL(SD_BLE_CFG_SET, uint32_t, sd_ble_cfg_set(uint32_t...
I'm using RFduino that utilizes nRF51822. I need to set a timer1 as timer0 is used by the BLE stack, so I used the following code:
#define TRIGGER_INTERVAL 1000 // ms...
Hello,
Today I had a case where I tried to perform a bootloader-only DFU on a device with a debug version of the bootloader, but instead of trying to replace it with another...