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...
hello
i am working with simple ble mpu example it is working fine but when i am trying to connect nrf52 DK with my android phone over bluetooth it is showing
the device...
I have analysed the light switch client and server example apps where the light switch is also the privisioner.
They both start and initialise a bit differently although...
Hello,
I used translation software.
I used the function to enable DCDC mode
I used sd_power_dcdc_mode_set ().
I want to use the optimal mode for power supply voltage...
Hello,
i'm using an nRF52832 as a Bluetooth to UART bridge, similar to the APP UART example.
Another controller (Cortex M7) is connected to the UART. I'm using UARTE with...
Hi,
I'm using two sensors with the same device address through I2C.
each sensor is supposed in a specific period of time (not working together), each sensor has a different...
I am writing a mesh beacon application based on Mesh SDK v0.10's beacon and light switching examples.
A very kind Nordic employee has provided an example on how to combine...
I'm having a problem with using all the memory in the nRF52 Thead SDK 0.10.0. Namely, even if I run one of the smallest examples (e.g. aes one from crypto examples) the flash...
I am using softdevice132, sdk 14.0, pca10040 dk,
when i add nus service to the dfu example, it is not working. there were also some warning about iram start address, which...
I just saw the news that Nordic is providing a free Segger Embedded Studio IDE and the sample projects from SDK 14.1 include the Segger project. I downloaded it and the license...
As I understand we have some problems with time sensitive actions while using softdevice with active ble connection. So here's my questions:
Are there some possible...
Hi All,
I am working on pca10040, nrf52832 and s132. I am using ble_app_uart and sd card, where i want to transmit data received over ble to the sd card.
Can you help...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...