Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
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...
Bought the Thingy:52. Works fine with its Android app.
However, was that the right decision to get started programming?
(I lost a weekend to find out that I cannot download...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hi!
Thanks for this post blog and question on sniffer logs . However, I am not clear on how to calculate the number of packets sent every connection interval? Please clarify...
hi,
Is it possible to restrict range / rssi value upto certain range.?
I want to connect ble within 2 meter only. No device should connect after 2 meter.
kindly support...
Hi,
I am sending total of 1 MB data from central to peripheral device, both NRF-52, in one instance I have tried to change the connection interval i.e. for 7.5ms-> 192.624kbps...
I have worked on a new project which would convert our NRF51 project into NRF52. I have succeed in compiling and linking code for this new NRF52 project. When I start debugging...
Hello,
I'm trying to port an Eclipse project template that I have set up for the NRF52 using SDK 13. I want to downgrade the SDK to v12.3 in order to be able to use the...
Hi! For a custom board, I have my app working ok. So I wanted to add the dfu secure bootloader to my project. I Had no problem to do that, both app and bootloader start ok...
Hi
Why does making an input differential lose a bit on the nRF52. According to the data sheet, if a channel is 10 bit and using 0.6V reference and gain 1 and input is 100mV...
Hello.
I am trying to port bootloader project from SDK to SES. But I do not know how to write data to UICR.
Steps what I've done:
My nRF52832_xAA_MemoryMap.xml looks...
Hi, I was trying to test the CTS example with a PCA10040 board.
I use
Nordic's SDK 14.0
64-bit Windows 10 machine (the PCA10040 is connected to this machine...