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 ...
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...
Hi guys!
Testing a little bit with the nRF511822 and Power Kit. After a little testing, I changed my application a bit and wanted to flash it into DK (via Keil) and it...
I have a requirement wherein I use the nordic chip to transmit the beacon data , after beaconing I want the beacon to go to a listen state and accept the data from a linux...
Hi,
We see that in documentation V1.1 there is this info on a pin added.
"AUX - Single-ended 50 Ω ANT loop-back pin"
What is the function of this pin?
Documentation...
I found several threads with same questions. And also found source codes.
But they are too old and require Legacy support for KEIL and old softdevice.
Is there actual source...
Hi,
The product is peripheral, CPU is nRF52832 and I use nRF5_SDK_15.2.0_9412b96.
My customer asks me how many bonded amounts support in our product?
because I can't...