If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Sir,
We finally added WIFI to NINA B302, using a NINA W102 coprocessor!
https://github.com/khoih-prog/WiFiNINA_Generic
Please, enjoy!!!
Here a portuguese BLOG...
Hello!
Does anyone know of a library for the I2C LCD 16x2 display? I found the library by lovee, https://devzone.nordicsemi.com/f/nordic-q-a/23401/nrf52832-connect-with...
Not really sure where the problem is here, my guess is in the code... I just recently saw this: https://www.avrfreaks.net/comment/1342846#comment-1342846
Although my issue...
Hi,
I'm new to this product and I'm facing some problems in dowloading the required softwares to program the nRF52 DK, I saw most of the tutorials here and they are old...
I was trying to upload one of the examples which is ble_app_hrs file to test nRF52 DK. However, it gives me a message that i have about 31 errors.
Below are some types...
Hello Everyone,
I am an experienced engineer but actually a beginner with Bluetooth technology. I am working on a project that uses a Fanstel BT832AF Bluetooth module. This...
Hi,
I need to be able to put larger strings in the scheduler. At the moment the maximum accepted values for init are the following:
#define SCHED_MAX_EVENT_DATA_SIZE...
Hi, I am confused by this config.
static void drv_keyboard_gpio_init(void) { // Make sure that columns will drive 0 when they will be configured as outputs. NRF_GPIO->OUTCLR...
I'm using a NRF52840 with S140 softdevice. I advertise some data and I want to be notified when advertising start. I followed this thread and I use the customs ble_radio_notification...
Dear Nordic Team,
Thanks for supporting.
Still i am work with keil IDE. But now i want to go work with Segger embedded studio because of mesh concept. Please give me step...
I have combined light switch client and ble_app_uart example by following this guide and this case ,but after I added the codes :
#define MESH_SOC_OBSERVER_PRIO //<set...
Hi,
I am developing stuff for a bike and need the Bluetooth Cycling Power Service 0x1818
I found the 0x1816 Cycling Cadence and Speed
Has anybody developed this service...
Hello I'm a beginner and I try to use the DFU. I use the documentation and I can send my init packet without any problem. But when I try to send my Firmware I have 2 problems...
Hi,
Our system is based on the nrf52832 with SDK BLE_2.0.1 for the mesh. I have few queries as per below,
1)It would be great if you could suggest any vendor who is working...
When Going into Sleep, I see peaks of 12mA every 30ms (see image) I'm assuming I can adjust that changing the connection interval settings. I have my Connection intervals...
I'm having some issues with the freeRTOS example in SDK 15. I've always seemed to find a hardfault which limits the MTU size to 176. Now when I try and set the connection...
Hi,
I have a question regarding fast/slow advertising
I'd like to advertise for 180s using a 100ms interval, then switch to a 1s interval, preferably for ever. I set...