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, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...
So I switched from Bluemod+S (nRF51822) to Bluemod+S42 (nRF52832) on my custom board and am trying to adapt my existing code to work on the newer model. Apart from various...
Hello,
can anybody tell me the exact differences between a Link Layer Acknowledgement and the Acknowledgement used by a write Request?
Does anybody have some statistics...
I am trying to implement the Current Time Service in my project and had a few questions:
-The example requires that security be established before services can be discovered...
hai
i am using mbed to program my nrf51822. in my application i need to read two analog sensor values.
i am using p5 and p6 pin for that.
AnalogIn analog_pin_1(p5);...
Can somebody explain what 0xA1 means in this raw L2CAP layer:
0a, 00, 4d, 00, A1, 01, 00, 00, 08, 00, 00, 00, 00, 00
I know 0a, total bytes, and 4d is channel ID, I...
Hello
I was wondering whether is possible to use an updated version of the softDevice into an older SDK, my current hw is a nRF52832pca10040 DK
For example, I am currently...
Hi,
I am using experimental_ble_app_blinky example. In that NRF_LOG over UART was implemented.
I Added some UART code for my use. But after flashing code was not working...
I am using SDK14 and SD132 V5 on nrf52382. I tested the hids_mouse example and it autoconnected without any issues to the phone. In my application, I have 2 modes. Config...
Hi,
We're designing a product with the nRF52 (SoftDevice S132 v5.0.0 production) and an external WiFi module, and are attempting to do a "poor man's WiFi Co-Existence"...
I am struggling to figure out the correct IRAM/IROM settings in keil for the ble_app_beacon example in sdk 14.0.
I am currently using this example on an nrf52 DK and will...
Hi!
I just bought a BLE Nano board featuring nRF52832 chip.
I am using it with Arduino IDE, controlling some servos and motors onboard my autonomous device.
I would like...
I am trying to set up a project for the nRF51 by hand and by looking at the example code provided by Nordic.
I am using Softdevice 130 on a nRF51422 and the 12.0.1 SDK...