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...
We are trying to get the ble_app_uart project to run on an nRF52811 using Soft Device 113, since our application will require the LE Data Packet Length Extension. We started...
nRF51 - While trying to capture Bluetooth data via wireshark, i am unable to automatically split the capture files but the process works perfectly if capturing Ethernet data...
Hello! I am trying to modify the ble_app_hrs_freertos example to send actual heart rate sensor value to the nRF Toolbox app over BLE. I am able to read values from my sensor...
I have a customer requesting a Bluetooth solution recommendation with requirements that push me out of my comfort zone, hence looking for more expert input. The requirements...
Hi All
We have to send GPS data to Cloud but we do not have network so is this possible to send GPS data from nRF9160sip to ESP32 via UART communication
and after using...
Hi ...
how to send the particular message from client to specific server in mesh ? i am using mesh 3.1 version
i want to use 4 server and one client . client have to send...
Hi
We use the function "sd_ble_gatts_value_set()" for setting new values of a characteristic(not changing the length). This function takes between 120 and 260 us time to...
Hey,
I was wondering if I can write C++ code for the NRF9160:
Does the NRF9160 DK support C++?
Is SEGGER IDE compatible with it?
Is it recommended to use C++ in...
Hi:
I use the SDK 13.0 and nRF52 DK to develop software for the project. Based on BLE UART (NUS), the software do SAADC sample and transfer the data out in real time, The...
I have recently ported our working project to SES. The project uses S140 with nordik SDK 15.20 on nRF52840 custom board. the project also makes use of freeRTOS. It's important...
Hello,
mqtt_simple was probably never tested in TLS because some parts for TLS are missing (see client_init)
Could you make a good exemple that works please ?
hi...
I am working with thingy52 while compiling i am getting this error , then i moved to segger , in segger i am getting following errors
how to overcome this ? help...
Hello -
We are interested in using NimBLE for a nRF52 project as we've used NimBLE on another micro controller. NimBLE would be running on FreeRTOS and we are developing...