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...
Hi there,
Background:
I have set-up a gap peripheral device (nRF52832 / SDK 15.0.0) with 1 service with 2 characteristics, each having its own custom 128 bit UUID. i can...
Hi.
Im trying to follow the tutorial to open a Keil Project in Segger Embedded Studio but i get this error when i am trying to build
.
I guess it is somthing with the...
I want to change the pipe linking the PTX and PRX dynamically. The command to do this is sent from the PRX in the data payload of an ACK.
I can successfully change the PTX...
Hi guys,
I am using nrf52840 with sdk15.2 and have been experiencing some strange issue. After mobile phone connection to the device i lost 1 byte in advertisement or saying...
Hello,
Is this possible to use different speeds at same device for different roles.
I have device that is working in peripheral role for other device and need to send...
Hello, is the logging module thread-safe? Do I have to use a mutex when logging from a lot of tasks when using FreeRTOS or is the logging module thread-safe and I do not have...
Hi, the tool nrf9160_mdm_dfu mentions in its Readme that three files are needed for DFU to work:
"To use this tool, you need to have the following three files: ZZzzZZzz...
Hi,
I am beginner in nordic development. I will be using using FreeRTOS with nordic ( if that matters).
Requirement: I need to store logs in internal file system.
Device...
Hello,
I'm doing some tests with TX power on my development kit and I would like to increase my transmission power in openthread FTD to +8 dbm.
I had read this thread...
Hi,
I try to implement the nrf52832 as the TWI slave but get the following error messages:
I have added the nrf.twis.c to the project, included in the main application...
Ummm. :)
I'm hoping that I've done something silly.
It looks like I'm unable to configure a project.
Because the save option has vanished.
Another observation...
I am developing a Central/Peripheral application with SDK 15.2.0 for s132 device on nRF52 development kits. I switch back and forth between my application and the example...
Hi, I'm having a bit of an issue with the proxy_enable() & proxy_start() functions when they are used in tandem with the flash manager module.
Some info on my setup:
...
I would like my BLE device to communicate with Desktop using HID service & with a phone using custom gatt service. I know its just adding one more service but is it possible...