void in_pin_handler (nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
nrf_drv_gpiote_out_toggle(PIN_OUT);
}
This function work with interupt event (push...
here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
Hi everyone,
I'm trying to understand how BLE connection interval works and why my long read is so slow. My slave is nrf51822 with Softdevice 130 v2 and nRF5 SDK v11,...
Dear All, I have Seen lots of post regarding nRf52832 Development board Schematic and PCB Files for my reference. I have seen lots of answers given a link but none of them...
Hi Everyone,
I'm using nrf52832(Master) SOC and the LIS3DH accelerometer(Slave) for my code development.
And i"m using Mbed as a platform to develop a code.
When I run...
I am trying to download the NRF5 SDK from this link: https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK/ But once I go to the 'Compatible Download' tab, this...
Good morning/afternoon/night,
We've started migrating our code from 51822 to 52840. All is working fine however we still have one issue with NUS (Ble UART).
We use this...
Hello,
I am receiving errors due to the ambiguity in selecting the correct tag.
There is no secure boot in the current nrf version i am using at the moment which...
Hello guys,
I am currently playing with the usbd_msc example from SDK15.3.0 that use USB Class storage module.
I was able to drop some files from my PC to 8MB drive...
Development software : SES 4.16;
Computer platform: macOS 10.14.4;
Hardware: nRF52832QFAA.
Hello everyone~
I'm trying to use the nrf_drv_twi APIs to drive the sensor...
Hi all,
I am using SDK for mesh v. 3.1.0 next to SDK 15.2, nRF52832 DK. I have two services, NUS and Mesh Proxy Service. For both of the services there is registered a BLE...
I have a nRF9160 DK and I'm adapting the asset tracker to connect to our own AWS cloud solution.
I see the code nrf_cloud uses defines coming from the Kconfig at \nrf...
Hello!
I am wondering what the impedance looking into ANT pin 30 is for the NRF52832 WLCSP package. Does the recommended 1pF shunt and 3.3nH series transform the pin impedance...
I have a custom built multimotion sensor that is using NRF52840 and is setup as a sleepy Zigbee end device, however I can not find a way for it to poll its parent less frequently...
Hello, I was trying to run PDM microphone example code for Thingy:52 on my own PCB with nRF52832 chip. I was struggling a lot and can't even start PDM clock, using some free...
Some models such as the Time Server requires that certain messages are sent with a TTL of 0. (See 5.3.1.2.2 Sending a Time Status message). However, not all messages sent...