hi:
now.i have a development board(nrfgo motherboard).there is a debug port on the board.i think it can be debugged on the keil.if it can.what driver or others i need.thank...
This is what I got after upgrading my nRF51 dongle firmware.
It always times out.
I didn't somehow got one of my J-Link Lite upgraded, but couldn't repeat the process...
Hi all,
Good day.
Could you please recommend an Android or IOS APP which can connect 8 or more BLE peripherals at the same time.
Thanks & Regards
Jenson
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
Hi,
I did some measurements today on our I2C bus and see that the GND level is different some times. The most time it is not GND level (about 800mV). I checked cross talk...
Dear
I increated a Generic Level module to main elements which have a Generic ONOFF module on Mesh example Light Switch Server project base on PCA10056 DK board for nrf52840...
Hi I am using the example code here https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/nrfx_saadc_simple_low_power_app_timer_multichannel_oversample to use...
Hello guys,
Has anybody had the issue opening the new version of nRF Connect for Desktop (v3.6.1) in Windows 10 Pro. I have used an older version of this application and...
I want to build a secure boot loader for my custom board based on the nRF52832.
This post claims to walk through the process of building an example of a secure boot loader...
I'm strugglgin to find any documentation on how to set/request the iDRX paging interval in RRC idle. I have a device which sends an MQTT keepalive message every 3minutes,...
I have run into the issue where the soft device is not being processed when I debug so it throws the assertion failed error. After a lot of searching on the forum I came across...
We are using FDS from SDK 17.2.0 on nRF52832.
It is working so far, we can store and read back data.
When putting battery in and out fast, we get sometimes, but often...
I have the thingy52.py script running on a Raspberry Pi 4, and I can successfully poll the sensors when the Thing52 is awake (recently tapped) but when I try to poll in a...
In our final product, we wish to send the battery voltage level with other data to our server so that our customers can see how much the battery is drained. I am seeing that...
Hi,
I have downloaded the nrf5 Sdk 17.02 and nrf mesh 5.0.
Kit:nrf52832
Ide:segger ide
1. Can you list out the security related topics that I need to cover while using...
Hello! We're looking for a way to sync up several peripherals surrounding a central. Our idea was simple- have the central measure 'current time' as near to a connection as...
Hello,
I am working with the NRF52480 and started with SDK15.
I have reached a point where I would like to manipulate the value that is being written or read from a characteristic...
Hello,
In a quite particular configuration, the nRF8001 sometimes stops responding. The only way to make it work again is to do a hardware reset using the reset pin of the...
I want to get the current time on the nrf52840 side of thingy91. As an example, I think there is a method of obtaining the current time with AT+ CCLK on the nrf9160 side and...