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...
Hi
I am working on the GPS for Thingy91. The Thingy91 is able to get the fix when I am outside and test it. However, when I am in the building by the window or on the balcony...
Hello ,
I am bit confused about the minimum and maximum connection interval . what does mean ? it is time interval for the connection or else time interval for the data...
Thanks in advanced. Platform is nrf52832, SDK_17.0.2, use nrf connect app. I create custom service. If I set 128bit base uuid: {0x9E, 0xCA, 0xDC, 0x24, 0x0E, 0xE5, 0xA9, 0xE0...
Hi, I'm testing ble mesh using the "Mesh Light" sample with my developer board using Zephyr.
My components are: - My device: Makerdiary.com nRF52840-MDK development board...
Hello world :-)
I would like to use Bluetooth Low Energy Sniffer [1] and 802.15.4 Sniffer [2] on nRF52840 DONGLE using my FreeBSD workstation. I did manage to build the...
Hi!
I am trying to utilise the BLE SIG service for environmental sensing (0x181A) with the characteristics for temperature (0x2A6E) and humidity (0x2A6F). I would like to...
Hi
I'm trying to build blinky example (from SDK17.0.2) to run it on nRF52833DK.
The board is running correctly if I download the hex comes with SDK but failed if download...
Hi, I'm writing a library for the common Hitachi_HD44780 (LCD2004 etc) but need it to be non-blocking. I'll open source it once done. I'm using EasyDMA to do the transfers...
Hello,
I am trying to solve my issue for few days without success hence your help would be appreciated. I found a lot of related issues, but any of the solutions doesn't...
Hello,
I am using nRF52840 chipset and I was using the Segger tool chain properly. But recently I started getting below error "The evaluation period of this release has...
Hi,
I am doing the project in nRF2832 , where I need to collect some data from the sensor and temperature value that i need to save in the .CSV file format in SD cARD ....
Hi,
I have a question about setting the gpio pin status. From the picture, it seems that the value on the right represents the status of the gpio pin. So the default value...
I'm using NCS 1.4.0 and 2 boards nRF5340PDK.
I'm using central_uart and peripheral_uart samples. Both display when connection interval change.
The central_uart use BT_LE_CONN_PARAM...
can You explain
light_lc_client_light_onoff_set(&m_clients[0], &set_params,&transition_params);
This command in the lc client used to make the immediate on the server...