i am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hello-
I'm working with the " Experimental: Wireless UART Example".
Is there any way to periodically send data rather than just typing data into terminal?
hi,
I used nRF52932QFAA ,SDK14.2 uart bootloader.it works well with softdevice loader 5.0.0.But when I download my app(without softdevice),it cannot work.
Flash composed...
Hello Noric Dev Zone members,
we are looking for a Firmware developer supporting us in bringing Hyko to our customers.
What we are working on is making energy heroes in...
Hello,
Is it possible to change SPI baud rate whenever we want?
For example:
The initial SPI baud rate is set to 4M. We want to change the baud rate to "2M" to get...
Hi,
This may be stupid, but I can't declare classes in my .h file in keil. I have arduino library for my I2C device, but keil; does not recognize when I declare classes...
I've looked through and tried many examples on getting my SAADC to produce a temperature offset. About a month ago I had the SAADC working really well with a wheatstone bridge...
Hello,
What changes need to be made to the following tutorial to enable basic advertising with the Rigado BMD-300 on a custom board breakout board?
devzone.nordicsemi...
Hi,
I have multiple devices set up in a simultaneous peripheral and central mode that exchange data on connection. As there may be multiple devices around, I want to make...
i download the sample code (\examples\nfc\record_text) to pca10040,it can be detected by NFC reader,the serial number is 5f:46:ac:eb:75:a7:ea,if i want to change this number...
I am working in sdk12.2 nrf52832 . When build and run the project it will work smoothly with ble connectivity... But the problem is it will bond only once when the softdevice...
I just want to understand concept.
For example, I need transmit battery level, heart rate level and other.. in closed (encrypted characteristic). I use S130 nRF51 SDK9. HRS...
Hello to the Nordic community!
A rather theoretical question: Would it be possible to have a system, comprising of a SoftDevice + Application + Custom Bootloader, where...
Hi there!
I'm looking to layout a chip antenna using the nRF52832 WLCSP chip and am confused about the layout of the antenna matching circuit. The reference design (CIAA...
Hello,
I am using nrf52 with sdk 12.2.0. I am working with example buttonless dfu template aplication by referring to the link infocenter.nordicsemi.com/index.jsp .
I have...
Hello,
I am running a simple application where I would like to listen for BLE packets for 100ms and then transmit a packet. (no soft device) I can successfully capture...
In section 17.1.9 of the nRF51 reference manual it states:
Maximum consecutive transmission time
is defined as the longest time the
RADIO can be active transmitting...
I need to connect VL53Xl to NRF51 DK> I am using latest 12.2 SDK with Keil MDK.I cannot find any I2C(TWI) example. I can find examples for NRF52 based devices. but not for...