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 ...
Hello,
I've tried to convert the mesh light switch server example from NRF52840 DK to Dongle following this post.
Unfortunately that doesn't work.
I've changed the BOARD_PCA10056...
Currently, there is a project. The situation is that the master nRF52840 communicates with the cloud server through the GPRS232 module, the slave nRF52840 communicates with...
Hi,
I tried to create a custom server in using server setup of nRF Connect v3.3.0 but when I tried to apply my custom server on my device, the software bugs instantly. ...
I want to modfiy the code in the example ble_app_ancs_c to read the internal flash with fstorage. But after I set APP_TIMER_CONFIG_USE_SCHEDULER to 1, the operation of fstorage...
Hi every one, I am running light switch example (using SDK 15.2 and SDK for Mesh version 3.1.0 ). The problem is: My provisioner node cannot Receive RSSI message of a node...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
My custom function for saving is:
I call the function using below...
This error always stop the "mqtt_simple" application.
I have tried modem versions 1.0.1 and 1.1.0, SDK versions v1.0.0 and v1.1.0 and added this code to system_nrf9160.c...
I have an Android application running with RxAndroidBle library and I want to change it to Nordic-Ble-Android library. I'm not that good with Bluetooth and the actual version...
Hello, i'm new in BLE and i would like to know, what is the best way to read and write 200-300 parameters of my product via BLE from a phone?
Possibility 1 is, to create...
I am trying to save and read a structure using FDS, how do I go about it?
I have the structure:
Is this correct by populating the record as such?:
And to read...
Hello,
is there any tutorial on how to send commands to the Thingy52 from an Android app (like the Thingy52 app or nRF Connect) to start the RTC clock (and then read/clear...
My 52833DK is apparently bricked. I get the message "Could not find core in Coresight setup. Abort debug session” When I try to load code (IAR) into the board. It was working...
Hi
I'm trying to understand the files outside the main program. The files that are at the samples path. Like "CMakeLists.txt, Kconfig, proj.conf, sample.yaml etc". So from...
Hello.
I have a issue about saadc input range.
First, using 52832, SDK 15.3.0 S332 Softdevice.
I using ble ant both and 2 rtc time and gpiote also used.
my goal is...