How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hello
I am trying to implement nRF9160 with LwM2M client on smart device which will be managed by our own instance of Leshan server.
After the device is registered,...
NCS 1.4.0 SES 5.10D Board nrf5340pdk Windows 10 Pro 64bit
I am trying to use a verified and working project as a base and make changes (as opposed to making changes to the...
I'm trying to evaluate the nrf5340 using the PDK.
I want to port an nrf52(832) application to it and I'm having a lot of trouble understanding how to work with west and...
I have been working on porting the nrf Desktop Mouse to my custom hardware which includes an Adafruit_nrf52840 feather, and a PMW3360 motion sensor.
I ran the Peripheral...
Hi,
Some background, I'm writing a test firmware for the NRF52840 DK that will be used in our production line. We're programming 10 devices simultaneously with the same...
Hi,
I am using sdk11 and nrf51422 device with s130 softdevice for ble_multilink_lesc example code. How do I add DFU service in the existing code? I have added DFU service...
I need to add a time stamp to the sensor date。
But I dont known how to get the time in microseconds.
Maybe the timer in with 1Mhz can realize this,but I don't known how...
Hello,
I developed a Thread network starting off from SDK for Thread 4.1 multiprotocol example. In my application I send data over MQTT-SN with a period of 1 second (packet...
Hi,
I'm using NRF52840 device to connect to a mobile via BLE.
Sometimes, I have error 133 and disconnection.
Can I initialize my BLE in a different way (characteristics...
int main(void) { bool erase_bonds; ret_code_t err_code;
log_init();
{ // Initialize the async SVCI interface to bootloader before any interrupts are enabled. err_code...
Hi,
I am using nrf mesh 5.0 sdk and nrf 17.02 sdk for nrf5832 board and want to implement scene setup server model in the light ctl and light lc model combined. I am not...
Hi,
We are working on our new product which needs a BLE connection with a mobile phone.
Our requirements are as follow:
1) Four digital output. (It's preferred to be...
Hello,
From the ble_app_uart example I created a version where instead of the UART the incoming data over BLE is processed using the scheduler.
Processing is not much...