E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
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...
Hello, guys!
I'm currently just starting to work on the nrf9160dk board. I want to try to explore the communication of nrf9160 with external acceleration sensor. First,...
Hi Team,
Is there any blog/tutorial on how to add custom profile (service/characteristics) with ncsv.1.8.0 and nrf52832/33?
I could find a couple of blogs but they were...
Hello everyone, I'm testing the example ble peripheral "UART/Serial Port Emulation over BLE" with SoftDevice S112 nRF5 SDK v17.1.0 . My board is MBN52832DK and i'm using the...
Hi,
in my project I use the nRF52840 microcontroller as the master I2C device.
Sometimes the TWI peripheral SDA line is forced to a low value by the slave device. This...
Hi, I'm developing an application using fds. I merged fds into ble_app_uart and built complete But when program run fds_init() nRF was crashed I called fds_registered before...
I am using NCS 1.7.0 and latest nRF5340 DK
I am trying to update netcore firmware using the process defined here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1...
Hi everyone!
I have a question regarding the audio support on the nRF52833 chip. Is there any support for sending audio ( Low quality compressed audio ) to headset? Or...
Hi everybody.
For a personal project, I need to integrate a flash or a microSD card to store data.
As computation core I want to use nRF52811, but I'm not able to find...
Hi,
I've lost hours to this so grateful for your support!
I have a custom board using Raytac MDBT42Q, which has a 32MHz clock in the module and I'm not using an external...
To whom it ma concern,
we observed Unkwon Resets after Long runtime ; Several Hours.
We use the NRF52840.
After the reset bit 1 in RESETREAS is detected .
BUT investigation...
My project is based on 'ble_app_uart' and I added dfu service..
so there's two custom 128bit uuid in my project..
But before this, I only want to test dfu service mode...
Hi,
We have made an app that gathers GPS coordinates using an external antenna with the thingy91. The problem we have is that we struggle to test the code when we don't...
Hello,
I am using the nRF52840 dongle with the nrf sniffer 4.1 firmware running on it, using Wireshark to read out its results.
This works fine for advertisement packets...
Hi!
In my application, I am receiving A-GPS data from nRF Cloud. After the data is received there is a considerable amount of time where the GNSS module is blocked because...