I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi all,
i need to write in flash, and i try to use the example flash write of sdk. It works correctly but when i put it in my code, the writing register ( NRF_NVMC->CONFIG...
Hi!
I'm developing Thread mesh using nrf52840 with COAP communication. I would like to set a longer timeout and more retransmission tries in COAP. I saw this parameters in...
I am trying to use one of the example from NRF5 IoT SDK with RPi3 (kernel 4.9.41-v7+) but keep getting "permission denied" when execute command below:
echo "connect 00...
Hello
I have setup my Eclipse(neon3) on Linux following the instructions in devzone.nordicsemi.com/.../7
I cant compile and flash the image. But cant breakpoint.
I...
I've read that the number of tx buffers on the S110 is fixed at 6, however I've also read that this may be configurable on future versions of the softdevice ( devzone.nordicsemi...
Hi,
I'm currently in the process of integrating unit testing into our firmware development process. I'm trying to execute on-target tests with the Unity test framework...
Hi Nordic Semiconductor, I am Yoganathan Sivakumar studying Master in System on chip in LUND University. I wanted to ask some technical question in industry oriented. I wanted...
Hi,
Recently I receive the "nRF52840-Preview-DK" and I download the "nRF5 SDK v14.0.0".
I try some example with Keil and all of them works well when I use the MCU interface...
I have a strange bug, that I do not have any good answer for.
In the software, I use either SPI1 or SPIS depending on current configuration, I have seen some rare cases...
I know it's not very common to use a secondary service, but I want to use it in one specific scenario. When referring to the documentation for the API sd_ble_gatts_include_add...
Hi,
I'm trying to use the LPCOMP of the nrf52 telit board.Configured lpcomp with the following settings :
Input : AIN2
Ref : AIN1 ( external ref. of 1.6V)
Detection...
Hello I am using PCA10040, nRF52832, and GCC toolchain
I have a project that was working good using sdk v12.3 but now I want to migrate to the latest and I am getting one...
Hi
After the device has been in idling, the sleep_mode_enter function is called which then calls
sd_power_system_off().
The device then goes into sleep mode until a...
Hi! I need your help!
I need to create some mesh network consists of simple devices (A) which could collect mac addresses of all visible Bluetooth devices (C) and send it...