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 am using nrf52840 in our customised board with sdk 15.2 and trying to achieve long range with coded phy using long range demo example as base now i could be able...
Hi,
I have two boards NRF52840 DK and I wanted to use example for BLE Central&Peripheral NRF Relay. I have just run example with Heart Rate peripheral and I can see that...
Hi there,
When I program my nrf24le1 in Keil uVision, I notice that when I load the program to the flash memory of the connected motherboard6700 with the nrf24 radio module...
I have downloaded the Kiel and uVision file (the nrf Probe) found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series and have gone through...
Hi,
I am using Keil 5 (downloaded with this link: https://www.keil.com/demo/eval/c51.htm ) and have downloaded the nrfProbe to this file. This is being used to program...
Hi, I am try to implement UART SERIAL Bootloader for my device and I just need to perform DFU using uart serial
I have tested the code and bootloader. My query is
Without...
When I run the "ble_app_blinky_pca10040_s132" example from SDK 17.0.2 and 15.2.0, right after Connected I'm seeing that device is Disconnected from device.
I tried with...
We need to programatically (on the Raspberry Pi using Python) send and receive characters to and from a smartphone using a custom service over BTLE. I have used the blinky...
I am trying to communicate with my IOT using wired uart serial port. I am using 840(MCU) (with softdevice #113).
code:
My Issue: Each time I am trying to run it while...
Hi,
I am trying to reduce the consumption of my Thingy91 device in idle mode. I am working with NCSv1.3 and the example asset_tracker. I am currently registering 0.60mA...
In our NRF9160 application, we do not have a UART available and have to implement other means of logging crashes.
We have written our own k_sys_fatal_error_handler but it...
I am using a generic nRF52 dev board with the Arduino nRF52 core . I am trying to get a sample BLE service to display, but it cannot find it on my BLE scanner. After I couldn...
Hi,
I am trying to read read all nearby base stations' Cell ID, TAC, MNC, MCC.
Is this even possible to do with this DK?
At this point I have found these commands...
Hello,
I am trying the UDP sample for the nRF9160 DK board, using the iBasis SIM card that came with the kit.
The problem is that it does not register onto the network...