Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Dear sir/madame
In our project we want to implement MAX17260 battery fuel gauge to monitor the battery status in the handheld device.
The interface towards MAX17260 is...
I'm trying to run the HID composite example on a nRF52840 dongle, and its not working:
- I refer to : nRF5_SDK_17.0.2_d674dde\examples\peripheral\usbd_hid_composite\pca10056...
Looks like 2 mistake in the latest nRF9160 production specification:
1: 1Mbps but 1200 in description section.
2: Power consumption could be in uA instead of mA.
Hello,
Sorry for the basic question, but I am trying to customize an application basing on the ble_app_cgms example.
In the debugger terminal on SES I am receiving the...
Hello,
I am currently working on an IIoT product using Zephyr and NRF SDK v1.5.1-2-g76c027893 on the NRF9160 and a WFM200 wifi chip. For this project we are using Civetweb...
Hi
I'm locking for an example like zephyr\samples\boards\nrf\system_off for nRF9160 DK
zephyr\samples\boards\nrf\system_off uses nRF51 DK or nRF52 DK board for the demo...
Dear support team,
I would like to use GPIO 09/10 as a GPIO interrupt.
I just searched and I see that need to define CONFIG_NFCT_PINS_AS_GPIOS.
But I can't do it. Please...
Hello, I'm making a system with NUS of nRF52832 and nRF52840 to sample data with SAADC. I started the system with "ble_app_uart__saadc_timer_driven__scan_mode_03" from Github...
Hello!
There is a sample simple_mqtt which is written for nrf9160 DK. Is it possible to make app_signed.hex file to load in thingy 91.
I tried to change prj.conf and have...
Hi,
Using the HRS peripheral example provided in SDK17 with S140 7.2.0, I am in the process of migrating to a custom board using nRF52833. I have already made some changes...
Hi,
Can you please tell me if Segger compiler initializes all variables to default values?
If so - can you please send me a link to that content?
Thanks
Hello,
My nRF52840 board is connected with SPI flash over SPI. I have configured the nordic as master and my SPI flash is slave as mentioned below:
Using the internal...
Hi,
I have a nRF52840 USB Dongle that I am using to perform OTA DFU to use to perform OTA DFU.
After the update is finished, the device keeps running the code instruction...
hi
I have written a driver for an SPI sensor, and it works perfect in a nrfx_spim example project.
But when I tried to add this driver to a ble custom project, errors...