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...
Hello
Using the timer, I am making code that turns on LED1 to 3 sequentially. I thought it was going to be very simple, but it's not going as well as I thought.
I'm making...
Hi, I have very STRANG issues. I am adding custom Characteristics to custom Services. I have added 10 custom Characteristics with the same config 8 of them are working perfectly...
Hi,
I am on ncs master branch, when i build and load the Serial LTE Modem(SLM) application the application struck at mcuboot
The only additional configuration option i...
I am using nrf52840 board. I hvae interfaced a gsm module(quectel m66).The problem is my device gets an APP_UART_FIFO_ERROR after every few sms commands.The maximum data i...
Hello everyone!
I have an issue about upgrading firmware over Bluetooth LE with a mandatory pairing of devices. I want only paired devices to have the ability to upgrade...
hello,
In the nrf51822 sdk 5.1 I can see a routine named ble_app_ibeacon.
I find a parameter define as below,the data is added to the advertising data.
#define APP_MEASURED_RSSI...
Hello,
Our team has narrowed down a particularly interesting issue with the boot sequence / initialization of our BMD-341 chip, which itself runs the nRF52840 SoC. For context...
Hi , i am using the nRF52DK and i have a small problem with the pwm driver.
i basically would like that the frequency increases if i press a button or decreases if I press...
Dear
I have finished completed the Blue tooth Mesh light-switch example function testing , secure button dfu and secure buttonless dfu on DK and dongle of nrf52840 chips...
Dear
I have finished completed the Blue tooth Mesh light-switch example function testing , secure button dfu and secure buttonless dfu on DK and dongle of nrf52840 chips...
It seems like the only way to disconnect the input buffer is using ANAEN, but I know this post says that ANAEN is fake. So I am wondering if there is a way to disconnect the...
I'm trying to upgrade our project from v3.1 -> v4.1 of the Mesh SDK. The BOOTLOADERADDR() macro was re-defined (apparently starting in v4.0?) to use two parameters for which...
Hi,
We would like to access the print outputs of the SEGGER_RTT_WriteString() function via a JLINK compact debugger using Python. The latter is wired only via SWDIO, SWDCLK...