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 am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
I'm attempting to connect an SDcard (micro SD) to an nRF52840-DK via a breadboard setup. I'm running Zephyr and it appears that configuration is to be performed via device...
I'm trying to investigate whether I should ditch BLE in favour of Gazell and ShockBurst (to avoid the $8000 Bluetooth.com fee)
I've noticed that Gazell has no entry in the...
Hello,
I've got this Thiny:91 demo working nicely, but what I'd like to do now is only measure RSSI.
Is there firmware to only do this?
Like send AT commands only to...
Hello,
I've been trying to perform a dfu to a target Nordic device over Bluetooth using an nrf52840 dongle distributed by Laird, however whenever I attempt to run the command...
Hi guys,
I am trying to create a zigbee mesh with 10 devices with 1 coordinator and 9 routers (all are nrf52833 based custom board). I can create a mesh network easily with...
Hi,
I understand that white list can be enabled at the peripheral side. I also know that if white listing is enable on the peripheral side then it wont respond to centrals...
Hi All !
Hope you are doing well !
I have tested some examples using SDK 17.2.0 and it worked fine ! .IDE i used is SEGGER IDE . Now i have a question that my next HW...
Hi,
I'm testing the USBD BLE UART Example with nRF52833 DK, after programming the app, the LED3 keep it off all the time as followed.
In the device manager, I can see...
I'm porting from 1.2.0 to 1.4.2. I'm using mqtt_simple as a baseline but I'm connected to Google Cloud. I successfully create a socket;
net_mqtt_sock_tls.mqtt_client_tls_connect...
Hi:
Now i am development the OTS, the default connect parameter is:
interval_min = 24 (30ms) interval_max = 40 (50ms) latency = 0 timeout = 400 (4000ms)
But i got the...
Hi,
I want to receive UPD message on my nRF9160-DK. I can send UDP messages from my Nordic device to a server and from that messages I get the public IP address of my module...
I want to use I2S on nrf9160. I found some code on the its user manual and try to run in my project. But when the device is running, it always reboots. What other configuration...
Hi,
I am developing a project related to transferring audio in low energy Bluetooth. I came across nrf connect sdk is the best one for LE Audio transmission
But I am familiar...
Spent a day to build the mesh nrfutil tool. Write down the key step for remind others
Build in windows, No idea for install py2exe in ubuntu python2.7
Use python2.7, do...
I m using nrf52840-DK Board.
For CTL example i got the perfect output on board LEDs 1 to 4.
Then i cut the solder bridge (SB5-SB8)and then used GPIO pinout for external...