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...
Im making a project were i have two robots each one with a device connected with a mobile phone. But at same time i want that, when they are near each other they exchange...
Hi,
I just noticed that my PTX and PRX projects use different assemblers and linkers -- not sure why. I got the sample projects from Nordic. What's the difference between...
I built my project on ble_app_uart peripheral example from SDK 12.2 and have added a display (Sharp LS044Q7DH01) using nRF52 as a SPI master to communicate. I think I have...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Library does not support buffer size more then 8 bit.
But I try write to register TXD.MAXCNT and I can't write value more...
Hi
I'm interfacing MMA8452Q with nrf51822 using TWI all read-write function working fine but when I try to read acceleration data nrf_drv_twi_rx & nrf_drv_twi_tx function...
I am porting our sdk 8 based firmware for the sdk 11. Now the code crashes at the code below:
err_code = sd_ble_gap_device_name_set(&sec_mode,
(const uint8_t *)name,...
We followed the instructions for the beacon example for nrf 52 dk.
Multiple attempts to change and reset the board, there was no change in the ad packet.
Can someone...
I'm using the nRF52832 chip without an external crystal. I configured it to use the internal RC with:
nrf_clock_lf_cfg_t clock_lf_cfg;
clock_lf_cfg.source = NRF_CLOCK_LF_SRC_RC;...
Hi,
I have tested ble_app_hids_keyboard for using whitelist.I find that this example is bond+whitelist. If bonded, the peer address will be added into whitelist. But when...
Hi,
I test Whitelist function in the example ble_app_hids_keyboard_pca10040_s132 using SDK12.2.0.
I donnot understand the code in "case BLE_ADV_EVT_WHITELIST_REQUEST:" located...
Hi all,
I have some problems with GPIO Interrupts.
I'm using nrf52832, s132 and sdk 12.2
The error is totally random so I don't know why is generated. The case is...
Hi,
We are using the Secure DFU from SDK 12.2, with SD132 3.1.0, on a PCA10040.
As a DFU controller, we use a PCA10031 with a SD130 2.0.1 and a project derived from the...
Hello,
We are migrating from IAR 760 to IAR 8.10 compiler does not produce the same assembly for the SDK12 inline function nrf_delay_us.
The original C Function is :
...