I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
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...
Hi,
I need to be able to put larger strings in the scheduler. At the moment the maximum accepted values for init are the following:
#define SCHED_MAX_EVENT_DATA_SIZE...
Hi, I am confused by this config.
static void drv_keyboard_gpio_init(void) { // Make sure that columns will drive 0 when they will be configured as outputs. NRF_GPIO->OUTCLR...
I'm using a NRF52840 with S140 softdevice. I advertise some data and I want to be notified when advertising start. I followed this thread and I use the customs ble_radio_notification...
Dear Nordic Team,
Thanks for supporting.
Still i am work with keil IDE. But now i want to go work with Segger embedded studio because of mesh concept. Please give me step...
I have combined light switch client and ble_app_uart example by following this guide and this case ,but after I added the codes :
#define MESH_SOC_OBSERVER_PRIO //<set...
Hi,
I am developing stuff for a bike and need the Bluetooth Cycling Power Service 0x1818
I found the 0x1816 Cycling Cadence and Speed
Has anybody developed this service...
Hello I'm a beginner and I try to use the DFU. I use the documentation and I can send my init packet without any problem. But when I try to send my Firmware I have 2 problems...
Hi,
Our system is based on the nrf52832 with SDK BLE_2.0.1 for the mesh. I have few queries as per below,
1)It would be great if you could suggest any vendor who is working...
When Going into Sleep, I see peaks of 12mA every 30ms (see image) I'm assuming I can adjust that changing the connection interval settings. I have my Connection intervals...
I'm having some issues with the freeRTOS example in SDK 15. I've always seemed to find a hardfault which limits the MTU size to 176. Now when I try and set the connection...
Hi,
I have a question regarding fast/slow advertising
I'd like to advertise for 180s using a 100ms interval, then switch to a 1s interval, preferably for ever. I set...
I would like to use ADXL335 accelerometer in this nrf52832 custom kit Hackable . I don't have a J-Link but i have this custom programmer Bumpy which is based on the Black...
Hi,
How can wake my nrf52832 based module from system off sleep mode. i am using ' nrf_pwr_mgmt_shutdown()' / ' sd_power_system_off (); 'function to put the device into...