Hi to everyone,
i have an mb39c811-evsk-02 and over it there is a tmp102 temperature sensor and an nrf51822.
I want to read the values of the sensor over a beacon app. ...
Hi,I'm glad you can see my post.
Now, I am in a program to read and write FLASH such as the screenshot in the attachment.
Then I update with DFU service for the equipment...
Hi Is it possible to change the MTU size with the Master Control Panel?
I am making a ble device on a nrf52 with the SDK 12 (latest softdevice) which has the ability to...
Is there a function like battery_level_in_percent for AA battery?
I know battery_level_in_percent is only for CR2032.
Even though I compensate it to make it 3V from AA battery...
I have a question about Makefile template used in all samples in SDK12.x
What is the sense of:
$(foreach target, $(TARGETS), $(call define_target, $(target)))
-include...
Hi,
I have an nRF52840 Development Kit, and am trying to control an IKEA Trådfri bulb. I'm following the commands from the SDK documentation , but it feels like they're...
So I'm trying to write a value to a characteristic I have set up as in the code below (figure 1), using the code further below (figure 2).
The sd_ble_gatts_hvx call is coming...
Hello
I would like a suggestion on the best architecture to collect data from multiple sensors in a room. Let me explain my need.
I have a room where we place multiples...
I'm trying to understand how RSSI measurement works.
According to datasheet if I understood correctly I have to issue a " TASKS_RSSISTART " command and wait for the corresponding...
I am using an nRF52840 Dongle to try and connect to a product over Bluetooth and communicate with it. I have been able to open this dongle using nRF Connect Bluetooth Low...
This behavior only occurs when connecting to the phone using the native connection procedure, it does not disconnect when using the nRF Connect app on the phone (Android Pixel...
I am trying to flash a secure DFU bootloader (compiled using my own key), a soft device, and my application using nrfjprog with the intention being to have the application...
I have implemented a bootloader without BLE that simply transfers softdevice/application/bootloader from external flash to the internal flash, performs usual validation and...
Hi,
I want to encrypt the BLE data.
If I understand it right the cryptocell can't encrypt the data sent over BLE automatically, instead the application has to encrypt...
Hi, I am working on sample projects on the subject "proprietary_rf" which includes the nRF5_SDK_15.2.0_9412b96 sdk. I updated the codes according to my own project. Finally...
I TRY TO PROCESS OTA FROM SDK11 TO SDK13, BUT ITS NOT WORK.
WHEN I SEND THE ZIP FILES, IT WILL CLOSE OUT FROM BOOTLOADER.
SO HOW DO I PACKAGE THE ZIP FILES?
Hi,
We are building an application where we want to use BT 4.0 legacy to advertise two advertising sets at different time intervals. I just saw this commit in Zephyr repository...
Hi,
I am trying to develop the DFU capability for my device.
I added the necessary code from the example ble_app_buttonless_dfu to my application.
then started as explained...
Hi
I have developed a code on Windows using the Segger IDE.
I'm looking for a solution to build an the firmware on the Linux VM to automate the build process to generate...
Hi, I am trying to create DFU for nRF52 devices using NCS now that they are supported. I have done this previously with nRF5 SDK and it worked great. Now I do not see any...