But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
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...
Hello,
i have created custom BLE service/characteristic using this ling https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial
So, here i am able to transmitting...
Hi,
In working with nRF24L01, I am facing a problem with nRF24L01 CRC calculation. In the spec, it is stated that CRC calculation includes address, control field and data...
Hi,
I'm using nRF52810 and I'm trying to achieve a power consumption. I don't use any softdevice or nRFSDK at the moment. I wrote my own drivers with direct access to the...
Hello,
In my project I need to store variable data to persistent memory area of flash memory to retrieve data after power failure. I want to know is there any limit to use...
Excuse me:
I'm porting other FreeRTOS projects to ble_app_hrs_freertos example In the directory nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_hrs_freertos,I need...
Hello, I use nrf52810 custom board and icm42605 6 axis sensor with twi.
device address is 0x69, I tried read data reg 0x75 for read chipset id.
I think that sensor sent...
Hello community.
I am here to ask you about BLE services in a Mesh Network. I know how to implement both SDKs. However, I would like to know if there is a way to extend...
Hello,
I've been playing around with the nRF52840 DK board and I want to make what I've been working on, into a PCB. Following the link below I've got the Altium files...
Hi !
I'm doing some testing on mqtt with the nrf9160 DevKit.
So far, everything is working with TCP and TLS and I would like to use WSS. I started with WS but I can't...
Hello everyone I'm doing my first steps so as to get things right from the start with a device based on the nRF52833 chip. My setup: PC <USB> nRF52840-DK <JTAG> CustomBoard...
Hello,
I am having a problem using DFU using the android NRF connect app. I have two separate projects that use the OTA DFU. These two projects have the same DFU code...
Now I want to construct a mesh network in an intermittent environment. You know the device will power off and power on frequently, I need to store the communication statin...
Hello All,
I have referred the reference example code to suit my needs. Below is my code,
Code is stuck at waiting for event. Didn't get callback with oversamping of...
Excuse me:
The client made a keyboard with nrf51802.,It has been mass produced。The customer reported that the keyboard and MacBook were connected and bounding before opening...
Hi,
We have observed that in areas of poor lte connectivity, the client_inti() works well but the mqtt_connect() takes a couple of minutes and times out.
I need to change...