Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
I would like to hide BLE advertising from normal BLE devices.
And only be able to see such advertising with dedicated scanner.
I was thinking of changing access address...
Implementing my own protocol stack with low-level programming of the radio, can I broadcast by simply programming all units to receive the same address?
No addresses (such...
Hi,
I am trying to use the sdk version 9 for the NRF51 to take ADC samples and trasmit it over BLE over UART found in the link: github.com/.../nRF51-SDK-9-0-0
I downloaded...
For example,
CFLAGS += -DCONFIG_GPIO_AS_PINRESET
CFLAGS += -DNRF52_PAN_12
CFLAGS += -DBLE_STACK_SUPPORT_REQD
Where are -DCONFIG_GPIO_AS_PINRESET, -DNRF52_PAN_12...
Hi,
I faced a strange kind of issue while i was burning the same code on nrf51442 and nrf51882 chip. The code is running fine on the nrf51442 chip but the code wasn't running...
My µvision crashed during programming and will no longer respond to trying to program it. It boots into the bootloader mode. My computer sees it but the precompiled binaries...
Hi ,
I am using nRF51 SDK with S130 soft device lib, and it is running well when downloading the example of ble_app_uart. But when I want to modify the service UUID from...
Hi,
I'd like to check the battery level in my BLE device, and I can set a timer to handle the checking, however this means that Timer 1 would need to powered up, and hence...
Hi,
The situation: nRF51 has established a connection with the iOS/Android (custom made)App. The nRF51 goes out of the Bluetooth range. Eventually, the Bluetooth connection...
I have looked around but have been unable to find doc explaining this. If there's something around, I'd truly appreciate a pointer.
I have an existing (solar powered) device...
Hello,
i'm searching for informations about calibrating the SAADC of the nRF52. And i have read here: Link
For nRF52, there are no calibration
values that I know of...
Hi Sir/Madam
I wrote a small program for low current verification on nrf51822 development kit with starter mother board.
The program is based on "blinky_example" project...
Hello to all,I have developed a board using the NRF51822;
Currently I am using SDK v11, S130 v2.
I have a problem in my bootloader, since bootloader_app_is_valid (from...
Hi, i want to jump from my app to the bootloader, i used the function
void bootloader_app_start(void)
{
vMBt_eStopAdv_Exe() ;// Stoping the BLE ADV
sd_power_gpregret_clr...
I have a question about when the application is erased during serial DFU single-bank update:
According to the S110 Serial HCI documentation , the serial update packets...