When use the "nRFBeacons" app to update the info on my beacon the following happens:
Go to update tab.
Select "Connect"
Press "SW2" on beacon and see the LED begin flashing...
I am using s110 and nrf51822. I've set up up a long characteristic of 154 bytes.
Sending between 1 and 154 bytes works as expected.
Sending 155 - 160 bytes gets rejected...
Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
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...