Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
Hi all,
I have just some issues with sd_flash_write and sd_flash_page_erase functions. I have created some code to read the temperature value and save this value in memory...
Hi,
I am considering nRF52 (most likely nRF52833 or 811 ) for a new design - curious how mature is the concurrent multiprotocol support in nRF52 - in particular for nRF52833...
Hi All,
We are using nRF52840 MCU and SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. We are designing a device that uses switches connected to the below pins,
Pin...
Hi,
I use a custom board, softdevice and boot loader.
I use DFU to update a slave chip firmware. Everything goes right until we invalidate and write flash :
// Invalidate...
Hi
i use sdk 17.02
custom board
soft device
when i program input digital pin I have an extra consumption of arounf 9µA versus not using it.
Could you tell me if...
Hello,
I am using FDS successfully with SDK 17.0.2, secure bootloader and softdevice. Bluetooth (BLE) environment, if it does matter.
I can read and write data. But following...
hi guys
i develop mobile app for iOS and use nrfMesh lib v3.0-beta1. i have few nodes subscribed to a group. I send GenericLevelSet message to a group and receive successful...
if a response to the http request is chunked ( https://en.wikipedia.org/wiki/Chunked_transfer_encoding ), it is not handled correctly by the serial_lte_modem.
Sometimes...
This should not be so hard - have to go here and wait until this gets answered.
1. I can't find an SDK consistent with SoftDevice s110.
2. I have an nRF51822 production...
I want to find out BLE throughput.
Throughput_bps = num_packets * (ATT_MTU - 3) * 8 / seconds.
In this equation, how can I find out num_packets?
Also, ATT_MTU =...
Hello,
I was just wondering that if somehow we can send the AGPS code data of thingy 91 to adafruit server through the MQTT just for testing purposes.
Let me know...
Hi everybody,
I have some trouble fixing the ERROR 19 [NRF_ERROR_RESOURCES]. I think it's something about the buffer queue size that is too busy. But I don't know how to...
Hi ,
can we use the Twi scanner for the nrf52832 customized board does it will work or not ? Because i complied the twi scanner program in the customized board even i changed...
Hi,
I am trying to learn free rtos on nrf 52dk. My doubt is how do we debug, watch tasks. I am using segger embedded studio IDE. for sdk, sequential execution of code the...