We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
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 am trying to read and write data from flahs using the fds library. For the moment my main problem is that when calling fds_record_find, it returns FDS_ERR_NOT_INITIALIZED...
Hello,
is it planned to add support for PyOCD and/or OpenOCD for NRF9160?
If yes, when?
ATM (26.02.2020) they support only NRF51 / NRF52
https://github.com/zephyrproject...
I am trying to do multiple PWM in my DK board , but it cant work.
I made simple code for it .
This is my overlay file , but it works for just pin 13, means ch0 .
...
Hi,
Is there any way to tell when the modem has finished doing a band scan? I would like to know so I can swap between CAT-M1 and NB-IoT for globally deployed devices. ...
Dear
I am try to perform an OTA operation on a dongle of nrf52840 by ble_app_blinky for PCA10059 project and light-switch server for PCA10059 project, which works well on...
I've setup SDK 1.4 with Segger, however I can't get the Asset tracker Application to compile. It seems to be building the SPM even though the project is setup to use the Non...
I use the template for pairing and binding. For the first time, after binding, for the second time, I bind again, prompting to reject binding. How can I match and bind many...
Hi,
I want to compile and run Mesh examples. I tried the Light Switch client, server and the Sensor server examples. All of them fail when the linker is invoked. All of...
Hi everyone!
I'm new in Nordic DKs and I have a new Nordic Thingy 91, I understand that it uses two chips: nRF9160 and nRF52840.
Maybe this is a silly question but, can...
I have a custom beacon application that is mostly idle. Before adding a timer, the current consumption was 3.2uA. After adding the timer, the current consumption jumped to...
So far I've use the nrf gatt module for setting MTU and DLE and seems to be working, however this module does abstract packets and maximum tx time in a connection. There are...
I have incorporated the DTM example into my application. It works as expected when I set the NRF_POWER->GPREGRET and then perform a reset sd_nvic_SystemReset() , then enter...
Hi,
https://devzone.nordicsemi.com/f/nordic-q-a/67024/nrf9160-questions-related-to-immutable-mcuboot-application
From the above thread i learn that MCUBoot is not that...
To get the GPIO binding I can use:
device_get_binding("GPIO_0");
1. I would like to know where in the documentation it lists the strings you can pass to that function...
I am debugging the GPS function and referring to the sample code of the official GPS. As for the code of reading GPS data, I have a question that is the way of obtaining GPS...