When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi.
I want to ask about the Queued Writes module and the NRF_SDH_BLE_VS_UUID_COUNT. In the example ble_app_uart, in the "services_init(void)" function we initialize the...
Hi,
I'm having difficulties running the secure bootloader example (ble_debug version), it doesn't seem to be advertising or providing any logs.
I'm currently using the...
Hi,
I want to create a fresh project in Keil with nRF SDK as static library included into application. I have created the project, but when I run, the code always stuck...
Hi,
The error I get is as followed:
Output/Debug/Exe/Lesson10_Part3.elf section `.nrf_balloc' will not fit in region `UNPLACED_SECTIONS'
region `UNPLACED_SECTIONS' overflowed...
This is my third and final attempt at getting a custom nRF52 board to appear on my phone as an Adafruit Feather device. I have no issue with the genuine Adafruit hardware...
Hi! We're preparing a medical device and are evaluating nRF5340 chip. We'd like to know when the chip and PDK will be production ready i.e. when Development Kit for nRF5340...
Hi,
One of my customers is applying LWM2M to their target application.
And they are trying to fix LOCAL PORT of LWM2M.
I heard that when end equipment is registered...
Hello
I use nrf52832 and mpu6050. I am trying to obtain values for pitch, roll, and yaw using mpu6050.
I don't know if it's because there's no magnetic sensor, but there...
Hello Everyone,
I recently started using NRF52840 dongle, I am trying to combine USB CDC ACM with Radio TX and RX examples. Individually the codes the running without any...
sd_ble_enable() returned NRF_ERROR_NO_MEM.
when I change this:
NRF_SDH_BLE_GATT_MAX_MTU_SIZE 23 to 247
NRF_SDH_BLE_GAP_DATA_LENGTH 27 to 251
here are turn...
Is there a chip with the same or even better specs then the nRF51822 but with more transmit power (at least 20 dBm)? https://infocenter.nordicsemi.com/pdf/nRF51822_PS_v3.1...
Hello,
my BLE application needs at least 5 different services to transmit different sensor data to a GATT client. I´m wondering how I can add that many UUIDs in my packet...