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...
Hi,
I am implementing LESC on nRF52810 using an example.
Unfortunately, I didn't find any examples.
So, I am programming the PCA10040e with reference to the PCA10040...
Hi,
I am new to NORDIC dev and I find its ppi is really useful but also difficult to understand.
Now my device may be connected the truck engine to count the engine speed...
Hello Team.
I have NRF52840 Development Kit. here is description, what I want to do and How I am doing.
I will send command on terminal and kit will start scanning for...
Hi,
I developed a product using nRF52810 and am now preparing for mass production.
However, since I have no experience in mass production of Bluetooth, I would like...
Hello my current setup use :
nRF52 dev kit
Segger Embedded Studio V4.4
SDK160098a08e2
s132
nRF connect on a iPod touch
I can compile and once connected appreciate...
I am looking for example code on the EV-BT840(832)-V4 dev kit. I can program it with the hex file and it works, but when I program with the nR52 SDK example codes thru Segger...
I am trying Bluetooth mesh light-switch application on microbit, and I have flashed with same light code on multiple microbit devices, Though all the devices are getting detected...
Hi! I am currently writing a DMA driver for UARTE which with the goal of being able to handle large data transmissions with little software intervention as well as handling...
Hi Team,
We are using nRF9160 DK, We tested the asset tracking application with the DK. It is connected to nRF cloud and the data is sent from the DK to cloud. This is...
Hello, I am working on a script on Jlink to be able to flash from my raspberry. I used to have a batch script using nrfjprog and I didn't know how to translate these commands...
Hello!
I have both SD Card and accelerometer in same SPI bus. Both of them working like charm if another is not present. I'am using app_sdcard from 52 sdk.
Can i use spi...
Most of the SDK Peripheral examples support only a single connection.
Is there a guide somewhere which explains and illustrates what, exactly, needs to be changed to update...
Dear Nordic,
During testing we noticed that grounding a pulled up gpio input directly took a significant amount of current, around 250uA. This is as expected with 3.3V...
The latest NCS (v1.2) indicates it's compatible with modem FW v1.1.1. Is it compatible with modem FW v1.2?
If no, then what is the correct NCS for modem fw v1.2?
If yes...
I am attempting to run the Thread topology monitor as per
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v4.1.0%2Fthread_topology_monitor.html
1) First problem...