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 ...
This is really bad, I downloaded the latest 1.7.0 SDK to the machine and could not build any application (including examples) Always appear errors
Create a GPS.Emproject...
Hi,
I have nRF9160 DK:
PCA10090 v0.8.3
modem firmware 1.2.3
The specifications says that the minimum consumption current is 7µA. So I flash a hex file which shuts...
(Using nRF Connect SDK 1.5)
I have the setup so far that partition manager is aware of the external flash and creates a single partition for it. The documentation section...
Hi nordic
I am using 52832 with sdk15.3:
when I program the hex with sd+APP+bootload, it works fine, while after the first ota, it will get the NRF_ERROR_STORAGE_FULL...
I have an encased nRF52840 dongle that is visible to nRF Connect. However, when I try and select the displayed device I get the following:
I cannot press the reset button...
Hi,
1. What modem versions does this board support?
For example mfw_nrf9160_1.3.0?
2. This board programmer this example:lwm2m_client
Using AT + CFUN? No return...
Dear Nordic team,
in our multiprotocol (BLE, ZB) application ( nRF5 SDK v4.1.0 )we are facing following severe issue relating to the ZBOSS stack: When a router leaves its...
Hello sir/Ma'am
I am working on a project in which i am using some BLE peripheral devices, an Central device and an Android app. I want to get data on android app from central...
I'm trying to program nrf9160 but getting an error due to readback protection.
I have tried the following commands:
nrfjprog --recover
nrfjprog --recover -f NRF91
...
I set an NOPULL type input GPIO, and I found that if I put in a voltage of about 1V,
the nrf52832 will produce a current of about 30uA,
I want to know why it can be happen...
HI
I have using nrf5340 DK for the past 7 months. Sometimes, The DK gets powered up only after 2-3 minutes after giving the power supply from the PC. Even after powerup...
I'm working on a project based on nRF52840 and nRF5 SDK16. I'm using BLE with softdevice S140 7.0.1 and USB CDC ACM for communication with a USB host. Ultimately the problem...
Hi,
I'm trying to run ble_app_blinky_pca10040_s132 on Fanstel BT832 custom board with no success. After writing/verifying the app using the SES it jumps to 'unknow function...
Hello,
I have a question:
i want to send a JSON payload using the PUT-method from CoAP. For this I am creating my JSON Payload with the following function:
The main...