I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
Hi,
Is it possible to validate the value of a characteristic write operation and ignore it if it's not within my set parameters?
I.e. in the BLE_GATTS_EVT_WRITE event...
I am trying to use the nrf util software to upgrade (i.e. bootload) my product. The interface between PC/product is serial, through a USB/RS485 port... but framing is as per...
Hello,
I've been implementing a ZigBee end device for a while now. At this stage, I feel already comfortable enough to move to the PCB design part.
However, since this...
Hi. Thank you for your interest in my writing. I'm working on the IOS and the Multiple Connection project at the experimental_ble_app_multiperial example. My current project...
Hi, I just received my nRF9160DK and I have been following the guide to getting it online. I'm at the stage where I am trying to activate my SIM card that came with the kit...
Hello
I am using sdk17 and st7735 drivers in GFX example.
Later, I will add several UI to the display, but now I am simply outputting sensor values.
Below is the code...
Hi Nordic
I use nRF52820 and SDK 16.0.0
I need to print a lot of message in order to debug the program.
I use NRF_LOG_INFO to print massages
I found that if I print...
Hi there,
This is more of a architectural question for Nordic developers or anyone familiar with Thread, NCP and Border Router.
I've been able to demo Thread local (short...
I am getting +CESQ: 99,99,255,255,255,255 indicating no coverage with the IBASIS SIM. my post code is BT28 2SA. IS there a NBIOT or LTE-M provider in Northern Ireland?
My question, at the top of the document linked below it has the line “ This information applies to the following SoftDevices: S132, S140, S212, S332”
https://infocenter...
Hi,
We are developing the Bluetooth based weight scale product.
We have successfully developed the project using nrf52840 DK board but now we are planning to develop the...
Hello,
I am working on nrf5340DK board and with sample example central_uart. I wan to find at what speed the application clock is configured and also want to change it...