Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
When trying to update an app using Secure DFU, we get invalid object error. The error comes from dfu_decode_command.
Using nRF5 SDK 12.2.0 on custom nRF51822 board...
I have followed the CoAP example from IoT SDK,
I have a Raspberry PI set up as the router,
and two nRF52 boards, one is the client, the other is the server.
Following...
I have following questions:
Is there an example for implementing WeChat on a nRF52?
Is the nRF52 module supported for WeChat AirSync?
Where can i finde the requirements...
Hello!
I'm drawing a circuit with nrf52840 chip and I want to ask some questions:
Is it ok to use 2-side pcb (not 4)? what's of these better in part of radio communication...
Hi, I use nrf connect to programing demo board nrf51 dongle to get it work, failed.
error log as follows:
2017-03-02T09:30:20.014Z INFO Application data folder: C:\Users...
Hi,
Does the PPI module automatically clear the event flags for the linked event? For example, if I have the following:
NRF_PPI->CH[0].EEP = (uint32_t)&(NRF_GPIOTE->EVENTS_IN...
hi
I'm porting Arduino code which has calls to ShiftIn() to read a byte from a GPIO Pin and bitWrite() to write a bit into a byte variable at a particular position.
Below...
dear friends,
now i need to let a master 52832 device communicate with multiple slave 52832s.how can i make it? Our scenario is that a teacher takes a phone in a classroom...
I used SDK12.2.0 and S130 develop with 51422;
I want to test for fds write and read, I followed the fds_sample from github; it can write success, but no FDS_EVT_WRITE return...
I have to exchange information with smart cellphone. My 10040 board create a pair of key by micro-ecc and transfer the public key to the cellphone. However, the cellphone...
i am using timer 1 of nrf24le1.for which i have calculated a value which is to be loaded in th1 and tl1 for 1ms .calculations are as,
clock =16mhz;fosc=16mhz/12=1.333mhz;t...
Hey everybody, I'm having 'intermittent' issues with device addresses on the nRF24L01+. I've read the documentation on what you're not supposed to do as far as device addressing...
dear friends,
There is a pic that i catched using sniffer. SlaveLatency,a gap parameter,is set to 2.As you can see, when the slave do not give an ack,the mater will resend...