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 Nordic,
I started from an empty project with peripherial control first, the code size is about 12KB. Then after adding peer manager and related code(fstorage, fds and...
Hello,
I build a custom board with Nrf52832 , to drive Relays , all works without load , no problem for drive the output.
When i put a load sometimes my device disconnect...
what are the total number of devices that can be connected to nrf24 ?
I would like to make one transmitter and rest of all as recievers without acknowledgment will it be...
Hi,
We are trying to use GPIOTE / PPI to turn a MOSFET on A microseconds after an event clears a timer and to turn it off B microseconds afterwards.
It is easy to do...
I am running into an issue with the Fstorage Library with SDK14 that I did not have using SDK12.
When I am not connected to BLE I can erase and write flash with no issues...
Hello,
I am trying to make BME280 sensor work with nRF51 DK. I just need temperature readings. So i searched if there was some examples using this sensor and i found this...
Seems PPK is broken, it measures ~70mA no matter what I connect it to, even only measuring on a DK in shutdown.
I suspect this happend during measuring on a custom board...
Hi We are making a project where we use Bluetooth mesh, which works fine, but we have a problem with TWI (slave), the problem is when we want to read what is on the slave...
when i use dsm_address_publish_remove() to remove a group address , it will show MESH ASSERT when i restart the board.error code is NRF_ERROR_NOT_FOUND when execute dsm_address_publish_add_handle...
I read on ANT documentation that is possible to configure different channels with different network keys.
In my project i write:
>> sd_ant_network_address_set( "ANT+NetworkNumber...
Sorry I must have missed some crucial bit of documentation.
I have some code working using GPIOTE, however the inputs of the hardware, that will connected cannot be driven...
Hello,
I have interfaced MPU accelerometer on i2c and GPS on UART. Have enabled UART and using printf to display both sensor data. To begin with, both work fine individually...