It seems BLE stops advertising after the first connection. Is this expected behavior? Should I restart advertising in my "connected" connection callback?
prj.conf:
main...
Hi all,
I'm trying to integrate joiner into my project, here's my goal:
We will start a device as our commissioner, and while it is active, we will start the other devices...
Hi,
I would like to know if nPM1300 supports an input voltage of 4V for Vbus. According to the datasheet, the recommended operating condition for Vbus is from 4V to 5.5V...
Hi, I am trying to set my acqtime different to the max value. And the build throws an error unless i set it to ACQTIME_MAX.
It appears in the header file it needs some other...
Hi,
I need support to get my brand new nrf9151 development board LTE connection up and running.
I have bought this kit and it came with 2 SIM cards as per documentation...
Hello!
We are planning to implement OTA update of an application and a second stage bootloader in our product. As a bootloader chain, we will use NSIB + MCUboot as the nRF...
There appears to be a bug with commenting in prj.conf. If I do this:
# This is the appearance of the device from the BLE SIG Assigned Numbers List (384 is general remote...
hi,
i am doing a project where i have to merge nrf mesh light switch server with mesh dfu example. i am using nrf mesh sdk v1.0.0 and nrf52832 mcu.
i have merged two programs...
I want to disable logging (which is working OK). In my app.config.h I have set the following:
#undef NRF_LOG_ENABLED
#define NRF_LOG_BACKEND_SERIAL_USES_UART 0
#define...
Desired behavior:
After a long press of the button, my desired behavior is to erase bonds and advertise and let another central pair and bond to the device.
After a normal...
Simultaneously, as a way of a parallel bus, using an extra one as a input clock, and save the byte in easydma, without CPU intervention?
Either in the nRF52832 or nRF52840...
Are there any options today that include Sub GHz, Bluetooth, and LTE for Mesh Networks??
I am thinking of a Gateway with multiple sensors communicating through Sub 1Ghz...
Hello,
We are trying to evaluate the HomeKit SDK with our nRF52832 BLE modules. The "Lock(static)" sample application doesn't work with Apple 'Home' App on iPhone 8+. The...
I'm currently evaluating different platforms, that run on the nrf52832 soc, like Nordic Semiconductors own firmware, as well as Zephyr, myNewt and mBed. As you guys from ...
Dear sirs
Good evening !
I´m using the RF24.h library in order to develop a system that comunicates in peer-to-peer mode.
When I transmit 3 bytes towards a receiver...
I'm hoping someone can tell me if I'm on the right track. Do I understand correctly that on an nrf51, the LPCOMP can be configured to wake the processor on an analog input...
Hello,
I was wondering how is calcualted or read on the Thingy firmware the variable w for the quaternion used in the Gyroscope readings.
Looking into m_motion.c in the...
The power data of lfclk is measured under the same hardware and software conditions. When we used two model chips, we found a difference of 1 microamps for the value of the...
hi, I am trying to make buttonless dfu working, but I am not sure how to do that. I am using SDK 14.2.0 with nrf52832. right now, the ble dfu example works. and I found in...
hi
i am using nrf52 dk with MPU 9255 as slave.which pin number of nrf52 dk should i use for 4 wire as SDA, ADO, SCL, NCS.In the attached file ,it is given as p0.20(MOSI...
I'm developing custom PCB with the nRF52832, and I would like to use the ITM for debugging. I don't have a J-trace or equivalent hardware, so everything will have to be done...
I was reading the tutorial :
https://devzone.nordicsemi.com/b/blog/posts/bluetooth-smart-and-the-nordics-softdevices-part-1
it says about how a ble device can advertise...