Hi.
I'm using nrf Connect SDK v3.0.1 and Zephyr v4.0.99 to implement a IoT device which connects to a Thingsboard server with CoAP. With the COAP_CLIENT Lib I want to download...
Hello,
I am testing the RF range of a BLE application based on PAwR (Periodic Advertsing with response) in coded PHY (S8) with SDK 2.9.0.
In order to test the robustness...
Hi all, hope this is the right place. I'm developing a small breakout board to test/program the NRF52805; this board will eventually be expanded to include a pressure sensor...
Hi
I can run the sample application for NVS, on the nF5340 DK (SDK 2.9.0)
I can run the sample application for LittleFS, also on the nRF5340 DK
Now I would like to see...
Hello everyone,
As the title suggests, we're trying to get the on board flash (mx25r64 as far as I can tell) of the nrf7002dk devboard working as a USB mass storage device...
Hello.
After some great struggles, we've managed to enable WiFi and encrypted socket + TLS connection to google.com and various websites.
Since then, we've been looking...
In Electrical specification Table 1 (current consumption in forced High Power mode) lists a typical value of 7.2 mA , just want to confirmed this is correct and not a typo...
I am trying to decrypt some data.
My data is encrypted using AES-ECB No padding method.
I know the 32Byte key used for decryption.
Following is the code snippet. I am not...
I guess and hope not but I am a little confused by the compatibility matrix..
I would need to use SDK 7 or higher for my nRF51-DK
but I would need to use SDK6.1 or lower...
Hi,
I searched here for a while and I couldn't find the answer. I implemented custom service by referencing nAN-36 and the github code. For some reasons, the github code...
Hi there,
I am trying to generate a pulse on a pin using RTC1 and PPI. Using a TIMER this works fine but my goal is to incur minimum current consumption by using only the...
I was trying to calculate analog voltage in nrf51822 through ADC.
I used analog 2 pin
ref voltage =1.2v
pre scaler = 1/3
so while i connected 0.9v to analog pin.
I see...
In the sensor datasheet it says one can use SPI_Mode 0 or 3 (doesn't say that there is anything to do to switch between them).
I connected MISO from the DK with SDO from...
I want my application to cooperate with DFU. I am using example DFU project from SDK (6.1) (from nrf6310 folder, i simplified it so it could work on PCA10000), but i need...
I increased my IRAM1 size as advised here , but now my program doesn't work anymore on the nRF51 DK.
I know the problem is somewhere in the memory allocation, because when...
I am working with nrf51422 chips version 2, so according to this table taken from the compatibility matrix v2.0, the last supported versions of SDK/SD/SDS I should refer to...
Also it seems not to advertise. What may cause this problem?
All I could found in the ble_gap.h is:
If both conn_sup_timeout and
max_conn_interval are specified...
Hi
I am trying to debug the "ble_app_hrs" example from SDK 6.1.0 (using keil IDE), on 51822 chip.
The IROM1 is defined to start at 0x16000 (meant to be used with softdevice...
I'm trying to minimize current consumption on my BLE peripheral and I wanted to know what advertising data is required. I have a custom service with a 128-bit UUID but do...
Hello!
I am using a keyboard (4x3) and the rows are configured as input PD and columns as output set, after a successful interrupt , the columns and the rows shift settings...
I am using nRF8001 bluetooth ble for my project. I would like to get the RSSI value as a reference value in my firmware. Is there any way that I can get the RSSI value from...