I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi,
I use nrf51822 HID keyboard.
How to add a game-pad report as a second report in the ble_hid_keyboard ?
How to init the function hids_init() in SDK.
Thanks
Gamepad...
VPN Solutions are a guaranteed private network association constructed on top of infrastructure that is publicly available. vpn connection free Providers provide an alternative...
Hello,
I am writing an iOS code using Swift3 to connect an iOS10 device to nRF52 pca10040 and blink an LED. The nRFConnect on iOS can easily connect using the device name...
void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
Hello,
we are evaluating the distance measurement module to integrate an indoor location function to our product.
We see the module is still "Experimental".
We need...
Hello,
I have the peripheral BLE device. It is always had different mac addresses on disconnection/on reboot.
I use my mobile phone with Android OS to initiate pairing...
Hi, I need help with a simple example code to read analog pin 5 and either control brightness of the LED or print value on terminal. I found this example but it didn't work...
Hi nRF Team,
I would like to know more detailed operation of LE audio profile on nRF5340.
My requirement is to continuously process PDM mic ( PCM data ) interfaced to...
Dear all, in my company we started to product custom pcb with nrf52833 for networked lighting control (NLC).
For the firmware, we had a look to the examples provided with...
Hi,
we have got some async uart api application running with zephyr 3.2 on nrf52840.
This worked fairly well until there have been added some file-write operations to...
Using the zepher spi driver (which wraps nrfx) on ncs v2.6.1, the CS line goes low to start the transaction, then high about 10 us later, but the data keeps coming out.
...
I am using nRF52832 and Nordic connect sdk. I want filter scan for the beacon having specific uuid. I have programmed the dk with this code
The serial terminal is showing...
Hello,
Our nRF52833 is powered through a load switch and control when to enable it is based on external peripherals logic. The MCU is connected to external peripherals that...
Hello,
I am contacting you because I no longer have the "Enable Debug Options" option when I edit my Build Configuration.
I uninstalled and re-installed the nrf Connect...
Hi. I am trying to build/flash a sample with nrfConnect and vscode. When I add a build configuration, I face following issue :
-If the output build directory is "build/something...
Hello,
I noticed that our self-produced PCB's with a nRF5340 SoC all have the cores locked upon delivery (probably app protect is activated), and have to be recovered before...
I'm using ncs2.6.0 to develop a door lock project for matter, and I'm running into a problem: I need to store some user-set parameters in the project, which take up less space...
I am looking for a good document to establish an I2C connection between the nRF5340 and another microcontroller. I am using VS Code and the Nordic SDK. Unfortunately, the...
compliler enviroment is NCS2.6.0, zephyr/sample/bluetooth/peripheral_hids run in nrf52dk_52832 board.
use mobile, the <nRF Connect> app can connect the BLE board.
but...