Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi,
I have been using nRF51822 with my Android app using Android's Bluetooth Low-Energy APIs.
In order to get more details, I am currently working on integrating the Android...
I'm looking at interfacing a typical Wheatstone bridge sensor to the nRF51822 ADC. This particular sensor only requires a mA or two for excitation and the output fits within...
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 development a elock device to use nordic 52832 chip. I want to transfer some information between phone app and my device. Like UUID / user account / user password...
Hi, My PC have already installed the nrf connect sdk with version v1.2.0. How can i update the nrf connect version to v1.2.99-dev1? Please give me a few complete steps .
Hello everybody, i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the...
I have created custom characteristics by
BT_GATT_SERVICE_DEFINE ( vnd_svc ,
BT_GATT_PRIMARY_SERVICE (& vnd_uuid ),
BT_GATT_CHARACTERISTIC (& vnd_enc_uuid . uuid ,...
I am using the current nrf-sdk v2.1.0, which includes the matter version v2.1.0 from the Nordic repository.
I encountered an error that setting CONFIG_DEBUG will result...
Hi
I have successfully used the TIMER & GPIOTE to generate dual tone frequencies for a BFSK project. 200kHz & 400kHz. ( 50% duty cycle square wave)
I wonder if the same...
Hi,nordic
I am using 52832. The SDK is mesh500 and sdk1710. I want to check the data sent from the PC through the serial port. Where am I and how do I read the data?
I am using the NRF52 development kit and I modified the uart example main.c to simple TX and RX application using printf function. The board is directly connected to the PC...
Good morning,
I ended up changing the design to use the nRF52810 chipset and I wanted to find out if Nordic would be able to provide some schematic feedback for my design...
Hi Nordic expert,
We are K5DET1/3/5/7/9/11 output high level, then string 10K resistor, K5DET2/4/6/8/10/12 through the mercury switch to read this high level, while adding...
Hi,
According to the documents of NCS, CoAP Server sample uses native OT CoAP API while CoAP Client sample uses Zephyr CoAP API, and the Zephyr CoAP API is recommanded....
I've googled all over, and I'm having a hard time finding any documentation that digs into how to use the nRF Connect SDK. Most documents point to examples, however the wealth...
Hi,
I developed with ncs 2.1 samples esb ptx and prx using nrf52840 make a low latency application,There are two problems
①On the ptx side, packets are sent twice in...
Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have...
Hi,
I'm trying to write a simple python application on Windows 7 that communicates with a BLE peripheral running Nordic UART Service. I'm using the nRF dongle and pyserial...