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 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...
Hi
I'm have and NRF52840 with a MPU9250 connected via TWI. The connection to the MPU9250 is successful, I can find its address on the bus (0x68).
I've implemented a very...
I am trying to add to an existing project gpiote
I have copied the code from the example project and tried to add all the files and changes to my sdk_config.h to match the...
Hello all,
I'm trying to develop a basic bike computer, compatible with ANT+. For that, I'm using nRF52 DK. My main objective is to be able to connect to any commercial...
Hello,
I have nRF52840 with code that is based on SDK16.
I am not using Softdevice in my project - just MBR , Bootloader and Application.
I was able to upgrade my code...
Hi all,
We are successfully using the nRF52840 chip in one of our projects except for the DFU functionality. We tried following these tutorials without success:
devzone...
Hi, I'm dealing with the ble long_range_demo. Central packet gives arrival time and rssi signal through the rtt viewer. However, I am willing to know the sending time of the...
Hi all,
I am investigating Mesh SDK and interoperability between devices.
We have bought some Hytronik devices which are qualified with Bluetooth.
Strange thing is that...
Hi,
I am new to thread network. In my application only a few nodes, mostly one. How can I connect this one node to the internet? Assume WiFi is available.Can I use the thread...
Hi,
Good Day!
Statement of Problem: In our application, we are using a 3S2P Li-Ion battery(12.65V). BMS is built using BQ24XXX TI's Li_ion controllers (Which does not...
Hello,
For the past couple weeks I have been trying to get Gazell working concurrently with BLE using the timeslot api. Everything appears to be working correctly - all...
Hi,
In one of your posts , a few monthes ago, you wrote that LTE BLE gatway for thingy is "work on progress".
Quote: "We haven't made this demo for the Thingy:91 yet...
I am currently working on a low power application using the NRF9160 chip. During power optimalisation I found out that my sleep current can be reduced from around 50uA to...