Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Is there any way to invert the PWM behaviour easily? I'm trying to develop firmware that will run on the DK52 (LED active high) and my custom board (LED active low).
I...
Like it says in the title. I'm working on an embedded application where lifetime is pretty important, so I'm trying to get power consumption down as low as possible. I don...
I have Rx sensitivity issues when DCDC is enabled
The 52832 datasheet shows these connection:
DCC: 10 uH,
DEC4: 15 nH
When switching both inductors I get better sensitivity...
Hi, I am have been using PPI to control SPI transfer in response to a GPIO interrupt.
The PPI initiated SPI transfer that reads an external device's register A and I would...
while the ble_uart example is a great resource of information, i have a need to completely separate the ble nus data in / out from the hw uart code
using sdk 14.2.0
...
Hi everyone,
So I've this arduino code that utilizes the I2C library and made some convertions to it to work with the nrf52832 in the segger embedded studio and when debugging...
Hello, I'm trying to migrate an Atmel project to nrf51822 chip.
Now, in the original project there were 2 CB arrays registered, one dealing iwth GATT one with GAP:
a...
hi,
I am working on nrf51822 chip and using sdk11.0.0 sdk,softdevice (s130 2.0.1) .I want to send 4Kb of data in a packet from the central device and on the other side my...
Dear all,
We have just purchased "nRF52840 Preview DK" kit for a project that connects BLE SoC to Linux host machine.
I have just realized that Connectivty example from...
Hi,
I managed to get fds to store some information in nrf51dk for persistent data storage. I would like to check if the data is still available in the chip after power...
Well, I have question for this SPI connection problem.
anyway,I have nRF51822 core board using adxl345 with SPI connection. that connect SDA to P5, SDO to P6, SCL to P7,...
Hello,
I understand the nRF9E5 is programmed through the externally attached AT25320B, ok. I understand three bytes are appended to the .hex file for the 8051. Since I...
Hello Nordic team,
I just post a message here to take the temperature, and your respective engineering opinions about that…
It's been a few months that I work on the...
I'm using SDK 14.2 (not really relevant I guess) on an nRF52832. The application requires a greeting to be sent to the remote through NUS as soon as a connection is made....