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 Nordic Engineer,
I tested the mesh functionality with one phone and the 52840 DK, and the DK is running the official mesh_light example. It worked successfully,...
Hi
I have a fully functional addressable LED driver interface using I2S + app_timer. This code has been functional for a long time by itself.
I just added the SAADC example...
First to contextualize my situation, I am in Brazil, more specifically in the city of São Paulo. When the development kit arrived, I immediately did the recommended initialization...
I am trying to send data from icm20948 sensor from the sensor node to the observer node using ble mesh. Due to the data from icm20948 is too large (9 uint16_t, 18bytes) for...
Hi Nordic community, I have received nRF7002DK device and trying to make it work on v2.9.0 sdk. I'm working wifi sample project,successfully building and flashing in the device...
I have installed the nRF Connect SDK, with both the toolchain and SDK set to version V2.9. I selected the nrf54l15dk board for development, but I do not have a physical nrf54l15dk...
Hello ,
I have taken reference project which use all leads and buttons of Evaluation module NRF52833.
I want to create overlay file for this project and remove few led...
Hi Nordic Team,
The OpenThread API function otCryptoAesCcm() is not working after updating to NCS v2.6.0.
Setting CONFIG_OPENTHREAD_NRF_SECURITY_CHOICE =y seems to...
Hi!
I'm using some common bootloader code for different devices. One of my devices is a bit different, with an LED library that caused me to increase the BL size in the...
hello Nordic
i am using ncs 2.8.0 with nrf52832 and mrf52840
i am decoding a cbor file with the 'zcbor_map_decode_bulk'
the 'my_implementation_decode' is just a function...
Hi,
I'm polishing up the development of my product, and I need to use the LPCOMP driver to wakeup my NRF52840 from the deepest sleep mode. There is not much information...
Hello,
I have implemented an application for the nRF52832 that uses peripheral NUS with LittleFS. The application receives sensor data via UART and stores it to a file using...
I have devices that manually define PDP context 0 in order to set the APN to the required value for the SIM.
Typically, once connected to the network, the IP address gets...