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...
I'm new to nrf8001
I'm trying to understand an existing example.
in this example after sending set up commands generated by nrfgo studio , program sends 9 byte of 0xff command...
I downloaded central and peripheral ble UART and I want to add some function to my code and use some GPIO, I programmed nrf51822 by nrf51422 source code and it worked, but...
hi there!
i'm struggling with the problem about using i2c with IoT SDK.
my project is about transferring sensor data (i2c) through ipv6 over ble , so i used the IoT softdevice...
I'm considering purchasing a nrf51 sniffer USB dongle. I believe I can use this to sniff beacon packets and with wireshark view the packet internals, data, channel number...
Hi
I tried to flash the softdevice with nrfprog, but it does not work. Even with nRFgoStudio it does not work.But with IAR I can program an example of the SDK (without...
Hello, all
I have a problem with ble data exchanging.
I have programmed an application which controls servo motors through phone application.
At the connection, ble...
Hi,
I am trying to use the SAADC to periodically sample an input from AIN0 and send the resultant data over a BLE link to a phone. Going through the forums I saw that the...
Hi,
I am trying to debug the blinky example project on the nRF52 development kit.
I have followed the following tutorial: devzone.nordicsemi.com/.../
Building and flashing...
I'm in the process of designing a circuit that requires Bluetooth. So instead of having a separate chip for Bluetooth and processing, I decided to use a Nordic Semiconductor...
Classic C documentation issue. Are the values that are passed by pointer (p_peer_address and p_whitelist) to sd_ble_gap_adv_start() copied into that function, or do they need...
I'm trying to read the 32-bit value of TIMER1, but it seems the value I read is always 16-bit value. When I debug the value is never above 0xFFFF.
snippet from nrf_drv_config...
The peripheral is actually a dual-mode device, with BLE being a peripheral device.
I can connect to this device and discover the GATT services with the nRF Connect iPhone...
What is the minimum and max value that the NRF_RADIO->TXPOWER register can get set to? The datasheet it takes a signed 8 bit for the setting, but what happens if you set it...