Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Is it possible when using the S110 softdevice to limit the maximum number of packets per connection event? I would like to reduce the maximum amount of time the CPU spends...
I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
I'm successfully using nRF52832 on custom designed PCBs. I've been trying I2C communication (nRF is the Master) using the TWIM driver. This has worked successfully at 100kHz...
Hello all
I suspect this is a simple coding error that was I not a complete beginner I'd know how to fix.
I'm using the YouTube series to work through here : nRF5 SDK...
Hi,
i have add the group filter specific to the nRF5340 Audio application to the west manifest file by running the following command:
west config manifest.group-filter...
Hello everyone,
I am using Thingy53 device, For the first time when I switched on the device, The LED light blinked twice but since after that it is not blinking also...
Hi!
I'm testing ubidots, which require a 35 character long username to connect with MQTT. This fails, and mqtt_connect gives me error -12 ENOMEM. The same code works fine...
I am working on a nRF52833 chip and using nRF SDK 16.0.0 version. I need to analyse the memory footprint of my project for which I would need access to .map and .axf files...
Hi
I'm new to programming and recently started working on nrf52832.
I'm working on a wearable device that monitors patient's vital. I'm using MP34DB02 digital microphone...
This might be a dumb question. I have a pretty simple modification of the mqtt_simple sample application on an nRF9160DK where I have subscribed to multiple topics. I see...
Please point me to a good tutorial page or video beside "tutorial on SSL.com". I would like to learn step by step on how to make certificate like this for nrf9160 using http...
I'm trying to figure out a way to monitor the TX data when using the SPIS. When the slave is requesting to send data back to the master, we are asserting a pin. When all of...
Hi,
I'm implementing a composite hid device using nrf connect sdk 2.0.0, I do checked the hid-cdc and hid alone samples but there's still few problems that confused me...
Hi , i have been trying to implement the DS18B20 sample of zephyr taken from GitHub
I am having a lot of trouble in building the code , it comes up with very different errors...
Hi,
I'm using ble_app_template to implement my custom solution. I can read battery values, but I can't read custom values.
As a reference, I'm using ble_app_cscs, and...