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...
I'm writing an nRF52 DK btle application using SDK 12. The DK comunicates with 2 external peripheral via SPI and I2C interfaces. Complilation fails with the error:
._build...
hi, i am reading mpu6050 with nrf51822. every now and then the data got corrupt because of softDevice interrupts. if i don't use Softdevice the it runs perfectly but when...
Hi All,
I am using UART with baud rate 4800, with even parity and 1 stop bit. I'm getting 6-8 bytes in a packet. I'm receiving packets for every 8-10ms continuously. This...
I am attempting to use Unity + CMock onboard the nrf51 for unit testing. I have Unity working and can even output the results of unit tests using Segger RTT libraries. There...
When I try to install nrf5X command line tools in Windows 10, I get the error mentioned in the title, even though I am not doing installing any software in parallel.
Error...
I am attempting to use TIMER4 on an nRF53832 using SDK 12.2.0 but I seem to be running into some sort of granularity issue.
Specifically, if set up the timer with 16MHz...
I just received my new NRF52480 PDK, but it will not respond to any commands.
I tried nrfjprog -e -f nrf52 and this is the log output:
-----------------------------...
Working with nRF52832 and SD132-v2.0.1
Using external 32.768kHz xtal in addition to 32MHz xtal.
I realize there are a lot of posts about timers, but I didn't find any...
I'm having difficulties writing, retrieving and deleting data from flash, using fds on nRF52832_XXAA. Sometimes the flash writing succeeds, sometimes it fails with with ret_code_t...
I want to know about some range information of the NRF52 & NRF21 (BEACON).
For example if I have TX power of the beacon +4 dBm and which is broadcasting every 500 ms so...
Hi all,
I tried to build the latest OpenThread libraries but after copying the library files in the SDK, I fail to compile the examples. Everything was fine when building...
Hello,
the specification states that SD132 v4 takes 120 KB flash and MBR 4 KB flash additionally. We only need the BLE protocol stack. Is there any way to reduce the SD132...
I am trying to use the EVENTS_PWMPERIODEND interrupt to read a GPIO pin on every falling edge of an output GPIO that is driven from the PWM module.
The description in the...
Hi all,
i developer a code that :
press button short switch on one led
Press button long switch on two led.
but sometimes if i press the button a two led...
hi
i need store my data in internal flash memory (around 30kb). i have fixed memory map from 0x25000 to 0x35000. my,
block size = 16 byte,
block count =4096,
no of pages...