I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
Based on the nRFUart demo, I added a masterEmulator.DiscoverServices() block before the DiscoverPipes() block in a very similar manner. Purposed is to be able to get more...
Hi,
There is much talking about the "large data transfer" over BLE, the l2cap channel being the best option for the moment.
However, does anyone know the datarate achievable...
NRF24AP2 with MSp430F149 . ASYNC 9600 N 8 1
step 1 : reset NRF24AP2 with reset pin , and received a pulsing signal through RTS pin
step 2: send a char (0x4A) to NRF24AP2...
Hi guys,
I am using the gcc setup to program my boards. However for flashing the softdevice I use nrfgoStudio. SO I downloaded the hex file and fashed the siftdevice. But...
How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
Hi everyone!
I'm running my Nordic Thingy 91 with "thingy91_nbiot_legacy_pco_dfu" and it works great!
Now, i want to make some specifics editions in the main code in order...
Hi, We are developing an application that should receive commands via SMS. The device runs on a fairly large and rechargeable battery so the power consumption is not the most...
Hello DevZone,
PCA10040 SDK 15.0.0 SD132
I written my own SPIM driver which uses the list function to read in a few bytes. I've set up my list as the example in the...
Hi,
What is the difference between performing a reset by using the function sd_nvic_SystemReset(), and performing a reset by turning the power voltage off and then turn...
I used "nrf5_SDK_for_Mesh_v4.2.0_src.zip" and "nRF5_SDK_V16.0.0", When I used scan_start() command, I saw Light_Switch_Server device and Light_Switch_Client device on the...
We have fabbed a PCB for the nRF52840 that has a QSPI chip. The pins are different from the example in the SDK. I was trying to get the SDK example (examples/peripheral/qspi...
Just test SDK17.0.2 serial DFU demo project on Nordic PCA10100 board by USB serial.and use s140_nrf52_7.2.0_softdevice.hex
Got below exception. Any clue for it please? ...
Hi,
I have my application based on nRF52840 device.
When writting a wrong passkey, my device is reseted.
Which can be the reason? I have already implemented event PM_EVT_CONN_SEC_FAILED...
Hello
To calculate the definite yaw value of gyro, I would like to use the mpu9250 with magnetic sensors. I used Martinsbl's nrf5-mpu library when I used mpu6050, can I...
Hi there,
what is recommended strategy to read/write data on uart?
Taking from sample, read byte-by-byte, on 115k, sometimes data are truncated.
Is there a possibility...
Hello,
I developed a thread network using the latest SDK for Thread v4.1. I also have the latest OpenThread Border Router running.
I cannot ping Google IPv4 from my Thread...
Hi,
I'm using nrf52840DK as a central device (sdk16 ble-app-uart-multilink-master) and my peripheral device is bt840 chip(sdk15.2 ble_app_uart_pca10056_s140).
My peripheral...
hello
i have 2 questions about System on mode:
i testing different types of power comsuption modes, i've tested RTC wake-up for system on mode, but i want to try to wake...
Hi, I want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...