I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
I need an application that always advertise the beacon information, such as RSSI and Major and Minor value. At the same time I would like to transmit HID keyboard code. Is...
Hi
I have an application where I cannot use the FIFO buffers (HW or SW). Therefore I need an interrupt for each received byte. If I try to use the uart driver (nrf_drv_uart...
I'm trying to program my nrf52832 with an ST-LINK /V2. I can't get both the softdevice and my app on the chip.
Flashing each one seperately works fine but then when I flash...
Hello there,
I'm trying to flash my custom nrf52832 pcbs(untill I get my DKs in the tech tour with a reconfigured stm32 disco board's SWD port with keil uVision using the...
Hello.
This is my code to "wait until micro sd card is pluged".
while(1)
{
disk_state =disk_initialize(0);
if(disk_state==RES_OK)
{
NRF_LOG_INFO("Initialize...
Hello community,
I have a central device which I implemeted, it is running with SD 132 v 4 ("NRF_SD_BLE_API_VERSION=4")
) the chip is a NRF52832, I have some movement...
I have no idea how i can install this and use it.
I would like if any one can explain in detail.
Can you get picture how I can do it?
I am using ble_app_hrs_nfc_pairing...
Hi,
As of now i am using nRF52840 and SDK 14.0.0 and i can find only BLE examples and i wanted to work on bluetooth 5 where can i find examples?.
And i want IR generator...
Hi ,
I am not sure if it is the right place. I was looking for WiFi: 802.11 b/g/n 2.4 GHz support in Arduino UNO and stumble into Arduino primo, which is developed in cooperation...
Hi,
I would like to only connect certain routers in a network using whitelisting. At the moment I'm trying to set a dedicated MAC address to a router and then use this...
Hi,
I am trying to implement the DFU ANT Bootlaoader on my PCA100040 board. I have uploaded the softdevice S212 and the bootloader with nRFgo Studio. I have an ANT dongle...
Hi, I want to read the StaticPasskey from the Softdevice that was set before with:
uint8_t u8_ToBePassKey[];
/*
* Configure ToBePassKey in some way...
*/
m_static_pin_option...
Hi everyone,
I am developing a remote control using nRF52832 chip. My prototype is currently developed in PC10040 board. The IDE is Eclipse Oxygen, and the SDK is S132...