Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Note: This is related to the following issues:
- https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
- https://devzone.nordicsemi...
I measured the conducted power on the PCA10028 demo board and get ~2dBm out when I set the output power to +4dBm. It appears the PCA10028 is using a discrete balun. Is 2dB...
Hello,
Setup:
SDK 9.0
SD 8.0.0
I have an application where we are using Pstorage to store persistent system settings.
When I flashed the device we were using this...
Dear All,
I'm a beginner in programming of Nordic component.
I try to synchronise the date and the time between client which is an application in PC and a component...
I'm currently developing a concurrent central/peripheral application using the nRF51, S130 and SDK 9.0.0. It uses the Nordic UART Service, and it would be nice to make use...
Hello,
Is it possible to use EasyDMA directly with nRF52 SDK without using one of the higher level libraries that use it, i.e SPI / UART? I am interested in implementing...
Hi:
I want to let link manager controllby by me. for example, I want to ask link manager to emit such LMP_test_control, LMP_activate command via HCI. how to do by nRF51?...
Hi:
for nRF51
I want to send command to link manager by HCI command ,or example LMP_test_control, LMP_Activate , etc. Could I modify firmware to do it ?
thanks;
All...
Hello,
I have an issue that I can't seem to sort out involving the PWM module. I am currently using SDK9.0 and SoftDevice S110 V8.0 and I am using the stock PWM files from...
I have a nRF51DK. And I would like to be able, to enable/disable the softdevice with 2 buttons.
Button 1 on nRF51DK --> Enable Softdevice
Button 2 on nRF51DK --> Disable...
Hello,
I am working on nRF51822 S110 softdevice 8.0 and SDK9.0. I am creating paired and unpaired states and the system will goto unpaired only if it is unpaired from the...
I know nrf51 timer0 can be configured for 16,8,24 and 32 bit modes
and timer1 and timer2 can be configured for 16 and 8 bit modes.
But what can I expect the value to be...
I'm going to star a new product development using nRF51422 supplied by a 3V battery. Since it is a low cost product the idea is to use the nRF51422 internal DCDC to provide...
Hello,
I'm using an external chip that decodes my RF transmission and outputs the data on two pins DAT, and CLK (data and clock). Currently I'm reading the data with GPIOTE...
We have written our own softdevice, but now we have a question about the stack pointer.
I read in the softdevice specification that the nordic softdevices share the stack...