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...
Hi,
I have around 15 characteristics(my code is similar to ble_uart) - 14 of them with read and notify properties and one with notify, read and write properties.
With...
Hello,
I would like to return a specific error when a device connects to my NRF52 (by bluetooth) when for example the range of mac address is wrong to me... (or something...
Dear Folks,
I have a question regarding the supply rise time of the nRF52-Series.
According to the Product Specification Chapter 6 Table 8 the Supply rise time (0 V...
Hi, I encountered some problem using the S132v3.
With the s132 v3 and sdk12, I want to extend the ble transfer size.
Now I can change the att_mtu to 100, and iphone...
Hi all!
I recently ordered BLE tag with nrf51822 QFAB chips.
When I read back the memory content (with mem8 jlink command) I manage to read up to the address 24A60 which...
The task I am working on is sending a list of records from an nRF52832 chip to a central. Before sending the records, the total number of them should be sent, so the central...
Hello. I'd like to know. Can I trust to opportunite to firmware my controller (nrf52832) over the air. I mean is there any chance do not be able to do it, for example if last...
I'm using a module that has nRF24L01 mounted.
When I transmit to many PRXs, using the same frequency and channel, I expect to receive
many ACK signal at the same time.
...
I'm using nRF24L01 in a star network and i want to disable ACK.
I write the ACTIVATE command followed by 0x73, then a write to register FEATURE the value 0x01.
In this way...
I am trying to follow the tutorial given on this page:
devzone.nordicsemi.com/.../
However, my eclipse project does not build and created following log
13:55:03 ...
app_pwm_uninit is hanging the code. The control goes to pwm_dealloc() and then in nrf_drv_ppi_channel_free() it hangs.
Using SDK10. I want to change the PWM frequency and...
I am new to eclipse IDE and I am following tutorial on this page:
devzone.nordicsemi.com/.../
I am able to make the blinky project on the terminal and it does create...
Hi,
I have the following piece of code.
nrf_gpio_cfg_output(PIN_EN_BSTR);
for(int i=0;i<300;i++)
{
nrf_gpio_pin_clear(PIN_EN_BSTR);
__NOP();
__NOP();...
Hi,
I’m trying to use new SKD 12 secured bootloader but can’t pass signature check in dfu_req_handling.c\dfu_handle_prevalidate() (code after switch case DFU_SIGNATURE_TYPE_ECDSA_P256_SHA256...