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-
Recently, we optimized our BLE4 transfer settings. With the same device, firmware, and payload, we get better transfer rates on iPhone5,6,7 than iPhone 8/X. On all...
Hi
I'm using the mqtt_simple but I altered the code and added some buttons. Like, change subscriber or topic if I press button 1 or button 2 , things like that. What I want...
Hi,
I would like to set up a wireless communication channel between two NRF52840 DK boards. I checked the Nordic SDK v16.0 and found some examples such as \examples\iot...
Dear All ,
After finaly getting all the other stuff in place I tried to compile the examples in the nrf_crypto files.. All of them are giving error bellow:-
Output...
Hi,
I had some troubles getting a custom HID device to work that has both input and output reports to Windows 10 host. Here is my working example template that might save...
I successfully created a custom model (by modifying the generic on-off model) and implemented it into light_switch client and server examples. The goal was to send and receive...
Hello,
I have implemented functionality that enables me to send messages back and forth between two nodes in the network with a timer (both nodes has a server and client...
Hi I have been using the https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_UG_v2.2.pdf I wish to program my nrf52832 device with a hex. Using the j-link commander tool. i...
Hi - I built and flashed the ble_app_interactive example from both SDK 15.3 and then from 16.0 on to my nrf52840 DK (PCA10056). I connect to a Thingy52, issue the gatt services...
Tried with PCA10036 and PCA10031 on Windows 10. Both show as JLink CDC UART Port (COMx) in Device manager. Tried different versions of WireShark. Tried to erase and copy new...
Hi,
Using SDK 15.3.0 , example "ble_app_hrs_freertos", pca10040 with armgcc.
I want to increase MTU and GAP data length.
I started with MTU to 247, and when I try to...
I'm using SDK 16.0.0.
I wish to use two MEMS microphones to record audio over the I2S interface, and then send it over Bluetooth.
What is the best library to use for this...