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...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I want to build a USB dongle, so I purchased the nrf24lu1+ development kit. However, in order to program the target board, it would seem that I need the nrfgo. Is this correct...
Although my Googling skills are not the best I have, so far, been unable to find any examples or driver documentation for the comparator peripheral of the nRF52840 for the...
I'm using the asset_tracker app on a custom board and have built 50 of the custom boards. All but one of them start the modem and listen to the LTE receiver for a full minute...
Hello, I followed getting starting guide, and got SDK and tools installed for nRF52-DK, I'm trying to open, build and run some examples. But when trying to open any example...
Hi.
I am using nRF52840 dongle and running saadc example on it.
To print the ADC data buffer "p_event->data.done.p_buffer" in PC, I am using USB_CDC. The size of SAMPLES_IN_BUFFER...
I have implemented the custom service and added custom characteristics following the tutorial series, now I can connect and see the characteristics and their values. I can...
My NRF52DK (PCA10040) J-Link always shows SWD speed 1000 kHz, even if I set the speed to 2000 or 4000 kHz. Is it not possible to connect at higher speeds?
I was working with "Debug configuration" for my nrf board on Segger Embedded Studio. It was working perfectly. But when I changed it to "Release configuration", It doesn't...
Hi everyone,
I am using nrf52840 and I want to change the advertising name in bootloader from "DFUTarg" to a custom name on application side.
For unbonded one, I saw...
Hi,
I'm using the provisioning example from the mesh sdk and I have an "ASSERTION FAILED at :0" error when I'm trying to re provision a node that I have provision before...
Hi
I try to understand where does the interrupt proirity for UART is set.
I see that uarte_1_init() is called from uart_nrfx_uarte.c.
uarte_1_init() is declared from...
Hello I am using sdk v17.0.2.
I found a problem with Bluetooth connection while using 'ble_nus_data_send()'.
the system will stop if disconnect the Bluetooth while transferring...
Hello
I'm asking a question because there's a part that doesn't work well while using ble_nus_data_send().
There is a problem sending continuous data to the app using...
Hello
Sorry this is a basic question and I shouldn't be bothering you with this but I have already dealt with a number of issues with Segger so I couldn't resist. - I have...
Hi, I open ssl socket to the server (without certificate verification), and then use an http_client_req() call, to perform the actual http request (with additional optional...