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...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
My setup: nRF52832 with nRF6707 on top. My embedded application synchronously exchanges UART messages with a desktop application that feeds it data (on demand from embedded...
I use nRF52DK as a central using ble_evt event BLE_GAP_EVT_ADV_REPORT to get RSSI from the peripherals when they are advertising. But once the connection is established, how...
Dear community,
I'm having some trouble configuring and adding subscription addresses to one of my node's Generic On Off Server model. This devices is composed of the usual...
I am new to GATT services and characteristics. I have written one custom service with two characteristics for my custom board. I have used nrf 52832 with sdk 15.2.0 and referred...
Hello,
I am trying to connect to my nRF52832 through J-Link v6.22g. This version doesn't contain the RTT Viewer GUI, but instead I am trying to connect through the RTTLogger...
Hello,
I'm using the nRF52840 in a new design, following the reference designs as a guide. I've noticed that the reference layout files and the development kit use a different...
I've been trying to integrate the Mesh SDK 3.1.0 alongside the nRF5 SDK 15.2.0 on a custom board. I've integrated the light switch server example as part of the code (replacing...
So i was merging a code from peripheral to dual mode which caused my softdevice to change from s112 to s132 .I used the proper flash placement xml file also.After merging...
Hi Sir,
I am use S132 softdevice and it converted to binary file using srecord tool, the add binary file into IAR project seems not working for softdevice.
Below is my...
Hi! I'm brand new to Nordic development. I am unable to get blinky working for the nrf52810 SoC, running off of the Rigado BMD-330 evaluation board; however, I am able to...
I'm having what I believe is a hardware problem on a custom board with an NRF52832. Unfortunately I cannot share the schematic, but will try to describe the symptoms and will...
Hello,
I also think my question seems wired, but I have a situation to make same production of 2 type about BT exist.
I will use 3rd party BT module when BT type product...
Hi all,
I have a problem where I get a Flash page erase failure when scanning interval/window is 3.125 ms (or other very small value).
(SD132 2.0.0, SDK 11.0.0)
When...
Hello,
I am currently working on a custom nRF52840 board. I have to make the nRF52 communicate with a chip using TWI, so I started from SDK 15.2.0 TWI Scanner example...