Hello,i've recently bought a nRF52840 dongle to sniffing BLE packets with wireshark. I regret to inform you that it don't work roperly, in my opinion. In fact, you will find...
I just fired up our most recent custom boards with nRF9161-LACA's, and tried to compile modem shell application for RTT.
I noticed the RTT is disabled because HAS_SEGGER_RTT...
Hello
Awhile back I profiled my battery using power up app @ 4C 25C and 45C for a battery between 2.75V and 4.2V battery model is attached in zip.
The profiles themselves...
I am working nrf52840 with bg96 modem, i have configured quectel_bg9x.c driver to communicate with bg96 modem from nrf52840.
can you provide a sample application on MQTT...
I'm using firmware 1.3.6 and SDK 2.7.
I have a ppp connection problem for IPV6. Tables below show connection status:
When I use SLM:
ISP / PDP + APN
"IPV6" ...
I have questions about the build process. I received an example, and I’m curious about the roles of the folders and files in the APPLICATIONS directory. Also, it seems like...
Hello,
We have an nrf5340 custom board and during frequent BLE connections/disconnections sometimes it seems the netcore gets stuck. We are connecting to an iOS app and...
Hi,
We are using nRF9160 and want to use PSM & eDRX mode in one of our project. We referred 'Asset tracker Application' & found that lte_lc_psm_req() and lte_lc_edrx_req...
It would be great if I could move my project over to the Mac and use one less computer. But I wonder how well the tools work on MacOS platform. Are there any major limitations...
Hello,
the "Developing for nRF52810" user guide in the Infocenter says that to fully transfer a project to nRF52810 the defines DEVELOP_IN_NRF52832 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES...
Hi
i am new with nRF52832. i am trying to run fatfs example program. But it shows Disk initialization failed. what is the reason for it?.
i am using segger embedded studio...
Hi,
I'm using SDK 15.2 & trying to combine hid keyboard with custom gatt service, but it was not advertising. When I debug, it got stuck on the line below with error code...
Hi.
I'd like to use nRF52840 in our project. Can I use the SoC and Zigbee SDK for commercial?
UPDATE!
Have I any limits if I will use SOC and Zigbee SDK for commercial...
Hello,
I follow " Configuring and performing DFU over Mesh" instraction and face with error after trying to transfer new app: "No response after opening COM port".
I do...
Hi,
I am trying to merge dfu with Beacon application. I have added all the required file in dfu example, but I am getting linker error for bsp.o file.
I am using sdk 14...
m_cb.adc_state is set to NRF_SAADC_STATE_CALIBRATION inside the function nrfx_saadc_calibrate_offset(), but the value is never changed to NRF_SAADC_STATE_IDLE, even is the...
Hello
I'm trying connect central to 4 peripheralPeripheral has 3 different customization services. When I connected to 4 peripheral, I encountered the problem of service...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I want to place the section of the FLASH area arbitrarily. And, for example, I want to place the following...
There is now a TI CC2451 Bluetooth module as a reference. Using nRF connect to monitor the log content, it is found that when the mobile phone is connected to Bluetooth and...
Hi everyone, I have a question about GPIOTE.
What happens if for example, GPIOTE is used to configure a pin to detect a low to high transition, but the pin is already...
Hello
I have a problem with restarting advertising after disconnect event.
There are two scenarios:
In this case everything works fine:
I start advertising
...
Hello,
I started with the template app and tried to do two things on a nRF52832 using Segger Studio:
1) advertise custom service
2) use Application Timer and App Scheduler...