Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
Hi Support Team,
What's the UBM pad diameter of nRF5340-CLAA?
BTW, any correlation between it and label 'b' in Mechanical specifications in PS?
Best regards
Sal...
When I try to open the .overlay file in SEGGER it shows me an error : "Can't Read file" with the message "Can't open xxxxxx/xxxxx/xxxx.overlay for reading.
Has anyone else...
Hi,
I am running Homekit over Thread sample(NCS/Homekit tag v1.7.0 using MTD-SED conf) on my custom board and I found that the QSPI Flash (MX25R64, as same as the one use...
I want to test OTA in button mode. I have configured the button in DFU project. Now I upload the files in my device in the following pattern:-
1)Bootloader hex file
2...
Hello,
I have an nrf5340-dk board and I am trying to play around with the different baud rates through changing the overlay file (as shown):
I am using teraterm...
Hi guys,
After weeks and weeks of trying with 3 different boards (Thingy91, nrf9160DK and Custom board), combination of different LTE Antennas, Bell, Hologram and iBasis...
I am using nrf52840's dongle development software, and I found that when the slave device sends LL_SLAVE_FEATURE_REQ , the host will return LL_UNKNOWN_RSP. I want to know...
Using the NRF connect app we can simulate the problem we have in our app Cowboy. Some customers cannot pair with the bike that uses the nRF52840. We have secure and non secure...
Hi, I am Marcous.
Currently I am doing multiple beacons (transmitters) in direction finding demos. Since I found that there is no way to simultaneously receive the CTE containing...
Hello there,
We are developing an application which inits all the peripherals and sleeps.
We are initializing:
GPIO's for waking up from interrupt
NFC also should...
Hello,
I am using NCS v1.6.0 for nRF52840.
I need to write 8210 bytes to flash via I2C. I configured the I2C0 with NRFX_TWIM and NRFX_TWIM0 enabled in the prj.conf file...
Bluetooth low energy, Direct Test mode nor RSSI Viewer is working with my nRF5340DK board. For instance with RSSI Viewer it says "Error while setting up device XXXXXXXXXXXX...
Hi
I need to build a communication between nrf5340 and esp32 using UART Protocol. I need to transfer some data from nrf5340 to esp32 and vice versa via UART. Already, I...
I want to add Service based on the Bluetooth base UUID which is 00000000-0000-1000-8000-00805F9B34FB When I am trying to add it using "sd_ble_uuid_vs_add", it always returns...
nrf52805 is being used as a GATT server using a static passkey. An ESP WROOM 32 is being used as a GATT CLIENT. The issues is that nrf52805 sends a disconnect to ESP32 after...