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...
The same SDK 15.3 is open on a desktop computer. system_nrf52xxx in the keil project does not find include nrf_erratas.h but on my laptop it includes nrf_erratas.h but nrf_erratas...
Hello,
I use nrf52840 hardware FallingEdge polarity PWM (NRF_PWM0) , to generate 2 signals ~50% each (inverted). I do manage to set dead time between pulses in same period...
The question is clear I believe. Why did support for the NRF5340 not make it to the nRF5 SDK? Is it something about the SoC specifically?
What's better about the nRF Connect...
Hello,
I have faced a lot of issues that were causing hardfault on my device. I'm using FreeRTOS with nrf52. I was suspecting stack overflow but it wasn't so easy to identify...
Hi,master:
platform:nrf52840
IDE:keil compiler version 5
tool chain: armcc
There are multiple calls to a function in the product. I suspect that there is a problem...
Hi all,
I am working with SDK 15.3 (S140 6.10) on ISP1807, which is nRF52840 based.
For my application I needed a USB dongle which works as BLE Central. It is supposed...
Hi all:
Currently, when using nRF52840 for archiving applications, I will encounter a condition and this will result in data corruption.
And I found a way to reproduce...
Hello,
I'm having a bit of difficulty disabling the PWM peripheral when it is no longer required. From the manual it states that "To completely stop the PWM generation and...
I have a custom BMD-350 board with a UART service. The board connects just fine with the nRF Toolbox iOS app but does not work with the Android app. The app connects to the...
Hi,
I am a little bit confused about the different supported stack for the nRF52833 when using BLE Mesh. With the current example, there is only support for the S113. Can...
I started a timer on the nrf52840 and the SDK is nRF5_SDK_15.2.0_9412b96, but I haven't never receive the callback message after the time. What's the reason?The code is as...
Hello ,
In this scenario, I have to measure the time interval between the START and STOP pulses generated by a peripheral device connected to nRF52 DK. The thing is START...
Hello!
I am currently using a module called BLENano2 (nRF52832). SDK15.0.0 is used and the editor is "Segger Embedded Studio v4.16".
Finished writing the program that...
Hi,
I tried out the light switch example on a nRF52833 and it seems not to be reliable at all. So i connected the debugger and saw, that in access.c,
in packet_alloc_and_tx...