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 am using the SAADC example to check the sampling rate between ADC and UART.
I am using an Arduino serial plotter and logic analyzer to check the correct data.
To...
Hello Team Nordic,
We are using nrf9160 DK with serial_lte_modem aplication and mfw_nrf9160_1.2.3 modem firmware and TAOGLAS AGPSF.36C UfL antenna .
We want to utilize...
I am evaluating the Thread network. So far, I have successfully tested the network by using 6xPCA10056 and 1xPCA10100. The 7 boards have been used with a RPi to prove both...
Hi. I need some help to select the source for LF clock.
I'm using
NRF Connect SDK v1.5.0 SEGGER Embedded Studio for ARM Release 5.34a Build 2021011401.44914 Nordic Edition...
Hi
I'm relatively new at pcb design, and have been trying to create my own designs fully assembled with SMT as opposed to just creating a soldershield. I'm making a wireless...
I am able to read/write the NFC tag on the NRF52840 (using NRF5 SDK 15.2.0). My NFC message consists of 2 records.
Issues:
I see there are 4 "types" of NFC parser components...
Hello,
I have loaded the ble_app_blinky_pca10056_s140 example to the nRF52840DK and it works fine with the nRF Blinky mobile app. I modified the Blinky example code to...
I am working on a program that uses both CoAP and GPS in the form of thread. Since both CoAP and GPS uses the modem, I have to turn it off so the other thread can use it....
Hi
I want to change the advertising Company ID from Nordic to something equal to the Company ID used in one of my vendor models.
In previous topics some people say it...
Hello.
I wanted to know what the gpio state when no power is connected to the device.
I have connected a RTC battery to one of the ADC channels via a series 100K resistor...
Hi Nordc Technical support team;
My name is Ercan. I'm from Turkey. I am a Master degree student in Electronics and Communication Engineering department.I want to make a...
I am adapting the example ble_app_uart_c_pca10056_s140, which is a BLE Nordic Uart Service central device. I would like that other c files can access the variable m_ble_nus_c...
Hi Everyone,
I am working on the nrf52832 and i am trying to build the Eddystone beacon application example with segger embedded studio. But when i do, I get the following...
Hello,
I want to modify the default transmit power of the nrf5340 peripheral_uart project.
board:nrf5340 dk
ncs:v1.5.0
example:v1.5.0\nrf\samples\bluetooth\peripheral_uart...
I am trying to figure out how to enable and use the RNG peripheral of the nRF5340.
since the RNG is on the Network side of the nRF5340.
is there anything i need to set...