Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
Hi,
I am trying to write data to the nRF52 module from my custom application. I am sending few parameters bundled into a packet to the module. One of the parameters is the...
Hi
Im currently having some problems with programming a solution for a small system that im making.
The idea is a mailbox with a dongle and accelerometer that senses movement...
Note that for SDK v12.3 : if application size * 2 > available space a single bank update is performed.
While I am using v15.3 and there seems no more infor about the single...
I installed espruino_1v99_thingy52_app and espruino_1v99_thingy52_softdevice , but i want to restore the thingy to the default firmware. Have a way to reverse to the default...
Is there some instructions to debug the nRF91 sample applications with segger with thread awareness? I've seen mention of freertos thread awareness and have requested access...
Hello,
I have been working on ble_app_uart_coexist to achieve the integration of uart and mesh on nRF52840, but I learnt that nRF52840 does not support this example.
I...
Hi all,
I spent a few hours researching how to communicate with AWS (using MQTT) through nrf52840 (I’m using the PCA10056 for first developments), but I don’t understand...
Hi
I am trying to merge zephyr's http_get example (with TLS option) into the nordic mqtt_simple example (ncs 0.4.0) since I need to set up a http S connection and not just...
my project plan is bluetooth 5.1 use development but now there is nothing on the market only nordic's nRF52811
so i want bluetooth 5.1 prototype. please
And I will pay...
Hello,
I am new in using Nordic MCUs and BLE. I am trying to flash the experimental_ble_app_blinky example on KEIL on my nRF52 PCA10040 board and the android application...
Hello,
I try to start developing my nrf51/nrf52 projects using Segger Embedded Studio but each time I receive the same linker error:
"(...) section fs_data' will...
hi,
I am working on temperature sensor i merged the uart and twi sensor , using nrf52832 + Max30205 (temperature sensor) . i am getting the temperature in float which is...
I am trying to solve a latency issue. My system consists of a central and 20 connected peripherals (all based on Nordic parts). I have allocated the following:
Scan Interval...
Folks,
Simple question:
When I set off A DMA transmission on the UART, how do I poll for that transmission having finished? There seem to be no status bits in this UART...