I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
We have problems with the restart which the application does after receiving the DFU attribute is written.
Startup should work like this as I understand it: the reset vector...
I have 2 hardware revisions, one with the GPS LNA attached to MAGPIO0, the other revision, the LNA is on COEX0.
In my prj.conf file, I have the following setup for handling...
From this guide:
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h61sjziauupw1j397q9s9ldr01q4j6d5
Appendix...
Hi,
I have the BC480 eval board and I would like to be able to upload the simplist application to it OTA. blinky_pca10056.hex
I'm using the Nordic Toolbox application...
'NRFX_SPIM0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_SPIM_INSTANCE'? error occured .
I am not using SPI , this error is not cured by me .I enable...
Hi
So I'm trying to adapt the ble_lte_gateway example at my nRF9160 DK but because I don't have a Thingy52 I have to use an nRF52840 device, so I wanted to try the sample...
I am working on a wearable design that has standalone modules distributed around the body. Each module will do the same thing, receiving commands to turn LEDs on/off or adjust...
Hi,
I am trying to us one more SWI with nrf_drv_swi_alloc , but returns NO_MEM => means there is not any free.
I looked to source code, and I find SD_SWI_USED is defined...
Hi,
I've added NUS service to my app (nRF52832, peripheral, FreeRTOS based, SDK 15.2, SD132). everything works great with MTU size = 23 bytes.
Now I try to increase...
Hi there,
I found very interesting behavior on casting double variables to integer.
The following code gives me strange result:
double dval = 0.;
int ival = (int...
Hey,
Currently I have been working on a project in which I have to calibrate the range of the bluetooth, basically I need very short range of about a meter.
Could anyone...
Hi,
I have some trouble using TWI : the slave device connected to nrf52 sends an ack signal (seen on scope) but the i2c handler raises an incorrect address error and discards...
Hi,
The device I am using is nRF52840, WLCSP package. Most of the analog IN pins are noted "low frequency I/O only", e.g. pins A5, A6, C7, C8. - I know there are some exceptions...