Dear friend I checked the data sheet of 52820 and I didn't see any LPCOMP peripherals. Check the data sheet of 52832, there are LPCOMP peripherals. Comparing COMP and LPCOMP...
Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
Hi,
I'm looking to connect DAC 5504 ( By AD ) to my NRF52840 based design.
I was wondering if a similar work has been done before ? I can use a good reference code
...
Hi!,
Im curious of what the below module (U34) does within the GPS circuit?
Also, what does the MAGPIO0 "55" do?, can I use one of the GPIOS for enabling the GPS?...
Hello All,
I created a BLE service (relay service) to be able to turn ON or OFF a relay switch. The relay switch hardware is attached to Adafruit Bluefruit Feather (nRF52832...
Hi,
As i know that the nRF52840 DK having thread, Ant and zigbee supports. Till now we can tested examples using the DK's only. Now am eagerly waiting to know that is...
Hi.
I use SDK15.3 (PCA10056 NRF52840) USB MSC example.
i can enumerate disk, creat file and delete file. but i can not edit file.
When I edited the file, re-plugged...
Hello! i am working with nrf5-ble-mpu-data-ready-interrupts example from github, I defined twi, could compile it without errors. But the case it, it doesn't advertise and...
Hi,
I'm trying to get my NRF52840 to minimum current in sleep, but got stuck around 440 uA. Reading through the various posts about sleep current for this type of device...
Hello,
I have created a service with three characteristics in which the 1st and 3rd characteristics have all the three Notify, read, write properties. The second characteristic...
Hi!
I'm try restrict device connections with whitelist.
Code based on examples/ble_peripheral/ble_app_hids_mouse.
My problem - any devices can bond and connect even...
Hi,
Using power profiler I measured power consumption of BLE mesh and it gives ~12mA.
What I would like to know is why the device is consuming more power during scan....
Hello. I am currently developing a program for BLE communication. At that time, when a notification from the communication partner comes, the handler function is called, and...
Hi,
If zigbee_erase_persistent_storage is ZB_TRUE at coordinator, only commission within 3 minutes is accepted.
If zigbee_erase_persistent_storage is ZB_FALSE, any ZED...
Hi,
I am on verifying long run test.
environment
SDK : v3.1.0
PS storage : not erase (ZB_FALSE); ==> zigbee_erase_persistent_storage(ZB_FALSE);
ZC -----------...
Hi,
I'm debugging some incorrect PPI configuration. I found I can not see see all the registers in Eclipse. I have the latest MCU plugging (4.5.1) installed and the latest...
SDK 15.2.0
I migrated ble_app_buttonless_dfu to our project, and test DFU with android nRF Tool. Everything work fine.
But when tring on iOS nRF Tool, it always stop in...