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...
From document [Getting started with the nRF52840 Preview Development Kit]
( www.nordicsemi.com/.../Getting-started-with-the-nRF52840-Preview-Development-Kit)
we know that...
Hi,
I'm looking for a BLE device to work with an arduino and to speak with a smartphone.
The point is that the connection should be made by the user via the smartphone...
I am using nrf52 with sdk11. I have set the advertiser data as Manufacturer data in nrfConnect app in my android phone. So that whenever the data from my phone is advertised...
Hi.
I try run "ble_app_hids_mouse" example from nRF5_SDK_11.0.0 in nrf51422 (nrf51 dongle).
Previously i ran this example in nrf52 (nrf52 DK, s132 SoftDevice), and all worked...
Hello!
We use chip nrf52832(QFN-48) in our project and we wont to pass the PCB certification.
But we also want to use chip nrf52810(QFN-48) in another project, but with...
Hi ,
Please advise, what the Low Power option I have if I want to sample Two channels of analog input at the same time. The sample rate in every channel is 12K, 12Bit....
Hi I am using SDK12.2.0 and Softdevice S130 v2.0.1 on board PCA100028 ; the board works fine and Phone can scan the name of DFUtarg; But when run the same on the customer...
Hello, I'm planning to try the NordicBlog; Capacitive Touch on the nRF52 series to test a button type or a up-down slider type .
I'm planning to use an nRF52832-QFAA for...
Hello,
Can you please provide any link or give me any advice how to connect NRF51822 chip with NRF51DK?
Here is my connection that doesnt work:
DK GND DETECT and GND...
float f = 1.234;
NRF_LOG_INFO("My float number" NRF_LOG_FLOAT_MARKER "\r\n", NRF_LOG_FLOAT(f)));
How to simplify this way to show float number by uart in sdk13.1.
In...
I have 2 questions regarding BLE5 on nRF52832
Which Soft device and SDK has to be used to implement BLE 5 on nRF52832? We will be using the nRf52 DK for same.
Is the provision...
Hi,
I am using timer interrupt in my code. In that I will be generating interrupt after certain time interval, after the interrupt it should process the incoming data from...
Hi
We are using the nRF52840 and the application is OK now. Then I do the OTA using a Android phone which supports Bluetooth 5 and it's made in our country. I use the nRF...