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...
hi,
i test my project for i2c sensor module, the debug found have error what there are the following error tips.
..\..\..\swct_application\i2c_sensor_driver.c(14): error...
Hi,
I'm trying to write custom boot loader, that receiving hex file via uart and write it to location 0x40000 and then jumps to the location. I changed FLASH_ADDRESS and...
Dear experts,
We are evaluating to perform Round Trip Time (RTT) measurement for ranging application. The accuracy requirement is 1m to 2m. Are there any sample applications...
Hi,
I am using a custom board which I designed based on the Puck-js board, except that I am only using an I2C based distance sensor instead of the other devices onboard...
After experiencing UART problems without handshaking I opted to enable hardware handshaking.
Where RTS & CTS are pins 5 & 7 respectively.
I was experiencing overrun (insufficient...
The nRF6905 nRFready Basic Remote is a complete hardware and software reference design for basic 2.4GHz RF remote controls.
What nRF24LE1 devices are included in the hardware...
hi sit and test bluetooth mesh and i do not quite understand how the client knows that the server is off or on and there is a way to find out if a server is on or off
Hello,
I would like to use nRF52840 in order to make some BLE5.0 mesh products. When I open the nrF5 for mesh, I can see only examples for nRF52832.
Do you know if these...
hello, i am trying to implement external RTC in my application. i am using the SDK 14.2.0 and softdevice s132 .n also for external RTC using the M41T62 with nrf52832DK. so...
Maybe there's a secret I'm missing but this looks like a development / debug flag that got left in.
I'm porting an app from SDK11 to SDK15, when I call app_button_init(...
Hello
There seems to be no makefile in this example to use with armgcc compiler(why?) so Im trying to port it using the makefile from the ble_app_att_mtu_throughput example...
How to write driver for ADC by accessing direct registers of nRF52840 ?
I don't wanna use SDK APIs.
I wanna read LDR value connected to A0 (PO.3) pin in continous mode...
Dear all,
I'm trying to change the advertised device name during advertising depending on some variables.
I'm observing with nRF Connect and Lightblue, both running on...
Hi,
I have followed the steps for the 2 demos for nRF52840 DK, the Heart Rate and the Proximity demo. In both cases, when disconnected from the android device, the evaluation...
Heey everyone,
I'm currently working on a wireless application and we would like to have a range of atleast 300 meter. Yesterday I was testing the range between 2 SDK...