Hi, It's looks like I bricked my Thingy:91x . It was working fine when I program it with the target " thingy91x/nrf9151/ns " then later while learning I try program the in...
Hello,
I have a ble mesh with a nRF52840 Eval board and a certain number of nRF52840 dongle nodes.
I communicate via mesh Chat between the Eval board and the nodes.
...
I am working with a SD NAND with nrf5340dk using toolchain and SDK version 2.7.0. I am using the mass sample from zephyr. It seems like the SD card could be recognised and...
I'm using the nRF9160DK as a BLE-to-LTE bridge, and I have the onboard 52840 configured as my Bluetooth controller. The 9160DK advertises as a peripheral and waits for a connection...
A few years back I used a multilink project developed by one of the Nordic support personnel, to allow using the nRF52840 devkit board to talk to one of several Peripherals...
Hello,
I am having some trouble with the UART API (Async and interrupt). I am connecting the development board (nrf9151 DK) to a 3rd party device (keypad / prox reader)...
I'm trying to buy more data for my iBasis SIM cards that are provided with the nRF9160. I have 4 registered SIM cards and it was easy to buy more data through iBasis in the...
Where can I get a copy of the nRF52 Reference Manual?
The nRF51 Reference Manual is here:
www.nordicsemi.com/.../nRF51_Series_Reference_manual v3.0.pdf
Where can I...
i am programming nrf-51 dk's program.
i have to get data from sensor, so i am studying example code which is twi_sensor.
i don't know well these function.
nrf_drv_twi_tx...
[hide preview]
.
I am looking for a detailed description of the Memory Protection Unit for the nRF51822 as described at a high level in nRF51822_PS v3.1.pdf.
I know...
Dears,
I have tried the example code of PWM function at nRF52 DK(PCA10040).
It worked with a 2V DC level. Is there any mistakes or something wrong? Why a DC level...
I use the SDK v11.0 alpha, the S130 with my USB-dongle(NRF51422).
I use the low_power_pwm to initialize 4 different PWMs. I used the Example low_power_pwm_s130_pca10031...
Hi,
I have a problem with pwm,
I am using keil uvision 5.17, SDK 9.0.0, SD 130, nRF 51822.
I have programmed the code which can control servo motor(SG90) by smartphone...
I'v read the Arduino SDK for nRF8001 (and Poring ACI to any other microcontroller)
some questions:
1)the source code is complicated and there is'nt enough comment on that...
Not sure if forums or MyPage support requests are better for this.
It seems NRF_LOG has taken a step backward from what was used in the previous nRF52 0.9.2 SDK. What I...
hello there . i want to get i2c data on ble advertising packet
int main(void)
{
uint32_t err_code;
bool erase_bonds;
ret_code_t ret_code;
int16_t x_val;
int16_t...
Hi, I have PCA10036 board v1.0.0 and I would like to run sample projects from nRF5_IoT_SDK_v0.9.x that are by default designed for PCA10040. Do I need to make any changes...
hi. I want to work with nRF8001 by STM32F103 family from ST.( www.st.com/.../LN1565) is there any one who develop a project with STM32F103 by using STM32CubeF1 ( www.st.com...
hi,
i am using nrf51822 s110 sdv 7.1.0,when i upgrade the soft device, application and boot loader(create .zip) using the nRF toolbox application. application shows me...
Hi there! I got nRF 51 DK and nRF 51 dongle. and i want to make a bluetooth connection and transmission between nRF 51 DK board and raspberry pi.
here's the question. I...