I am looking for a freelance / contract developer to help us get nRF53840 working as a BLE controller under linux. ie: basic BT linux adapter. Integrated with BlueZ and similar...
Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
Dear Nordic.
Is NRF_POWER->GPREGRET register writing in NVMC?
FICR and UICR is saved in flash memory(NVMC) as written by [nRF51_RM_v3.0.pdf].
But, GPREGRET register...
Hi,
I have the following setup
Chip: nrf51822 chip
SoftDevice: S110
Firmware: dtm exmaple.
I use device test Bluetooth certification in korea(RF output from our...
Hi,
I'm new to development using nordic's products. Basically I'm a Hobbyist working on a project of mine, which needs a low cost wireless.
I was looking for a Rf Soc and...
Hi, has anyone used the nrfgo SDK (for the nRF24LE1) with either eclipse or SDCC? We use those platforms already, so it would be great if we could add your SDK to our toolchain...
Hello,
I have been using the nRF52832 DK with the GCC + Eclipse setup and running both example programs and my own. Everything was functioning properly and I was ready...
Hello all,
I try to initialize the uart module inside a c++ code as follow:
#include "uart.hpp"
void Uart::uart_init()
{
uint32_t err_code;
app_uart_comm_params_t...
I am not sure how exactly the NRF52 handles a call to start a new sequence. There are 3 different scenarios (trying to start a new sequence before, right after and way after...
Hi,
Here I have a code for HC-SR04 from electronut.in which has been written for softdevice 110,
right now I am using BDM-200-EVAL-M and SDK version of 11 which supports...
I use the IAR 7.5 compiler and SDK 11.0.0
The program does not work well so I modified the starting address of rom(0x1c000->0x0).
(Ble_stack_init) After part does not work...
Do you have any recommended IAR Embedded Workbench for ARM versions?
It can not be set in 6.5, and can not be operated in 7.5.
nRF52832 PCA10040 V0.9.0
Hi,
I'm writing a program on nrf51 that needs to send a lot of data through notification. How many bytes can be sent at one time? And is the nrf51 capable to read the sensor...
SDK:11.0.0
MCU:nRF52832
Using example:ble_ant_app_hrm
SoftwateDevice Version:s332
PWM is turned on and accurate 4MHz is available before entering ble_stack_init...
Hello everyone,
I can make nrfjprog works up to the version 9.1.x but I received the nRF52840-PDK and can't get nrfjprog to work with version 9.2.x.
Error message is...
Hi All,
Recently i bought myself a nrf52 DK. now i finaly have time to play with it, it does not respond like described.
I tried to go back to the basic:
www.nordicsemi...