Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
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 am trying to use the UART for a custom version of the DFU. I have it transmitting no problem, but I never get the RX_DONE event. I cannot see any reason and I have looked...
Hello,
I have a question because there is a problem with writing code using timer.
I wrote the following code to avoid using the LED timer when I first ran it.
However...
Hello Please help. I want to connect ble central to a specific address. And the ble peripheral has a ble central address, that can connect to it. 1. Is a whitelist used on...
hi,all
i am a new learner about the BLE
when i use softdevice 17.0.2 to run the example (anyone) ,there is no problem.
then I want to use the SDK12.3.0 to run a formal...
hi
I am using nRF52832 and mesh sdk V4.2
I have modified the light switch example in order to send 1 byte of data instead of the on-off commands. in the server side I...
Hi,
I have a problem with coap response. I use iot coap library.
Client send nonconfirmable coap message with payload to broadcast addr
Server get payload and send nonconfirmable...
I am getting the Following error after connecting the JLink
I followed the following procedure
What am I doing wrong? DO I need to install anything else?
Hey All,
I ran into an issue on the nRF Connect SDK trying to get a nRF52840 advertising using CODED PHY. I figure it's not fully implemented yet are there any updates on...
I advertise as
BLE_GAP_ADV_FLAGS_LE_ONLY_GENERAL_DISC_MODE
BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED
This posts suggests I may have not really disabled...
I am using an NRF53 DK board with nRFConnect/Zephyr 1.3.0. I need to define the UART pins I will use in a .overlay file but I would like to NOT define any flow control pins...
Hey
I am working on nRF51822 SDK12, S130
I have encountered a problem when connecting and disconnecting from the device at a fast rate, occasionally comes an event in...
Hello,
We integrated latest released version of "pc-ble-driver.py" & "nrfutil" in our custom linux os running on ARM 32bit based custom board (B1).
pc_ble_driver_py :...
Hello,
Our design uses Laird's BL652, which uses nRF52832. I need to calculate the maximum clock drift of timers given the crystals used in our design. Our application uses...
Hi,
When I tried to use BLE5.1 phase data to achieve direction finding, I found a phase shift between reference period and the first slot, as the below graph shown:
...
Hi DevZone!
I would like to use nrf9160 for sending/receiving data by interfacing it with my microcontroller over UART and sending AT commands. I have a nrf9160 Feather...