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 have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
I recently switched from 1.5.1 to 1.6.1 and I'm now finding the SLM is misbehaving.
When I try to send a large payload such as 933 bytes of data, I find the CTS signal goes...
I successfully built, run and tested the sample: gps on my nRF9160 DK , without using the SUPL client library.
I then tried to build and run this sample: gps with the SUPL...
Hello,
I have been asked to research a possible solution to add support for executing REST calls to the AWS cloud. I see a library and API for making REST calls to nRF Cloud...
Hi,
I am looking at ways to offer the GPS assistance data from NRF Cloud (or similar) through our own server. The NRF Cloud is unavailable from within our network and we...
Trying to compile samples/net/wifi/ to test the esp8266 with Nrf52. we have our custom board. but Im' testing using Nrf52840 DK now.
I've this file
in myProject/boards...
We have a custom PCB with GPS circuit copied from the NR9160-dk board.
The default GPS example is working fine. However, we want to combine GPS tracking and LTE-M connection...
Hello,
I am using NCS 1.5.0 and modem firmware 1.2.3.
I have nRF9160 DK version 1.0.0.
I am trying to run "full_modem_update" example firmware on this.
But getting...
HI
I use NRF9160 serial_lte_modem to test NBIOT/MQTT, current SDK is V1.6.0 ,and config mqtt keepalive =1200S.
after 9160 connect net, control mqtt connect my mqtt server...
I have connected 3 Peripheral using Name Filters and 1 central.
I am able to connect and communicate with all correctly.
But I need to identify that conn_handle 0x0 ,...
Hello!
When collecting dc1.4v with SAADC, there is an error of 100uv. SAADC is configured in differential mode, with N-terminal connected to GND and p-terminal connected...
Hi,
I've read in these forums and seen the machine instructions within the C code that nrf_delay_us (which BTW is used to do nrf_delay_ms) is implemented by executing a...
Hi team,
I would like to know the default channel used for data transmission and the frequency of the channel.
Also whether the frequency is configured in the softdevice...
What is the purpose of the external capacitors on DECA and DECN? DECA calls for 1uF and DECN calls for 0.1uF. The datasheet calls these out as "Regulator Supply Decoupling...