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...
have installed the software for Wireshark and I can see the interface in Wirshark, but I do not see and COM appearing in the Interface window nor does the sniffer appear as...
After many reboots, suddenly I got stuck at this error on every boot:
The data that's on the flash pages:
My mesh init params:
Using NRF52832, SDK 15.3.0, SD 132...
I have designed my own board, based around the nRF9160 but unfortunately I am unable to connect to an LTE network.
I am running the at_client code and using LTE Link Monitor...
Hello guys I am using nrf52840 interfacing analog sensors like potentiometer and accelerometer. This is not related to nrf, but I want to design a simple ADC filter that I...
Using a clean mesh sdk 3.2.0, I created a build directory inside the folder where I extracted the mesh sdk to.
Then, inside that directory, I used CMAKE with the following...
Hello,
I am currently developing a product using the nRF9160. I would like to use concurrently GPS and LTE-M.
I send periodically data to my server using LTE-M network...
Hello,
In the documentation on Infocenter for nRF52840 it is recommended to use P1.01 and P1.02 as low-frequency GPIO, while on nRF52840 DK those PINs are used for UART...
We would like to use Wifi (2.4 GHz) and BLE in the same device. The current design will have the BLE Module Rigado BMD-340 and the Wifi Module Microchip WINC1500.
https...
Hi there,
I have added my custom services in the peripheral dfu_template example.In the advertising UUID array(m_adv_uuids),i included custom service UUID but not the...
A question about the power saving modes PSM and eDRX. A device is mostly in deep sleep and wakes up cyclically for mobile communication. It is better: Completely disconnect...
In our project, two nRF51840 will communication with each other using BLE. One nRF51840 act as central and another nRF51840 with act as peripheral. The central nRF51840 will...
I have a couple of NRF51 parts. They're pretty common at hobbyist stores still. Recently I pulled out the NRF51 dongle, downloaded the recommended Segger Embedded Studio,...
I have managed to get working a BMW iDrive to act as a bluetooth mouse for my iPhone. To do this I used a CANBUS shield connected to an arduino NANO and an nRF51 BLE connected...
Hello,
Mesh SDK 4.0.0, PCA10040 x2
I want to develop next models:
Scan server: Waiting GET message with arguments, scan BLE beacons and reply STATUS message with results...
Dear Nordic Team:
Now I am doing a example test, with nRF52832 I want to use SPI master and SPI slave transtission.I have saw many demo example,but i dont know that which...