I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
hi.
i wrote a program in s110 and it work fine . in it i creat my own service .
but when i want use my service in s310 softdevice in this line i get error forbiden or error_code...
How can I flash SD110 and Serialization on Wavetek's WT51822 shield? I am working with an ST nucleo64 and mean to use STlink for flashing.
I found an application note from...
what is the procedure to find connected device is bonded or not, should i store the device, application or service context in persistent memory to help recognizing bonded...
Hi Nordicsemi,
I am working on peripheral BLE device, the device accessible from smartphone i am also writing the smartphone app, i want just my app to be able to connect...
Just received my Nordic nRF Smart Beacon Kit and was following the instructions in the User Guide to get setup. I inserted the battery into the beacon and there's an LED flashing...
My project is working but nRF connect does not seem to show it properly when advertising. It shows up for a moment then dissappears then shows up a while later on the RSSI...
I did try to SPI example in nRF5_SDK_11.0.0
But, I saw print in serial terminal only one-byte log which is NRF_LOG macro.
Basically, It SPI example included app_uart.c in...
Can't transmit a modulated carrier for FCC testing
part: nRF52832
We are writing our own firmware to support FCC testing. We have been successful at controlling the chip...
Our project use 51822 and another MCU stm32 to transmit heart rate data by uart. then 51822 SPP heart rate to smart phone APP. Now, We meet a issue that 51822 UART will crash...
Hi,
I just found what looks like a bug in ble_nus.c in SDK12 - not sure how to report it so I'm just doing it as a question/answer combo.
Basically:
Connect to...
Hi,
I'm developed a custom nRF52 board, and the main method to reset is via power cycling the power source (battery). Using GCC, should I still keep:
CFLAGS += -DCONFIG_GPIO_AS_PINRESET...
Now, I'm using the SDK12.1.0 and the device is NRF52832, I trying to use the secure DFU bootloader, when I open the Project Nordic provided(PCA10040 Debug) and build it, the...
Hello,
I have a PCA10028 that I want to use as a sniffer using the NRF Sniffer firmware. I tested it in macOS and it's working. The problem is that I also want to connect...
I put my code before ble_stack_init()
reset_reason = NRF_POWER->RESETREAS;
NRF_LOG_PRINTF("reset_reason: 0x%08x.\n",reset_reason );
//NRF_POWER->RESETREAS = 0xffffffff;...
Is it possible to receive connections without setting up a GATT service
For security reasons, I would prefer if generic apps and also the new Web BLE API could make connections...