Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Since APIs have changed as new nRF5 SDKs have released from time to time, it is not clear how custom service can be implemented on BLE peripheral for nRF52840 (pca10056) S140...
Hello All
I try to port the blinki example (with softdevice s130 2.0.1) to my Hardware with the nrf51822_xxAA.
The application will run without Softdevice.
But as soon...
Stack violation: stack pointer outside stack area.
Cause: Data bus error (PC value stacked for the exception return points to the instruction that caused the fault).Bus...
Hi,
I have PCA10000 Revision 0.9.0 nRF9160 Board with external antenna (Molex 206640)
I try to make GPS work. Here is my step:
I compiled GPS under samples ..\root\ncs...
I followed the start up procedure-
All OK, but my nRF9160DK doesn't connect to the network.
Only led3 is blinking.
I think iBasis-eSIM is not enabled in my area.
I...
Hello,
I need my timer to work at 9600 bps frequency. So accordingly my frequency is 16MHz and to get 9600 Hz I calculated the prescaler to be 10.7 ~ 11. But in the timer...
I'm using nrfutil ( https://github.com/NordicSemiconductor/pc-nrfutil/releases/tag/v6.0.0a1 ) with an nRF52840 USB Dongle to update units through BLE. The device is nRF52832...
Hi,
Nordic Part Used in Design: nRF52810
SDK version used 16.0.0.
We found for nRF52810 it supports peripheral mode as well as bootloader. I didn't find any example...
Hello:
I enabled LTE and GPS in my project and I encounterd a terrible hard fault error.
The error didn't happed once I programmed my hex file.
It work fine but hard...
Hi,
Does the zephyr stack support scanning for extended advertising packets on the nRF9160?
I tried opening the lte_ble_gateway example in ncs v.1.1.0 and adding CONFIG_BT_CTLR_ADV_EXT...
Hi,
Nordic Part Used in Design: nRF52810
SDK version used 16.0.0.
We found for nRF52810 it supports peripheral mode as well as bootloader. I didn't find any example...
I'm using SDK version 15.0.0_a53641a on nRF52840 with softdevice s140_nrf52_6.1.0_softdevice.hex.
sd_ble_gap_adv_set_configure() is returning error code 7 when I use BLE_GAP_ADV_TYPE_EXTENDED_NONCONNECTABLE_SCANNABLE_UNDIRECTED...
OVERRUN error occurs when receiving UART.
I'm using EasyDMA with UART and want to increase the EasyDMA reception size. Which settings can be used to increase the reception...
Hi,
I have NRF52833 DK and using nRF5 16 SDK on KEIL IDE.
I am trying to compile blinky example from the peripheral and it is giving me this error
Error #541: 'NordicSemiconductor...
During production we need to provision each device with some custom data that must last the life time of the device, ideally using nrfjprog. What is the best way to do this...