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 Developers,
Just started with the nrf51822 and managed to install:Keil 5.05, Segger J-link, nRFgo Studio 1.16 and the Master Control panel. I also loaded the SoftDevice...
Hi,
I'm knowing the device_firmware_updates project in SDK and I want to know whether I need to program the softdevice when I do the device firmware updates over UART?...
I am developing a windows application, using the MasterEmulator api.
I am discovering BLE devices with scan parameter Active and Passive.
The result is that most of the...
HI,
when I used nRF51822 for 2.4G transfer ,I found that RX can't receive data in some direction .Can TX use two antennas and matching networks to work alternately in order...
Hi all,
I am currently working on a BLE project based on the PCA10001 evaluation board. I am trying to follow the nRF51 application note. I have done everything that the...
Hi
I'm using the nRF51822 and custom a service.I add 4 characteristic in the service and all of them
config to indication type to send data.Everything is Ok and sending...
Hi
I'm just starting with all this. My set up is a nRFgo motherboard with a nRF51422 DK attached (PCA10007).
I've installed all the tools of the toolchain as stated in...
I've just flashed the softdevice 5.2.1 and BLE Proximity sample app to my nRF51822. I presume any previous bond state on the device should have been wiped by doing this. ...
It would be nice if you could update Application Note 29 ("Development with GCC and Eclipse") for the nRF51822 to include instructions for Mac OS X.
I don't think it's...
Hello,
I developed a BLE based application using nRF51822 softdevice S110.
This application is very low consumption.
The device connects every 60 seconds, and can send...
I try SDK hid mouse example this days, In SDK v4.2.2 it does not work sometimes when I press button 0~3 ,and some times the mouse arrow move slowly when I press the button...
Hi,
I'm trying to make the nRF module work with an older IO demo board. Does the flexible GPIO system via pin crossbar allow you to modify the pin assignments of the SWDIO...
I what to send button data , how to construct button data array :
uint8_t buffer[INPUT_REP_BUTTONS_LEN]; in function ble_hids_inp_rep_send() ?
In SDK mouse demo I can...
I want to add to lbs service battery service(bas) as well. One of the changes is in the advertising_init() function:
static void advertising_init(void)
{
uint32_t...